search for: a71fd13

Displaying 3 results from an estimated 3 matches for "a71fd13".

2012 Jul 06
1
git tree magic forest
...og Shows as most recent commit a hpa commit from april 2011. How to explain the unexpected output from `git diff` and `git log`? Cheers Geert Stappers -- stappers at inertia:/usr/src/syslinux $ git diff master mfleming | head diff --git a/MCONFIG b/MCONFIG new file mode 100644 index 0000000..a71fd13 --- /dev/null +++ b/MCONFIG @@ -0,0 +1,83 @@ +## -*- makefile -*- ------------------------------------------------------- +## +## Copyright 2008 H. Peter Anvin - All Rights Reserved +## stappers at inertia:/usr/src/syslinux $ git branch | grep '*' * mfleming stappers at inertia:/usr/sr...
2011 Apr 11
0
[PATCH] Makefile: Move Makefile fragments into mk/
...## Include the COM32 common configurables -include ../MCONFIG +include $(MAKEDIR)/com32.mk # CFLAGS = $(GCCOPT) $(GCCWARN) -march=i386 \ # -fomit-frame-pointer -D__COM32__ \ diff --git a/MCONFIG b/mk/syslinux.mk similarity index 96% rename from MCONFIG rename to mk/syslinux.mk index a71fd13..2d47f81 100644 --- a/MCONFIG +++ b/mk/syslinux.mk @@ -77,7 +77,7 @@ UMAKEDEPS = -Wp,-MT,$@,-MMD,$(dir $@).$(notdir $@).d # Items that are only appropriate during development; this file is # removed when tarballs are generated. --include $(topdir)/MCONFIG.devel +-include $(makefiledir)/devel.mk...
2011 Apr 16
6
[PATCH 0/6] Makefile cleanups
From: Matt Fleming <matt.fleming at linux.intel.com> This series includes a patch (PATCH 1/6) that I sent previously but I thought it was worth sending it again since the rest of the series depends on it, and it also gives a bit of context. These cleanups make it simpler to do the big switchover to ELF modules on the elflink branch because the libraries in $LIBS are now contained in one