[Lunar-commits] r26620 - in moonbase/trunk: distributed/rtorrent libs/libtorrent
Terry Chan
tchan at lunar-linux.org
Tue Nov 6 04:05:43 CET 2007
Author: tchan
Date: 2007-11-06 04:05:43 +0100 (Tue, 06 Nov 2007)
New Revision: 26620
Added:
moonbase/trunk/distributed/rtorrent/BUILD
moonbase/trunk/libs/libtorrent/BUILD
Log:
Added BUILD scripts to both modules. Need bad_flags -fomit-frame-pointer. This
is straight from the doc files for rtorrent and libtorrent.
Added: moonbase/trunk/distributed/rtorrent/BUILD
===================================================================
--- moonbase/trunk/distributed/rtorrent/BUILD (rev 0)
+++ moonbase/trunk/distributed/rtorrent/BUILD 2007-11-06 03:05:43 UTC (rev 26620)
@@ -0,0 +1,7 @@
+(
+
+ bad_flags -fomit-frame-pointer
+ default_build &&
+ gather_docs TODO doc/rtorrent.rc
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/libs/libtorrent/BUILD
===================================================================
--- moonbase/trunk/libs/libtorrent/BUILD (rev 0)
+++ moonbase/trunk/libs/libtorrent/BUILD 2007-11-06 03:05:43 UTC (rev 26620)
@@ -0,0 +1,7 @@
+(
+
+ bad_flags -fomit-frame-pointer
+ default_build &&
+ gather_docs TODO
+
+) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list