[Lunar-commits] r19221 - moonbase/trunk/editors/scite
Terry Chan
tchan at lunar-linux.org
Mon Mar 13 01:01:06 UTC 2006
Author: tchan
Date: 2006-03-13 01:01:05 +0000 (Mon, 13 Mar 2006)
New Revision: 19221
Modified:
moonbase/trunk/editors/scite/BUILD
Log:
Added a strip command to the scite binary.
Modified: moonbase/trunk/editors/scite/BUILD
===================================================================
--- moonbase/trunk/editors/scite/BUILD 2006-03-13 00:51:46 UTC (rev 19220)
+++ moonbase/trunk/editors/scite/BUILD 2006-03-13 01:01:05 UTC (rev 19221)
@@ -7,6 +7,6 @@
( cd scintilla/gtk && make GTK2=1 ) &&
( cd scite/gtk && make GTK2=1 ) &&
prepare_install &&
- ( cd scite/gtk && make GTK2=1 install )
+ ( cd scite/gtk && strip ../bin/SciTE && make GTK2=1 install )
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list