From: <sg...@us...> - 2003-09-05 09:29:59
|
Update of /cvsroot/libfunutil/libfunutil/toc/make In directory sc8-pr-cvs1:/tmp/cvs-serv24102/toc/make Modified Files: install.make Log Message: INSTALL_BINS are no longer stripped by default per recommendation from the GNU Make manual(!!!). Index: install.make =================================================================== RCS file: /cvsroot/libfunutil/libfunutil/toc/make/install.make,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- install.make 1 Sep 2003 04:58:22 -0000 1.24 +++ install.make 5 Sep 2003 09:29:55 -0000 1.25 @@ -128,7 +128,7 @@ # } -INSTALLER_BIN_FLAGS_BINS = -s -m 0755 +INSTALLER_BIN_FLAGS_BINS = -m 0755 INSTALLER_BIN_FLAGS_NONBINS = -m 0644 INSTALLER_BIN_FLAGS_LIBS = -m 0644 INSTALLER_BIN_FLAGS_LIBEXECS = -m 0755 |