CVS: moonbase/net/iproute2 BUILD,1.5,1.6
Steven Michaelske
hardkrash at lunar-linux.org
Tue Dec 9 19:51:41 GMT 2003
- Previous message: CVS: moonbase/doc-tools/scrollkeeper BUILD,1.4,1.5
- Next message: CVS: crater/graphics/freetype2 BUILD, 1.1, NONE CONFIGURE, 1.1,
NONE DETAILS, 1.1, NONE POST_INSTALL, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/lunar/moonbase/net/iproute2
In directory dbguin.lunar-linux.org:/tmp/cvs-serv2104
Modified Files:
BUILD
Log Message:
Added missing && from the BUILD file, will now error out if build fails
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/iproute2/BUILD,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- BUILD 11 Oct 2003 22:51:47 -0000 1.5
+++ BUILD 9 Dec 2003 19:51:39 -0000 1.6
@@ -11,11 +11,11 @@
make &&
prepare_install &&
- cp -r etc/iproute2 /etc/iproute2
- cp tc/tc /sbin
- cd ip
- cp ifcfg ip routef routel rtacct rtmon rtpr /sbin
- mkdir -p $DOCUMENT_DIRECTORY/$MODULE
+ cp -r etc/iproute2 /etc/iproute2 &&
+ cp tc/tc /sbin &&
+ cd ip &&
+ cp ifcfg ip routef routel rtacct rtmon rtpr /sbin &&
+ mkdir -p $DOCUMENT_DIRECTORY/$MODULE &&
cp $SOURCE_CACHE/$SOURCE2 $DOCUMENT_DIRECTORY/$MODULE
) > $C_FIFO 2>&1
- Previous message: CVS: moonbase/doc-tools/scrollkeeper BUILD,1.4,1.5
- Next message: CVS: crater/graphics/freetype2 BUILD, 1.1, NONE CONFIGURE, 1.1,
NONE DETAILS, 1.1, NONE POST_INSTALL, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Lunar-commits
mailing list