[syslinux:firmware] Makefile: make gpxe/ depend on core/

syslinux-bot for Gene Cumm gene.cumm at gmail.com
Fri Jun 28 06:48:06 PDT 2013


Commit-ID:  bf9320d4186033af250a3dd5ba6a04503c39f51b
Gitweb:     http://www.syslinux.org/commit/bf9320d4186033af250a3dd5ba6a04503c39f51b
Author:     Gene Cumm <gene.cumm at gmail.com>
AuthorDate: Thu, 27 Jun 2013 11:07:41 -0400
Committer:  Gene Cumm <gene.cumm at gmail.com>
CommitDate: Thu, 27 Jun 2013 11:07:41 -0400

Makefile: make gpxe/ depend on core/

Paralleling sometimes fails depending on pxelinux.0

Signed-off-by: Gene Cumm <gene.cumm at gmail.com>

---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 9c886d8..107e5fa 100644
--- a/Makefile
+++ b/Makefile
@@ -285,6 +285,7 @@ libinstaller: core
 utils: mbr
 core: com32
 efi: core
+gpxe: core
 
 installer: installer-local
 	set -e; for i in $(ISUBDIRS); \


More information about the Syslinux-commits mailing list