Provide install-strip target in Makefile
This commit is contained in:
3
Makefile
3
Makefile
@ -230,6 +230,9 @@ else
|
|||||||
INSTALLBIN=$(INSTALL)
|
INSTALLBIN=$(INSTALL)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
install-strip: install
|
||||||
|
strip $(foreach PROG,$(PROGS),"$(bindir)"/$(PROG))
|
||||||
|
|
||||||
ifndef CONFIG_WIN32
|
ifndef CONFIG_WIN32
|
||||||
install: $(PROGS) $(TCCLIBS) $(TCCDOCS)
|
install: $(PROGS) $(TCCLIBS) $(TCCDOCS)
|
||||||
mkdir -p "$(bindir)"
|
mkdir -p "$(bindir)"
|
||||||
|
|||||||
Reference in New Issue
Block a user