Displaying 15 results from an estimated 15 matches for "btarget".
Did you mean:
target
2015 Sep 14
1
[PATCH 1/4] efi: Don't unnecessarily rebuild syslinux.so
...CFLAGS += -DDATE_STR='"$(DATE)"'
>
> -.PHONY: subdirs
> -subdirs:
> - mkdir -p $(ARCH)
> +$(OBJ)/$(ARCH):
> + mkdir -p $@
>
> -$(OBJS): subdirs
> +$(OBJS): | $(OBJ)/$(ARCH)
What does the | do?
> # The targets to build in this directory
> BTARGET = syslinux.efi
Groeten
Geert Stappers
--
Leven en laten leven
2015 Sep 16
1
[PATCH 1/4] efi: Don't unnecessarily rebuild syslinux.so
...TE)) endif
> CFLAGS += -DDATE_STR='"$(DATE)"'
>
> -.PHONY: subdirs
> -subdirs:
> - mkdir -p $(ARCH)
> +$(OBJ)/$(ARCH):
> + mkdir -p $@
>
> -$(OBJS): subdirs
> +$(OBJS): | $(OBJ)/$(ARCH)
>
> # The targets to build in this directory
> BTARGET = syslinux.efi
--
Paulo Alcantara, C.E.S.A.R
Speaking for myself only.
2013 Jun 24
0
Syslinux 6.00 released
...uilding again.
Signed-off-by: Matt Fleming <matt.fleming at intel.com>
---
Makefile | 2 +-
efi/Makefile | 2 --
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
index 3861168..9c886d8 100644
--- a/Makefile
+++ b/Makefile
@@ -164,7 +164,7 @@ BOBJECTS = $(BTARGET) \
ifdef EFI_BUILD
BSUBDIRS = codepage com32 lzo core mbr sample efi txt
-ISUBDIRS = efi utils
+ISUBDIRS =
INSTALLSUBDIRS = efi
diff --git a/efi/Makefile b/efi/Makefile
index 2003430..c89ca06 100644
--- a/efi/Makefile
+++ b/efi/Makefile
@@ -66,8 +66,6 @@ codepage.o: ../codepage/cp865.cp...
2010 May 29
2
Syslinux doesn't compile on Mandriva Linux - fixed
...37.000000000 +0100
+++ Makefile 2010-05-29 11:17:16.000000000 +0100
@@ -19,6 +19,15 @@ include $(topdir)/MCONFIG
-include $(topdir)/version.mk
#
+# Build win32 applications for win32 platforms only
+#
+ifdef WIN32
+INSTALL_AUX_OPT = win32/syslinux.exe
+else
+INSTALL_AUX_OPT =
+endif
+
+#
# The BTARGET refers to objects that are derived from ldlinux.asm; we
# like to keep those uniform for debugging reasons; however, distributors
# want to recompile the installers (ITARGET).
@@ -43,7 +52,7 @@ BOBJECTS = $(BTARGET) \
mbr/mbr_c.bin mbr/altmbr_c.bin mbr/gptmbr_c.bin \
mbr/mbr_f.bin mbr/altmbr_...
2013 Jun 24
2
Syslinux 6.00 released
On Sat, 22 Jun, at 05:24:21PM, Ferenc Wagner wrote:
> Matt Fleming <matt at console-pimps.org> writes:
>
> > Please do test out the release and report any regressions.
>
> Unfortunately, I can't make it under Debian wheezy + experimental
> gnu-efi (ie. 3.0u+debian-1):
>
> $ make installer
[...]
> make[3]: *** No rule to make target
2012 Oct 19
3
[PATCH 0/3] elflink fixes
From: Matt Fleming <matt.fleming at intel.com>
The first two patches in this series are fixes for bugs reported by
someone in #syslinux. The third makes dmitest.c32 actually wait for
user input.
If no one has any objections/concerns, I'll pull this into the
official elflink branch.
Matt Fleming (3):
core: Print error message if we don't load ldlinux.c32
Clean up $(GPLLIB) leak
2015 Sep 14
11
[PATCH 0/4] efi: Makefile improvement
From: Sylvain Gault <sylvain.gault at gmail.com>
These few patches contain a few improvement about the Makefiles for EFI.
Mainly, to rebuild the files when needed, and only when needed. The three shell
scripts efi/{check,build,clean}-gnu-efi.sh disappeared and are now integrated
as makefile recipes.
You'll notice an argument ARFLAGS=rvU to the recursive make calls to gnu-efi.
This is
2015 Sep 14
0
[PATCH 1/4] efi: Don't unnecessarily rebuild syslinux.so
...@@ DATE := $(shell sh $(SRC)/../gen-id.sh $(VERSION) $(HEXDATE))
endif
CFLAGS += -DDATE_STR='"$(DATE)"'
-.PHONY: subdirs
-subdirs:
- mkdir -p $(ARCH)
+$(OBJ)/$(ARCH):
+ mkdir -p $@
-$(OBJS): subdirs
+$(OBJS): | $(OBJ)/$(ARCH)
# The targets to build in this directory
BTARGET = syslinux.efi
--
2.5.1
2010 Jul 02
1
[syslinux:master] Makefile: add lua.c32 to installables
...> MODULES = memdisk/memdisk memdump/memdump.com modules/*.com \
> com32/menu/*.c32 com32/modules/*.c32 com32/mboot/*.c32 \
> com32/hdt/*.c32 com32/rosh/*.c32 com32/gfxboot/*.c32 \
> - com32/sysdump/*.c32
> + com32/sysdump/*.c32 com32/lua/src/*.c32
>
> # syslinux.exe is BTARGET so as to not require everyone to have the
> # mingw suite installed
>
If I understand that correct,
it means that Lua is in the master branch.
\o/ YES \o/
Stappers :-)
2012 Jan 27
1
[PATCH] [RFC] Makefile: add mingw objects conditionally
...#39;m a bit
uncomfortable with editing Makefiles and therefore I wanted to keep my
changes small.
Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 48b3420..dfd50c1 100644
--- a/Makefile
+++ b/Makefile
@@ -43,9 +43,14 @@ BOBJECTS = $(BTARGET) \
mbr/*.bin \
core/pxelinux.0 core/isolinux.bin core/isolinux-debug.bin \
gpxe/gpxelinux.0 dos/syslinux.com \
- win32/syslinux.exe win64/syslinux64.exe \
dosutil/*.com dosutil/*.sys \
$(MODULES)
+ifeq ($(shell win32/find-mingw32.sh gcc >/dev/null 2>&1 ; echo $$?), 0)
+BOBJECTS...
2014 Dec 17
0
[PATCH] build: sort sources to build in a more deterministic way
...))
+HEXDATE := $(shell $(PERL) $(topdir)/now.pl $(SRCS) $(sort $(wildcard *.h)))
endif
ifndef DATE
DATE := $(shell sh $(topdir)/gen-id.sh $(VERSION) $(HEXDATE))
diff --git a/core/Makefile b/core/Makefile
index ad0acb5..bb754b8 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -39,11 +39,11 @@ BTARGET = kwdhash.gen \
isolinux.bin isolinux-debug.bin pxelinux.0 lpxelinux.0
# All primary source files for the main syslinux files
-NASMSRC := $(wildcard $(SRC)/*.asm)
-NASMHDR := $(wildcard $(SRC)/*.inc)
-CSRC := $(shell find $(SRC) -name '*.c' -print)
-SSRC := $(shell find $(SRC)...
2011 Apr 11
0
[PATCH] Makefile: Move Makefile fragments into mk/
...mk
OPTFLAGS =
diff --git a/diag/geodsp/Makefile b/diag/geodsp/Makefile
index 4c8eff6..04fd89e 100644
--- a/diag/geodsp/Makefile
+++ b/diag/geodsp/Makefile
@@ -19,7 +19,7 @@
#
topdir = ../..
-# include $(topdir)/MCONFIG.embedded
+# include $(topdir)/mk/embedded.mk
coredir = $(topdir)/core
BTARGET = geodsp1s.bin geodspms.bin mk-lba-img \
diff --git a/diag/mbr/Makefile b/diag/mbr/Makefile
index a94253a..79ff9f0 100644
--- a/diag/mbr/Makefile
+++ b/diag/mbr/Makefile
@@ -17,7 +17,8 @@
topdir = ../..
mbrdir = $(topdir)/mbr
-include $(topdir)/MCONFIG.embedded
+MAKEDIR = $(topdir)/mk
+include...
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
2019 Jul 09
0
[PATCH] core: Add support for BLS Type 1 entries
...e
+++ b/com32/elflink/ldlinux/Makefile
@@ -18,7 +18,7 @@ LIBS = --whole-archive $(objdir)/com32/lib/libcom32min.a
OBJS = ldlinux.o cli.o readconfig.o refstr.o colors.o getadv.o adv.o \
execute.o chainboot.o kernel.o get_key.o advwrite.o setadv.o \
- loadhigh.o msg.o
+ loadhigh.o msg.o bls.o
BTARGET = $(LDLINUX)
diff --git a/com32/elflink/ldlinux/bls.c b/com32/elflink/ldlinux/bls.c
new file mode 100644
index 00000000..16e8bf18
--- /dev/null
+++ b/com32/elflink/ldlinux/bls.c
@@ -0,0 +1,230 @@
+/*
+ * bls.c
+ *
+ * Source file for the boot loader specification
+ *
+ * https://systemd.io/BOOT_L...
2010 Aug 08
1
PATCH/RFC chain.c: update iterator code, yank from chain.c, move both to separate directory
1) code split and move
Iterator related functionality is yanked from chain.c and moved to
iterator.{c,h}. Both are moved to com32/chain and this way chain.c is ready
for further splitting.
Alternatively, partiter could be moved to com32/lib at any time in the future.
It's potentially useful for other modules (e.g. if someone wanted to code
partition dumper or editor).
2) Iterator updates