[Lunar-commits] CVS: theedge/var/lib/lunar/functions prune.lunar,
1.7, 1.8
Jan Eidtmann
cmak at lunar-linux.org
Tue Feb 3 18:41:50 GMT 2004
Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory dbguin.lunar-linux.org:/tmp/cvs-serv26378
Modified Files:
prune.lunar
Log Message:
fixed bug 439
Index: prune.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/prune.lunar,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- prune.lunar 29 Dec 2003 18:09:42 -0000 1.7
+++ prune.lunar 3 Feb 2004 18:41:48 -0000 1.8
@@ -19,6 +19,9 @@
TMP_CACHE_KEEP=$(temp_create "cache-keep")
message "${MESSAGE_COLOR}Generating keep lists...${DEFAULT_COLOR}"
+ if [ -z "$BUILD" ] ; then
+ optimize
+ fi
for MODULE in $(list_moonbase) ; do
# spool:
for SOURCE in $(sources $MODULE) ; do
More information about the Lunar-commits
mailing list