mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-25 07:00:39 +01:00
make: Add support for stripping symbols from executables
This commit is contained in:
parent
98509f1aaf
commit
1ab6425074
4 changed files with 13 additions and 1 deletions
|
|
@ -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 $@`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue