Displaying 1 result from an estimated 1 matches for "81e7a16".
Did you mean:
817,16
2009 Oct 05
1
merging lua branch
...,
it needed a minor fix to a Makefile, as follows.
I couldnt coax it to give me anything via git format-patch <something>,
so I got this from qgit:
Is there a more correct way to submit this ??
[jimc at harpo syslinux.git]$ more patch
diff --combined com32/Makefile
index 4a58485,5d1ff44..81e7a16
--- a/com32/Makefile
+++ b/com32/Makefile
@@@ -1,3 -1,4 +1,4 @@@
- SUBDIRS = lib gpllib libutil modules mboot menu samples rosh cmenu hdt
-SUBDIRS = lib libutil modules menu samples lua/src
++SUBDIRS = lib gpllib libutil modules mboot menu samples rosh cmenu hdt
lua/src
+
all tidy dist clean spo...