1 diff -Nru lilo-24.1.orig/Makefile lilo-24.1/Makefile
2 --- lilo-24.1.orig/Makefile 2014-10-19 09:31:10.871906282 +0200
3 +++ lilo-24.1/Makefile 2014-10-19 09:33:40.570016027 +0200
4 @@ -12,7 +12,6 @@
5 #
6 all: test
7 make -C src all
8 - make -C images all
9
10 #
11 # make help
12 @@ -45,7 +44,6 @@
13 #
14 alles: test
15 $(MAKE) -C src alles
16 - $(MAKE) -C images all
17
18 #
19 # documentation files
20 @@ -104,12 +102,8 @@
21 #
22 install: all
23 $(MAKE) -C src install
24 - $(MAKE) -C images install
25 - $(MAKE) -C hooks install
26 - $(MAKE) -C sample install
27 $(MAKE) -C scripts install
28 $(MAKE) -C man install
29 - $(MAKE) -C dos install
30
31 tidy:
32 $(MAKE) -C src tidy
33 diff -Nru lilo-24.1.orig/make.vars lilo-24.1/make.vars
34 --- lilo-24.1.orig/make.vars 2015-07-26 16:42:59.144497363 +0200
35 +++ lilo-24.1/make.vars 2015-07-26 16:43:49.518277641 +0200
36 @@ -70,7 +70,7 @@
37 # XL_SECS=n Support for extra large (non-standard) floppies.
38
39 CONFIG=-DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT \
40 - -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL \
41 + -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVIRTUAL \
42 -DMDPRAID -DDEVMAPPER
43
44 # set the following if you wish LILO.COM to be installed
45 diff -Nru lilo-24.1.orig/man/Makefile lilo-24.1/man/Makefile
46 --- lilo-24.1.orig/man/Makefile 2014-10-19 09:31:10.868573065 +0200
47 +++ lilo-24.1/man/Makefile 2014-10-19 09:31:38.537607503 +0200
48 @@ -12,7 +12,7 @@
49
50 PODFILES := lilo-uuid-diskid lilo liloconfig
51 MANFILES5 := lilo.conf
52 -MANFILES8 := keytab-lilo lilo-uuid-diskid lilo liloconfig mkrescue
53 +MANFILES8 := keytab-lilo lilo-uuid-diskid lilo
54
55 all:
56
57 diff -Nru lilo-24.1.orig/scripts/Makefile lilo-24.1/scripts/Makefile
58 --- lilo-24.1.orig/scripts/Makefile 2014-10-19 09:31:10.871906282 +0200
59 +++ lilo-24.1/scripts/Makefile 2014-10-19 09:31:38.537607503 +0200
60 @@ -15,7 +15,6 @@
61 install:
62 mkdir -p $$DESTDIR$(USRSBIN_DIR)
63
64 - install -m 0755 liloconfig $$DESTDIR$(USRSBIN_DIR)
65 install -m 0755 lilo-uuid-diskid $$DESTDIR$(USRSBIN_DIR)
66
67 clean:
68 diff -Nru lilo-24.1.orig/src/Makefile lilo-24.1/src/Makefile
69 --- lilo-24.1.orig/src/Makefile 2014-10-19 09:31:10.868573065 +0200
70 +++ lilo-24.1/src/Makefile 2014-10-19 09:34:59.340601665 +0200
71 @@ -47,7 +47,7 @@
72 #
73 # everything needed to run, just short of installation
74 #
75 -all: lilo bootsect.b
76 +all: lilo
77
78 #
79 # everything above plus the statically linked version
80 @@ -248,7 +248,6 @@
81 strip lilo.static; \
82 cp lilo.static $$DESTDIR$(SBIN_DIR)/lilo.static; \
83 fi
84 - cp ../mkrescue $$DESTDIR$(USRSBIN_DIR)/mkrescue
85 cp ../keytab-lilo.pl $$DESTDIR$(USRSBIN_DIR)/keytab-lilo
86
87 dep:
|