[Lunar-commits] CVS: moonbase/terminal/putty BUILD,1.1,1.2
Terry Chan
tchan at lunar-linux.org
Sun Apr 3 01:18:56 UTC 2005
Update of /var/cvs/lunar/moonbase/terminal/putty
In directory espresso.foo-projects.org:/tmp/cvs-serv8353
Modified Files:
BUILD
Log Message:
Fixed the BUILD script to do make install-strip.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/terminal/putty/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 1 Apr 2005 15:25:10 -0000 1.1
+++ BUILD 3 Apr 2005 01:18:51 -0000 1.2
@@ -2,8 +2,9 @@
cd unix &&
ln -s Makefile.gtk Makefile &&
- make &&
- prepare_install &&
- make prefix=/usr install
+ make &&
+ prepare_install &&
+ make prefix=/usr install-strip
+
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list