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

[Patch] problem with tftpboot.img in current CVS, i386



the file make/tftp has been recently modified. Current CVS doesn't build
anymore for i386.

Here is a patch. I don't if it's the right fix.

Index: make/tftp
===================================================================
RCS file: /cvs/debian-boot/boot-floppies/make/tftp,v
retrieving revision 1.10
diff -u -r1.10 tftp
--- make/tftp   2002/04/11 22:19:08     1.10
+++ make/tftp   2002/04/14 14:52:23
@@ -44,7 +44,7 @@
 
 else
 
-tftpboot.img: linux.bin sys_map%.gz $(generic_rootdisk_no_wildcard) tftpboot.sh Makefile
+tftpboot.img: linux.bin sys_map.gz $(generic_rootdisk_no_wildcard) tftpboot.sh Makefile
        ./tftpboot.sh $(wordlist 1,3,$^)  $@
 
 endif


-- 
Thomas Poindessous
thomas@poindessous.com


-- 
To UNSUBSCRIBE, email to debian-boot-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: