aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErwan Velu <erwan.velu@enovance.com>2014-06-10 21:05:33 +0200
committerErwan Velu <erwan.velu@enovance.com>2014-06-10 21:05:33 +0200
commit5959441142ecdc792802964fbeebbdcc8b41d769 (patch)
tree28fe6668b707d3a183a68f92fcf62a748410634f
parent277b70ab2fafe15c1367f6ae8b022870a055d493 (diff)
downloadsyslinux-5959441142ecdc792802964fbeebbdcc8b41d769.tar.gz
syslinux-5959441142ecdc792802964fbeebbdcc8b41d769.tar.xz
syslinux-5959441142ecdc792802964fbeebbdcc8b41d769.zip
com32: Fixing lua's dependenciessyslinux-6.03-pre14
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.
-rw-r--r--com32/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/com32/Makefile b/com32/Makefile
index 6cb4a7df..754c915c 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