diff options
author | Tony Theodore <tonyt@logyst.com> | 2018-03-11 02:09:24 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2018-03-12 03:28:14 (GMT) |
commit | 02e11b8dc1690a1730bd35d5b61d5c9e3bbf2f5a (patch) | |
tree | 139498dd9490b93da6eebcefd171198609427af9 /Makefile | |
parent | 068d3c0d7b5c23c4307d56fcf6851009290cfe2c (diff) | |
download | mxe-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |