make: Add support for stripping symbols from executables

This commit is contained in:
Jan Lindemann 2007-07-16 18:30:56 +00:00 committed by Jan Lindemann
commit 1ab6425074
4 changed files with 13 additions and 1 deletions

View file

@ -13,6 +13,10 @@ echo_all:
all.done: $(PREREQ_DONE) $(LOCAL_TARGETS) $(ALL)
touch $@
strip.done: $(EXE_ALL)
$(STRIP) $^
touch $@
%.done:
make -$(MAKEFLAGS) -C $(shell dirname $@) `basename $@`