annotate src/msys2-make.mk @ 7207:9ed6500e56d3 default tip @

maint: Merge release to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 17 May 2024 20:16:41 +0200
parents 1cedfb1f6090
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4793
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
1 # This file is part of MXE.
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
2 # See index.html for further information.
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
3
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
4 PKG := msys2-make
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
5 $(PKG)_NAME := make
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
6 $(PKG)_IGNORE :=
6695
1cedfb1f6090 * src/msys2-bash.mk, src/msys2-ca-certificates.mk, src/msys2-diffutils.mk,
John Donoghue <john.donoghue@ieee.org>
parents: 6563
diff changeset
7 $(PKG)_VERSION := 4.4.1-1
1cedfb1f6090 * src/msys2-bash.mk, src/msys2-ca-certificates.mk, src/msys2-diffutils.mk,
John Donoghue <john.donoghue@ieee.org>
parents: 6563
diff changeset
8 $(PKG)_x86_64_CS := fb49dc12540ca9608e7ae86b4ca552673bf6b733
1cedfb1f6090 * src/msys2-bash.mk, src/msys2-ca-certificates.mk, src/msys2-diffutils.mk,
John Donoghue <john.donoghue@ieee.org>
parents: 6563
diff changeset
9 $(PKG)_i686_CS := 4aea74f88902512168ac3651642401fb4a3b059e
4793
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
10 $(PKG)_CS := $($(PKG)_$(MSYS2_ARCH)_CS)
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
11 $(PKG)_CHECKSUM := $($(PKG)_CS)
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
12 $(PKG)_SUBDIR :=
6442
1d9b775e3004 msys2: update to use an updated msys2-build32 repo for 32bit, update msys2 packages
John Donoghue <john.donoghue@ieee.org>
parents: 5296
diff changeset
13 $(PKG)_FILE := $($(PKG)_NAME)-$($(PKG)_VERSION)-$(MSYS2_ARCH).pkg.tar.zst
5265
a7bbb803f069 * Makefile.in: update urls and msys2 rules to go to repo.msys2.org
John Donoghue
parents: 4822
diff changeset
14 $(PKG)_URL := $(MSYS2_URL)/$($(PKG)_FILE)
6442
1d9b775e3004 msys2: update to use an updated msys2-build32 repo for 32bit, update msys2 packages
John Donoghue <john.donoghue@ieee.org>
parents: 5296
diff changeset
15 $(PKG)_URL2 := $(if $(MSYS2_URL2),$(MSYS2_URL2)/$($(PKG)_FILE),)
4793
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
16
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
17 $(PKG)_DEPS :=
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
18
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
19 define $(PKG)_UPDATE
4822
14328ca36f61 Add MSYS2_PKG_UPDATE rule and use in msys2 packages
John Donoghue
parents: 4793
diff changeset
20 $(MSYS2_PKG_UPDATE)
4793
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
21 endef
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
22
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
23 define $(PKG)_BUILD
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
24 $(MSYS2_PKG_BUILD)
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
25 endef