]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
git-svn-id: http://svn.ipfire.org/svn/ipfire/IPFire/source@29 ea5c0bd1-69bd-2848...
authoripfire <ipfire@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Thu, 16 Feb 2006 12:18:15 +0000 (12:18 +0000)
committeripfire <ipfire@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Thu, 16 Feb 2006 12:18:15 +0000 (12:18 +0000)
make.sh

diff --git a/make.sh b/make.sh
index e65dace580628da4bee278a88bda6d88a0b59d54..9764ffd83c3e47cf09563e059fbbc7604ae1669b 100644 (file)
--- a/make.sh
+++ b/make.sh
@@ -688,11 +688,11 @@ buildpackages() {
   fi\r
 \r
   # Create update for this version\r
-  echo "`date -u '+%b %e %T'`: Building update $VERSION tgz" | tee -a $LOGFILE\r
-  tar -cz -C $BASEDIR/build --files-from=$BASEDIR/updates/$VERSION/ROOTFILES.$MACHINE-$VERSION -f $BASEDIR/updates/$VERSION/patch.tar.gz --exclude='#*'; \r
-  chmod 755 $BASEDIR/updates/$VERSION/setup\r
-  tar -cz -C $BASEDIR/updates/$VERSION -f $LFS/install/images/$SNAME-update-$VERSION.$MACHINE.tgz patch.tar.gz setup information\r
-  rm -f $LFS/var/run/{need-depmod-$KVER,need-depmod-$KVER-smp}\r
+#  echo "`date -u '+%b %e %T'`: Building update $VERSION tgz" | tee -a $LOGFILE\r
+#  tar -cz -C $BASEDIR/build --files-from=$BASEDIR/updates/$VERSION/ROOTFILES.$MACHINE-$VERSION -f $BASEDIR/updates/$VERSION/patch.tar.gz --exclude='#*'; \r
+#  chmod 755 $BASEDIR/updates/$VERSION/setup\r
+#  tar -cz -C $BASEDIR/updates/$VERSION -f $LFS/install/images/$SNAME-update-$VERSION.$MACHINE.tgz patch.tar.gz setup information\r
+#  rm -f $LFS/var/run/{need-depmod-$KVER,need-depmod-$KVER-smp}\r
   \r
   # Generating list of packages used\r
   echo "`date -u '+%b %e %T'`: Generating packages list from logs" | tee -a $LOGFILE\r