diff options
author | Tony Theodore <tonyt@logyst.com> | 2017-11-25 08:55:44 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2017-12-22 21:18:52 (GMT) |
commit | 0e1b95fc24b02bd757afaeb3043b71166563d319 (patch) | |
tree | bf9dc7afde74575fa772481aaa9a0cae17f1db30 /src/mingw-w64.mk | |
parent | 8eb5c0e41b07c21560bbc4ac930cd382fa147d76 (diff) | |
download | mxe-0e1b95fc24b02bd757afaeb3043b71166563d319.zip mxe-0e1b95fc24b02bd757afaeb3043b71166563d319.tar.gz mxe-0e1b95fc24b02bd757afaeb3043b71166563d319.tar.bz2 |
Improve handling of virtual packages and build messages
- add metadata to distinguish virtual package types
- improve build order and status messages for empty packages
print pkg type or `disabled` instead of `no-build`
- add BUILD_DRY_RUN option and fixup make -t
- update build-matrix rule to identify virtual pkgs
Diffstat (limited to 'src/mingw-w64.mk')
-rw-r--r-- | src/mingw-w64.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mingw-w64.mk b/src/mingw-w64.mk index f2ec142..87f5ff5 100644 --- a/src/mingw-w64.mk +++ b/src/mingw-w64.mk @@ -9,6 +9,7 @@ $(PKG)_CHECKSUM := 2a601db99ef579b9be69c775218ad956a24a09d7dabc9ff6c5bd60da9ccc9 $(PKG)_SUBDIR := $(PKG)-v$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-v$($(PKG)_VERSION).tar.bz2 $(PKG)_URL := https://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$(PKG)-release/$($(PKG)_FILE) +$(PKG)_TYPE := archive $(PKG)_DEPS := define $(PKG)_UPDATE |