summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2018-03-11 02:09:24 (GMT)
committerTony Theodore <tonyt@logyst.com>2018-03-12 03:28:14 (GMT)
commit02e11b8dc1690a1730bd35d5b61d5c9e3bbf2f5a (patch)
tree139498dd9490b93da6eebcefd171198609427af9 /Makefile
parent068d3c0d7b5c23c4307d56fcf6851009290cfe2c (diff)
downloadmxe-02e11b8dc1690a1730bd35d5b61d5c9e3bbf2f5a.zip
mxe-02e11b8dc1690a1730bd35d5b61d5c9e3bbf2f5a.tar.gz
mxe-02e11b8dc1690a1730bd35d5b61d5c9e3bbf2f5a.tar.bz2
build-pkg: add usage notes for pkg list and dry run
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 45047a6..3438a36 100644
--- a/Makefile
+++ b/Makefile
@@ -705,7 +705,7 @@ $(PREFIX)/$(3)/installed/$(1): $(PKG_MAKEFILES) \
| $(RTRIM)
)
$(if $(value $(call LOOKUP_PKG_RULE,$(1),BUILD,$(3))),
- $(if $(BUILD_DRY_RUN), \
+ $(if $(BUILD_DRY_RUN)$(MXE_BUILD_DRY_RUN), \
@$(PRINTF_FMT) '[dry-run]' '$(1)' '$(3)' | $(RTRIM)
@[ -d '$(PREFIX)/$(3)/lib' ] || mkdir -p '$(PREFIX)/$(3)/lib'
@touch '$(PREFIX)/$(3)/lib/$(1).dry-run'