Browse Source

Dimitar Zhekov <jimmy@is-vn.bg>:

Our activate.patch to lilo enables all "all:" targets, but
pseudo.b requires bcc (and thus produces errors) and is
only required for the diagnostics as far as I can see. So
this patch disables pseudo.b by removing it from "all:".


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1495 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Dimitar Zhekov 21 years ago
parent
commit
cd1d7b22e5
2 changed files with 4 additions and 3 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +3
    -3
      package/x86/lilo/activate.patch

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -3,6 +3,7 @@
- Dimitar Zhekov: bash use installed readline option
fixed reroot in makeimages.sh
disable lilo test4 / pseudo.b
*) 2003-09-24 (2.0.0-rc1 - 2.0.0-rc2)

+ 3
- 3
package/x86/lilo/activate.patch

@ -20,14 +20,14 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
--- ./Makefile.orig 2003-07-09 14:02:59.000000000 -0600
+++ ./Makefile 2003-07-09 14:03:19.000000000 -0600
--- ./Makefile.orig 2003-06-30 06:45:19.000000000 +0300
+++ ./Makefile 2003-09-21 17:25:38.000000000 +0300
@@ -104,7 +104,7 @@
.SUFFIXES: .img .b .com .S .s
-all: lilo bootsect.b disk.com pseudo.b # $(BOOTS) edit dparam.com activate
+all: lilo bootsect.b disk.com pseudo.b $(BOOTS) edit dparam.com activate
+all: lilo bootsect.b disk.com $(BOOTS) edit dparam.com activate # pseudo.b
if [ -x /usr/bin/bcc -o -x /usr/local/bin/bcc ]; then make diagnostic; fi
#

Loading…
Cancel
Save