CVS: moonbase/utils/discover BUILD,1.1,1.2 DEPENDS,1.2,1.3

Terry Chan tchan at lunar-linux.org
Tue Dec 2 03:40:06 GMT 2003


Update of /var/cvs/lunar/moonbase/utils/discover
In directory dbguin.lunar-linux.org:/tmp/cvs-serv32643

Modified Files:
	BUILD DEPENDS 
Log Message:
Modified this to include the new "check" module from moonbase/devel/check.
Highly suggested by the devs of the discover module and I decided to make it
a required depends instead of optional.  It makes the BUILD much easier to code.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/discover/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	30 Nov 2003 23:09:09 -0000	1.1
+++ BUILD	2 Dec 2003 03:40:04 -0000	1.2
@@ -1,6 +1,10 @@
 (
 
-  patch_it $SOURCE_CACHE/$SOURCE2 1
-  default_build
+  patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+  default_config && 
+  make &&
+  make check &&
+  prepare_install &&
+  make install
 
 ) > $C_FIFO 2>&1

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/discover/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS	2 Dec 2003 02:49:36 -0000	1.2
+++ DEPENDS	2 Dec 2003 03:40:04 -0000	1.3
@@ -1,3 +1,4 @@
 depends discover-data &&
 depends curl &&
-depends expat
+depends expat &&
+depends check




More information about the Lunar-commits mailing list