Update of /cvsroot/mahogany/M
In directory usw-pr-cvs1:/tmp/cvs-serv27490

Modified Files:
        Makefile makeopts.in 
Log Message:
applied install_strip makefile target (patch from Thomas)

Index: Makefile
===================================================================
RCS file: /cvsroot/mahogany/M/Makefile,v
retrieving revision 1.62
retrieving revision 1.63
diff -b -u -2 -r1.62 -r1.63
--- Makefile    9 Jan 2002 21:11:53 -0000       1.62
+++ Makefile    16 Jul 2002 13:56:32 -0000      1.63
@@ -82,4 +82,10 @@
        done
 
+install_strip:
+       $(MAKE) install INSTALL_OPTIONS="-s $(INSTALL_OPTIONS)"
+
+install_bin_strip:
+       $(MAKE) install_bin INSTALL_OPTIONS="-s $(INSTALL_OPTIONS)"
+
 install_locale:
        $(MAKE) -C locale install

Index: makeopts.in
===================================================================
RCS file: /cvsroot/mahogany/M/makeopts.in,v
retrieving revision 1.99
retrieving revision 1.100
diff -b -u -2 -r1.99 -r1.100
--- makeopts.in 3 Jul 2002 00:43:20 -0000       1.99
+++ makeopts.in 16 Jul 2002 13:56:32 -0000      1.100
@@ -97,4 +97,5 @@
 INSTALL_PROGRAM        := @INSTALL_PROGRAM@
 INSTALL_DATA   := @INSTALL_DATA@
+INSTALL_OPTIONS := -m 755
 
 DESTDIR = @prefix@



-------------------------------------------------------
This sf.net email is sponsored by: Jabber - The world's fastest growing 
real-time communications platform! Don't just IM. Build it in! 
http://www.jabber.com/osdn/xim
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to