Browse Source

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

disabled lilo pseudo.b (it is testing only and requires dev86)


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2219 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Dimitar Zhekov 21 years ago
parent
commit
36f86ab1fa
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      package/x86/lilo/activate.patch

+ 4
- 1
package/x86/lilo/activate.patch

@ -20,6 +20,9 @@
# #
# --- ROCK-COPYRIGHT-NOTE-END --- # --- ROCK-COPYRIGHT-NOTE-END ---
Please don't re-enable pseudo.b, it's for testing purposes only and
requires a full dev86 package (rock includes the bin86 part only).
--- ./Makefile.orig 2003-12-11 16:48:40.000000000 -0600 --- ./Makefile.orig 2003-12-11 16:48:40.000000000 -0600
+++ ./Makefile 2003-12-11 16:49:52.000000000 -0600 +++ ./Makefile 2003-12-11 16:49:52.000000000 -0600
@@ -107,7 +107,7 @@ @@ -107,7 +107,7 @@
@ -27,7 +30,7 @@
.SUFFIXES: .img .b .com .S .s .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 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 if [ -x /usr/bin/bcc -o -x /usr/local/bin/bcc ]; then make diagnostic; fi
# #

Loading…
Cancel
Save