[Lunar-commits] r21869 - moonbase/trunk/devel/git
Terry Chan
tchan at lunar-linux.org
Thu Oct 19 02:58:28 UTC 2006
Author: tchan
Date: 2006-10-19 02:58:28 +0000 (Thu, 19 Oct 2006)
New Revision: 21869
Modified:
moonbase/trunk/devel/git/BUILD
Log:
Added the git Documentation to the install. Stripped the binaries too.
Modified: moonbase/trunk/devel/git/BUILD
===================================================================
--- moonbase/trunk/devel/git/BUILD 2006-10-19 02:44:58 UTC (rev 21868)
+++ moonbase/trunk/devel/git/BUILD 2006-10-19 02:58:28 UTC (rev 21869)
@@ -1,8 +1,9 @@
(
sedit "s/-g -O2/${CFLAGS}/" Makefile &&
- make prefix=/usr &&
+ make prefix=/usr strip &&
prepare_install &&
- make prefix=/usr install
+ make prefix=/usr install &&
+ gather_docs Documentation/*.txt Documentation/howto/*.txt Documentation/technical/*.txt
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list