search for: umakedep

Displaying 9 results from an estimated 9 matches for "umakedep".

Did you mean: makedep
2015 Sep 14
2
[PATCH] Dont bypass compiler driver for Dependency generation options
...; >> # Common stanza to make gcc generate .*.d dependency files >> -MAKEDEPS = -Wp,-MT,$@,-MD,$(dir $@).$(notdir $@).d >> +MAKEDEPS = -MT $@ -MD >> >> # Dependencies that exclude system headers; use whenever we use >> # header files from the platform. >> -UMAKEDEPS = -Wp,-MT,$@,-MMD,$(dir $@).$(notdir $@).d >> +UMAKEDEPS = -MT $@ -MMD >> >> # Items that are only appropriate during development; this file is >> # removed when tarballs are generated. > > It looks like these were introduced in MCONFIG back in commit ID > fe9385...
2015 Sep 10
3
[PATCH] Dont bypass compiler driver for Dependency generation options
...ARCH)) GCCWARN = -W -Wall -Wstrict-prototypes $(DEBUGOPT) # Common stanza to make gcc generate .*.d dependency files -MAKEDEPS = -Wp,-MT,$@,-MD,$(dir $@).$(notdir $@).d +MAKEDEPS = -MT $@ -MD # Dependencies that exclude system headers; use whenever we use # header files from the platform. -UMAKEDEPS = -Wp,-MT,$@,-MMD,$(dir $@).$(notdir $@).d +UMAKEDEPS = -MT $@ -MMD # Items that are only appropriate during development; this file is # removed when tarballs are generated. -- 2.5.1
2017 Jun 30
4
[PATCH v2 0/4] Allow cross-building of syslinux
Hi together, this is the second version of my cross-compilation patch serie. I'm sending it in the hope to get an honest review, and possibly see the patches integrated upstream. Those patches allow to build syslinux using a toolchain different from the host one by explicitely using the host toolchain for the utilities that are required at build-time / on the build machine. I am using the
2015 Sep 13
0
[PATCH] Dont bypass compiler driver for Dependency generation options
...-prototypes $(DEBUGOPT) > > # Common stanza to make gcc generate .*.d dependency files > -MAKEDEPS = -Wp,-MT,$@,-MD,$(dir $@).$(notdir $@).d > +MAKEDEPS = -MT $@ -MD > > # Dependencies that exclude system headers; use whenever we use > # header files from the platform. > -UMAKEDEPS = -Wp,-MT,$@,-MMD,$(dir $@).$(notdir $@).d > +UMAKEDEPS = -MT $@ -MMD > > # Items that are only appropriate during development; this file is > # removed when tarballs are generated. It looks like these were introduced in MCONFIG back in commit ID fe938522 and originally in a bunch o...
2015 Dec 10
0
[PATCH] Dont bypass compiler driver for Dependency generation options
...anza to make gcc generate .*.d dependency files >>> -MAKEDEPS = -Wp,-MT,$@,-MD,$(dir $@).$(notdir $@).d >>> +MAKEDEPS = -MT $@ -MD >>> >>> # Dependencies that exclude system headers; use whenever we use >>> # header files from the platform. >>> -UMAKEDEPS = -Wp,-MT,$@,-MMD,$(dir $@).$(notdir $@).d >>> +UMAKEDEPS = -MT $@ -MMD >>> >>> # Items that are only appropriate during development; this file is >>> # removed when tarballs are generated. >> >> It looks like these were introduced in MCONFIG back in...
2010 Apr 12
2
Patch to port isohybrid.pl to isohybrid.c
Hello all, Past few days I was working on porting the isohybrid perl script to c. (-> https://fedorahosted.org/fedora-engineering-services/ticket/15) The first patch towards the same is attached with this mail. And the same could also be accessed from: http://pjp.dgplug.org/tools/syslinux-3.86-isohybrid.patch I would really appreciate it if somebody could have a look at it and let me know
2016 Mar 05
2
build problems with 6.04-pre1
...dppx.bin ../mbr/isohdppx_f.bin ../mbr/isohdppx_c.bin) +ISOHDPFX = $(addprefix $(OBJ)/,../bios/mbr/isohdpfx.bin ../bios/mbr/isohdpfx_f.bin \ + ../bios/mbr/isohdpfx_c.bin \ + ../bios/mbr/isohdppx.bin ../bios/mbr/isohdppx_f.bin ../bios/mbr/isohdppx_c.bin) all: $(TARGETS) %.o: %.c $(CC) $(UMAKEDEPS) $(CFLAGS) -c -o $@ $< -mkdiskimage: mkdiskimage.in ../mbr/mbr.bin bin2hex.pl - $(PERL) $(SRC)/bin2hex.pl < $(OBJ)/../mbr/mbr.bin | cat $(SRC)/mkdiskimage.in - > $@ +mkdiskimage: mkdiskimage.in ../bios/mbr/mbr.bin bin2hex.pl + $(PERL) $(SRC)/bin2hex.pl < $(OBJ)/../bios/mbr/mbr.bin |...
2011 Apr 11
0
[PATCH] Makefile: Move Makefile fragments into mk/
...KEDIR)/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 # Local additions, like -DDEBUG can go here --include $(topdir)/MCONFIG.lo...
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