[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

CVS build fails



Building from current CVS fails (first because of MAKEDEV, patch sent to
author) at:

make[1]: Leaving directory `/home/nils/boot-floppies/documentation'
MiniUnz 0.15, demo of zLib + Unz package written by Gilles Vollant
more info at http://wwww.winimage/zLibDll/unzip.htm

/n/sw/debian/tools/rawrite2.zip opened
 extracting: rawrite2.exe
MiniUnz 0.15, demo of zLib + Unz package written by Gilles Vollant
more info at http://wwww.winimage/zLibDll/unzip.htm

/n/sw/debian/tools/rawrite2.zip opened
 extracting: rawrite2.txt
cp: /home/nils/boot-floppies/documentation/kernel-config-vanilla: No such
file or directory
E: ./release.sh abort
make: *** [release] Error 1

Proposed patch:

Index: release.sh
===================================================================
RCS file: /cvs/debian-boot/boot-floppies/release.sh,v
retrieving revision 1.67
diff -u -2 -r1.67 release.sh
--- release.sh  2000/05/04 19:55:36     1.67
+++ release.sh  2000/05/10 10:36:55
@@ -183,5 +183,5 @@
   cp linux $release/
 
-  cp $TOP/documentation/kernel-config-vanilla $release/kernel-config
+  gunzip -c $TOP/config.gz $release/kernel-config
 
   # safe "flavor"
@@ -208,5 +208,5 @@
       mv $fromdir/rescue$_flavor.bin $destdir/rescue.bin
       cp $TOP/documentation/README-$_flavor $destdir/README.txt
-      cp $TOP/documentation/kernel-config-$_flavor $destdir/kernel-config
+      gunzip -c $TOP/config$_flavor.gz $destdir/kernel-config
       
       if [ -f $fromdir/root$_flavor.bin ]; then


Nils

-- 
Plug-and-Play is really nice, unfortunately it only works 50% of the time.
To be specific the "Plug" almost always works.            --unknown source

Attachment: pgpAQJ7sX5czs.pgp
Description: PGP signature


Reply to: