Commit 58b34e6a authored by Mike Frysinger's avatar Mike Frysinger Committed by Peter Korsgaard
Browse files

portmap: fix clean target to actually clean

parent fef028db
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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; \