core/lilo/lilo-22.7.3.patch

21 lines
822 B
Diff
Raw Normal View History

2006-08-12 11:30:55 +02:00
--- Makefile.orig 2006-08-12 11:27:22.726223250 +0200
+++ Makefile 2006-08-12 11:28:32.070557000 +0200
@@ -65,7 +65,7 @@
2006-07-08 12:04:00 +02:00
# XL_SECS=n Support for extra large (non-standard) floppies.
CONFIG=-DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT \
- -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL \
+ -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVIRTUAL \
2006-08-12 11:30:55 +02:00
-DMDPRAID
2006-07-08 12:04:00 +02:00
2006-08-12 11:30:55 +02:00
# set the following if you wish LILO.COM to be installed
@@ -162,7 +162,7 @@
2006-07-08 12:04:00 +02:00
#
# everything needed to run, just short of installation
#
-all: lilo bootsect.b diag1.img # OBSOLETE: $(BOOTS) edit dparam.com activate
2006-08-12 11:30:55 +02:00
+all: lilo bootsect.b # diag1.img OBSOLETE: $(BOOTS) edit dparam.com activate
2006-07-08 12:04:00 +02:00
if [ -x /usr/bin/bcc -o -x /usr/local/bin/bcc ]; then \
make diagnostic; \
make dosexe; fi