[syslinux:master] memdisk: Undo addition of vpath and removal of tiny files

syslinux-bot for Gene Cumm gene.cumm at gmail.com
Wed Mar 2 15:12:48 PST 2011


Commit-ID:  46e063f4cd54b2325eab16bfa9f52bb984e33ead
Gitweb:     http://syslinux.zytor.com/commit/46e063f4cd54b2325eab16bfa9f52bb984e33ead
Author:     Gene Cumm <gene.cumm at gmail.com>
AuthorDate: Tue, 8 Feb 2011 19:40:43 -0500
Committer:  Gene Cumm <gene.cumm at gmail.com>
CommitDate: Tue, 8 Feb 2011 19:42:47 -0500

memdisk: Undo addition of vpath and removal of tiny files



---
 memdisk/Makefile        |    2 --
 memdisk/ctypes.c        |    1 +
 memdisk/strntoumax.c    |    1 +
 memdisk/strtoull.c      |    1 +
 memdisk/strtox.c        |    1 +
 memdisk/suffix_number.c |    1 +
 6 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/memdisk/Makefile b/memdisk/Makefile
index beead60..ddb0553 100644
--- a/memdisk/Makefile
+++ b/memdisk/Makefile
@@ -51,8 +51,6 @@ NASMSRC  = memdisk_chs_512.asm memdisk_edd_512.asm \
 	   memdisk_iso_512.asm memdisk_iso_2048.asm \
 	   memdisk16.asm
 
-vpath %.c $(topdir)/com32/lib:$(topdir)/com32/libutil
-
 all: memdisk # e820test
 
 # tidy, clean removes everything except the final binary
diff --git a/memdisk/ctypes.c b/memdisk/ctypes.c
new file mode 100644
index 0000000..f87ca05
--- /dev/null
+++ b/memdisk/ctypes.c
@@ -0,0 +1 @@
+#include "../com32/lib/ctypes.c"
diff --git a/memdisk/strntoumax.c b/memdisk/strntoumax.c
new file mode 100644
index 0000000..6fa2f35
--- /dev/null
+++ b/memdisk/strntoumax.c
@@ -0,0 +1 @@
+#include "../com32/lib/strntoumax.c"
diff --git a/memdisk/strtoull.c b/memdisk/strtoull.c
new file mode 100644
index 0000000..e2425df
--- /dev/null
+++ b/memdisk/strtoull.c
@@ -0,0 +1 @@
+#include "../com32/lib/strtoull.c"
diff --git a/memdisk/strtox.c b/memdisk/strtox.c
new file mode 100644
index 0000000..445681f
--- /dev/null
+++ b/memdisk/strtox.c
@@ -0,0 +1 @@
+#include "../com32/lib/strtox.c"
diff --git a/memdisk/suffix_number.c b/memdisk/suffix_number.c
new file mode 100644
index 0000000..dd26642
--- /dev/null
+++ b/memdisk/suffix_number.c
@@ -0,0 +1 @@
+#include "../com32/libutil/suffix_number.c"



More information about the Syslinux-commits mailing list