|
|
@ -2,7 +2,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# Filename: package/.../bin86/no_elks.patch |
|
|
|
# Copyright (C) 2009 The OpenSDE Project |
|
|
|
# Copyright (C) 2015 The OpenSDE Project |
|
|
|
# |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
# |
|
|
@ -14,26 +14,8 @@ |
|
|
|
# version. |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
diff -Nur dev86-0.16.17-orig/Makefile dev86-0.16.17/Makefile
|
|
|
|
--- dev86-0.16.17-orig/Makefile 2009-08-02 18:06:25.000000000 +0300
|
|
|
|
+++ dev86-0.16.17/Makefile 2009-08-02 18:07:10.000000000 +0300
|
|
|
|
@@ -5,11 +5,11 @@
|
|
|
|
VERSION=0.16.17 |
|
|
|
|
|
|
|
TARGETS=install clean other \ |
|
|
|
- bcc86 unproto copt as86 ld86 elksemu \
|
|
|
|
+ bcc86 unproto copt as86 ld86 \
|
|
|
|
install-all install-bcc install-emu install-lib \ |
|
|
|
install-lib2 install-ln install-man install-other \ |
|
|
|
all-libs alt-libs library lib-386 lib-bsd lib-dos lib-fast lib-stand \ |
|
|
|
- config tests dis88 doselks bootblocks ld86r
|
|
|
|
+ config tests dis88 bootblocks ld86r
|
|
|
|
|
|
|
|
ELKSSRC= /usr/src/elks |
|
|
|
PREFIX= /usr |
|
|
|
diff -Nur dev86-0.16.17-orig/makefile.in dev86-0.16.17/makefile.in
|
|
|
|
--- dev86-0.16.17-orig/makefile.in 2009-08-02 18:06:25.000000000 +0300
|
|
|
|
+++ dev86-0.16.17/makefile.in 2009-08-02 18:08:16.000000000 +0300
|
|
|
|
--- dev86-0.16.17/makefile.in.noelks 2006-01-25 17:03:02.000000000 -0500
|
|
|
|
+++ dev86-0.16.17/makefile.in 2006-01-25 17:03:19.000000000 -0500
|
|
|
|
@@ -89,10 +89,10 @@
|
|
|
|
|
|
|
|
#ifdef GNUMAKE |
|
|
@ -43,7 +25,7 @@ diff -Nur dev86-0.16.17-orig/makefile.in dev86-0.16.17/makefile.in |
|
|
|
|
|
|
|
install: check_config install-bcc install-man \ |
|
|
|
- install-lib install-emu
|
|
|
|
+ install-lib
|
|
|
|
+ install-lib
|
|
|
|
|
|
|
|
install-all: install install-other |
|
|
|
|