diff options
Diffstat (limited to 'sys-boot/lilo/files/lilo-22.7.3-makefile-nodiags.patch')
-rw-r--r-- | sys-boot/lilo/files/lilo-22.7.3-makefile-nodiags.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys-boot/lilo/files/lilo-22.7.3-makefile-nodiags.patch b/sys-boot/lilo/files/lilo-22.7.3-makefile-nodiags.patch new file mode 100644 index 000000000000..39f504ebeaa3 --- /dev/null +++ b/sys-boot/lilo/files/lilo-22.7.3-makefile-nodiags.patch @@ -0,0 +1,14 @@ +--- Makefile.orig 2006-10-02 22:10:39.000000000 +0200 ++++ Makefile 2006-10-02 22:18:13.000000000 +0200 +@@ -153,10 +153,7 @@ + # + # everything needed to run, just short of installation + # +-all: lilo bootsect.b diag1.img # OBSOLETE: $(BOOTS) edit dparam.com activate +- if [ -x /usr/bin/bcc -o -x /usr/local/bin/bcc ]; then \ +- make diagnostic; \ +- make dosexe; fi ++all: lilo + + # + # everything above plus the statically linked version |