From: Mike Frysinger Date: Mon, 10 Jan 2011 14:28:44 +0000 (-0500) Subject: portmap: fix clean target to actually clean X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=58b34e6a60ce101f2651772793b8c4d8bed24879;p=buildroot.git portmap: fix clean target to actually clean Acked-by: Thomas Petazzoni Signed-off-by: Mike Frysinger Signed-off-by: Peter Korsgaard --- diff --git a/package/portmap/portmap.mk b/package/portmap/portmap.mk index bebafce376..e996824307 100644 --- a/package/portmap/portmap.mk +++ b/package/portmap/portmap.mk @@ -19,6 +19,10 @@ define PORTMAP_BUILD_CMDS $(MAKE) CC="$(TARGET_CC)" -C $(@D) $(PORTMAP_FLAGS) endef +define PORTMAP_CLEAN_CMDS + $(MAKE) -C $(@D) clean +endef + define PORTMAP_INSTALL_TARGET_CMDS for sbin in $(PORTMAP_SBINS); do \ $(INSTALL) -D $(@D)/$$sbin $(TARGET_DIR)/sbin/$$sbin; \