wok annotate syslinux/stuff/syslinux-dont-build-dos-windows-targets.patch @ rev 8879
udhcpc6-fake, util-linux-ng-blkid, xz: restore busybox links in port_remove()
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Feb 27 01:43:15 2011 +0100 (2011-02-27) |
parents | |
children |
rev | line source |
---|---|
slaxemulator@6457 | 1 diff -Nur syslinux-4.02.orig//Makefile syslinux-4.02//Makefile |
slaxemulator@6457 | 2 --- syslinux-4.02.orig//Makefile 2010-07-21 21:33:13.000000000 +0200 |
slaxemulator@6457 | 3 +++ syslinux-4.02//Makefile 2010-07-22 11:14:03.325522937 +0200 |
slaxemulator@6457 | 4 @@ -55,7 +55,7 @@ |
slaxemulator@6457 | 5 # files that depend only on the B phase, but may have to be regenerated |
slaxemulator@6457 | 6 # for "make installer". |
slaxemulator@6457 | 7 BSUBDIRS = codepage com32 lzo core memdisk modules mbr memdump gpxe sample \ |
slaxemulator@6457 | 8 - libinstaller dos win32 win64 dosutil |
slaxemulator@6457 | 9 + libinstaller |
slaxemulator@6457 | 10 ITARGET = |
slaxemulator@6457 | 11 IOBJECTS = $(ITARGET) \ |
slaxemulator@6457 | 12 utils/gethostip utils/isohybrid utils/mkdiskimage \ |