diff --git a/Application.mk b/Application.mk index 6bf225eb1..44c2a1a5f 100644 --- a/Application.mk +++ b/Application.mk @@ -191,6 +191,7 @@ ifneq ($(PROGOBJ),) $(Q) $(LD) $(LDELFFLAGS) $(LDLIBPATH) $(ARCHCRT0OBJ) $(firstword $(PROGOBJ)) $(LDLIBS) -o $(firstword $(PROGLIST)) $(Q) $(NM) -u $(firstword $(PROGLIST)) $(Q) install -m 0755 -D $(firstword $(PROGLIST)) $(BIN_DIR)/$(firstword $(PROGLIST)) +# $(Q) $(STRIP) $(BIN_DIR)/$(firstword $(PROGLIST) $(eval PROGLIST=$(filter-out $(firstword $(PROGLIST)),$(PROGLIST))) $(eval PROGOBJ=$(filter-out $(firstword $(PROGOBJ)),$(PROGOBJ))) endif diff --git a/Makefile b/Makefile index 09785e254..1ecd498a4 100644 --- a/Makefile +++ b/Makefile @@ -222,4 +222,5 @@ endif $(call DELFILE, $(BIN)) $(call DELFILE, Kconfig) $(call DELDIR, $(BIN_DIR)) + $(call DELDIR, $(EXE_DIR)) $(call CLEAN)