[syslinux:master] com32: Fixing lua's dependencies

syslinux-bot for Erwan Velu erwan.velu at enovance.com
Tue Jun 10 12:12:03 PDT 2014


Commit-ID:  5959441142ecdc792802964fbeebbdcc8b41d769
Gitweb:     http://www.syslinux.org/commit/5959441142ecdc792802964fbeebbdcc8b41d769
Author:     Erwan Velu <erwan.velu at enovance.com>
AuthorDate: Tue, 10 Jun 2014 21:05:33 +0200
Committer:  Erwan Velu <erwan.velu at enovance.com>
CommitDate: Tue, 10 Jun 2014 21:05:33 +0200

com32: Fixing lua's dependencies

Lua shall be one of the latest module to build as it requires some other
components to be built before.

Prior this patch, it was impossible to make a parallel build when "j"
was greater than 26.

This patch fix the ordering and allow a "make -j"  of com32 directory.

---
 com32/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/com32/Makefile b/com32/Makefile
index 6cb4a7d..754c915 100644
--- a/com32/Makefile
+++ b/com32/Makefile
@@ -11,7 +11,7 @@ $(SUBDIRS):
 all tidy dist clean spotless install: subdirs
 
 # Parallel dependencies
-chain lua/src mboot menu: lib libutil gpllib
+chain mboot menu: lib libutil gpllib
 cmenu: lib libutil
 elflink/ldlinux: lib
 gfxboot: lib libutil gpllib
@@ -20,3 +20,4 @@ modules: lib libutil gpllib
 rosh: lib libutil
 samples: libutil elflink/ldlinux
 sysdump: lib libutil libupload gpllib
+lua/src: cmenu modules


More information about the Syslinux-commits mailing list