Skip to content
Snippets Groups Projects
Commit eacaba4c authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Define install-strip in distrib/Makefile

parent 730388fc
No related branches found
Tags 2007-11-11
No related merge requests found
include Makefile-vars
.PHONY: install postinstall denounce show-install-setup
.PHONY: install-strip install postinstall denounce show-install-setup
#.PHONY: in-place
# This has bitrotted:
......@@ -14,6 +14,9 @@ include Makefile-vars
# fi
# @echo "Finished configuring..to use, add `pwd`/bin/$(platform) to your PATH."
install-strip:
$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
install ::
$(INSTALL_DIR) $(bindir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment