[Lunar-commits] <moonbase> dev86: Adding a BUILD to resolve the conflicts with bin86. Virtualbox is the only

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sat Mar 13 17:06:04 CET 2010


commit 291c8aba2db9546a0fefa47b7abc771cde398d7e
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sat Mar 13 11:06:04 2010 -0500

    dev86: Adding a BUILD to resolve the conflicts with bin86. Virtualbox is the only
    
    module that uses dev86 and recompiles fine with the relocation of the dev86 binaries.
    You *WILL* want to do at least a lunar fix to correct bin86.
---
 compilers/dev86/BUILD          |    7 +++++++
 compilers/dev86/BUILD.x86_64   |    2 ++
 compilers/dev86/DETAILS        |    2 +-
 compilers/dev86/DETAILS.x86_64 |    2 +-
 4 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/compilers/dev86/BUILD b/compilers/dev86/BUILD
new file mode 100644
index 0000000..d90da71
--- /dev/null
+++ b/compilers/dev86/BUILD
@@ -0,0 +1,7 @@
+(
+
+  sedit "s:PREFIX)/bin:PREFIX)/sbin:" Makefile &&
+
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/compilers/dev86/BUILD.x86_64 b/compilers/dev86/BUILD.x86_64
index eecb944..7ec8401 100644
--- a/compilers/dev86/BUILD.x86_64
+++ b/compilers/dev86/BUILD.x86_64
@@ -2,6 +2,8 @@
 
   patch_it $SOURCE_CACHE/$SOURCE1 0 &&
 
+  sedit "s:PREFIX)/bin:PREFIX)/sbin:" Makefile &&
+
   default_make
 
 ) > $C_FIFO 2>&1
diff --git a/compilers/dev86/DETAILS b/compilers/dev86/DETAILS
index fbe5ca8..3947965 100644
--- a/compilers/dev86/DETAILS
+++ b/compilers/dev86/DETAILS
@@ -5,7 +5,7 @@
       WEB_SITE=http://homepage.ntlworld.com/robert.debath/
  MODULE_PREFIX=${DEV86_INSTALL_DIR:-/opt/dev86}
        ENTERED=20071004
-       UPDATED=20071004
+       UPDATED=20100313
          SHORT="Bruce Evan's C compiler, related assembler and linker"
          PSAFE=no
 
diff --git a/compilers/dev86/DETAILS.x86_64 b/compilers/dev86/DETAILS.x86_64
index ad7e04e..98c0e24 100644
--- a/compilers/dev86/DETAILS.x86_64
+++ b/compilers/dev86/DETAILS.x86_64
@@ -8,7 +8,7 @@
    SOURCE1_VFY=sha1:ac1a0deca4c560565ccc431709a97e200bb0adf3
       WEB_SITE=http://homepage.ntlworld.com/robert.debath/
        ENTERED=20071004
-       UPDATED=20071004
+       UPDATED=20100313
          SHORT="Bruce Evan's C compiler, related assembler and linker"
          PSAFE=no
 


More information about the Lunar-commits mailing list