Define install-strip in distrib/Makefile
authorIan Lynagh <igloo@earth.li>
Sat, 24 Nov 2007 20:48:03 +0000 (20:48 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 24 Nov 2007 20:48:03 +0000 (20:48 +0000)
distrib/Makefile

index a91557e..a157672 100644 (file)
@@ -1,7 +1,7 @@
 
 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)