Skip to content
Snippets Groups Projects
Commit aa0ff97c authored by Joshua C. Colp's avatar Joshua C. Colp Committed by Gerrit Code Review
Browse files

Merge "Makefile.moddir_rules: Pass PJPROJECT_BUNDLED to download_externals" into 13

parents 48e64c5d ee75df6e
Branches
Tags
No related merge requests found
...@@ -96,7 +96,7 @@ ifneq ($(findstring :,$(XMLSTARLET)$(BASH)),:) ...@@ -96,7 +96,7 @@ ifneq ($(findstring :,$(XMLSTARLET)$(BASH)),:)
EXTERNAL_MODS=$$($(XMLSTARLET) sel -t -m "/category/member[support_level = 'external']" -v "@name" -n .moduleinfo) ;\ EXTERNAL_MODS=$$($(XMLSTARLET) sel -t -m "/category/member[support_level = 'external']" -v "@name" -n .moduleinfo) ;\
for x in $${EXTERNAL_MODS} ; do \ for x in $${EXTERNAL_MODS} ; do \
if [ -z "$${DISABLED_MODS[$${x}]}" ] ; then \ if [ -z "$${DISABLED_MODS[$${x}]}" ] ; then \
$(ASTTOPDIR)/build_tools/download_externals $${x} ;\ PJPROJECT_BUNDLED=${PJPROJECT_BUNDLED} $(ASTTOPDIR)/build_tools/download_externals $${x} ;\
fi ;\ fi ;\
done ;\ done ;\
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment