[Buildroot] [git commit] dialog: remove useless POST_CLEAN command

Peter Korsgaard peter at korsgaard.com
Sun Dec 8 22:39:48 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=66eecfa7bd2b6f6877c1c5df8635ca13e2866db7
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

For some reason, the dialog package has a DIALOG_POST_CLEAN variable,
which doesn't match any of the variables understood by the
infrastructure. This commit gets rid of it.

This was noticed while reviewing the packaging of python-dialog.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/dialog/dialog.mk |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/package/dialog/dialog.mk b/package/dialog/dialog.mk
index 06379f2..9846fd3 100644
--- a/package/dialog/dialog.mk
+++ b/package/dialog/dialog.mk
@@ -21,9 +21,4 @@ define DIALOG_INSTALL_TARGET_CMDS
 	install -c $(@D)/dialog $(TARGET_DIR)/usr/bin/dialog
 endef
 
-define DIALOG_POST_CLEAN
-	-$(MAKE) -C $(@D) clean
-	rm -f $(TARGET_DIR)/usr/bin/dialog
-endef
-
 $(eval $(autotools-package))


More information about the buildroot mailing list