33 Commits

Author SHA1 Message Date
CvH
d2c170f838
Merge pull request #7115 from heitbaum/make44
Update make to 4.4.1
2023-03-05 21:38:22 +01:00
Rudi Heitbaum
49d330c21d make: update to 4.4.1 2023-02-27 10:44:45 +00:00
Matthias Reichl
8eb0080e8c make: use local-cc flag instead of manually setting CC
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-12-02 01:11:39 +01:00
Matthias Reichl
9b3254a142 Revert "make: update to 4.4"
This reverts commit 234922751d4e8b6f481692deb8508b67ae714785.
2022-11-11 00:03:36 +01:00
Rudi Heitbaum
234922751d make: update to 4.4 2022-10-31 11:26:04 +00:00
Rudi Heitbaum
84b92ef6b4 make: fails to execute extraordinarily long command lines - further fix 2022-05-14 06:55:26 +00:00
Rudi Heitbaum
61c27f6b06 make: update command line patch not to touch configure.ac
as aclocal-1.16 may not be available on the build host as make has no
dependancies. remove patch to configure.ac. patch still works as the
required depends are still available.
2022-05-05 09:46:18 +00:00
Rudi Heitbaum
cf46d60968 make: fails to execute extraordinarily long command lines
patch from:
- https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688601
- https://savannah.gnu.org/bugs/?45763
2022-05-02 06:15:23 +00:00
Ian Leonard
78440702f1 devel: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:33:48 +00:00
Jernej Skrabec
deffe0177c make: Fix recursive builds 2020-06-24 20:56:40 +02:00
Andre Heider
fa2b782980 make: update to v4.3 2020-01-20 12:37:50 +01:00
MilhouseVH
c19a3ff780 packages: setup_toolchain $TARGET only called after package is sourced
Packages referencing variables defined in setup_toolchain such as CC, CXX,
AR, CFLAGS, LDFLAGS, HOST_CC etc. etc. must only reference these variables in
pre_build()/pre_configure()/pre_make() etc. functions, as the variables will not
be available when the package is sourced, but will be available after the call
to setup_toolchain() from scripts/build.
2018-12-18 03:43:28 +00:00
CvH
85e5b4dc1f cleanup: PKG_SHORTDESC 2018-10-22 15:06:12 +02:00
CvH
4cffa5fe6f cleanup: remove PKG_ARCH="any" 2018-10-22 15:06:12 +02:00
CvH
4317bc5002 cleanup: remove PKG_SECTION 2018-10-22 15:06:11 +02:00
CvH
8e09fadb5b spdx: packages/devel 2018-07-17 23:58:50 +02:00
Matthias Reichl
3420355dcf Revert "make: Fix glob handling (#2681)"
This reverts commit e0b6641f50f881b072b619f130914d48a05b7ef9.

Changing configure.ac requires aclocal-1.15 to be installed on the
build host as the configure script needs to be regenerated.

This breaks builds on all systems without automake-1.15, so revert
the change until a solution for the Arch make issue is found
that doesn't introduce a ton of host dependencies.

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-05-12 11:33:48 +02:00
Jernej Škrabec
e0b6641f50 make: Fix glob handling (#2681) 2018-05-11 21:35:35 +02:00
Sascha Kuehndel (InuSasha)
97733bb439
make: fix build against actual host glibc 2018-04-26 15:00:26 +02:00
Sascha Kuehndel (InuSasha)
3846ec7dac
buildsystem: replace PKG_AUTORECONF 2017-11-22 00:41:12 +01:00
cvh
837b447b7c decommission PKG_IS_ADDON 2017-10-16 00:01:20 +02:00
Peter Vicman
50a51452be build system: add sha256 checksum to all packages
putting #1597 in use
2017-07-17 20:49:23 +02:00
MilhouseVH
03366a102c TOOLCHAIN: drop $ROOT, convert to absolute path 2017-02-17 18:17:13 +00:00
awiouy
cf5d3a4579 decommission PKG_REV 2017-01-19 00:06:13 +01:00
Stephan Raue
0bb3bf0c56 make: update to make-4.2.1
Signed-off-by: Stephan Raue <stephan@openelec.tv>
(cherry picked from commit 311749f27c19a77746d04c05616267b459383f40)
2016-11-16 00:18:25 +00:00
awiouy
e0c2de9b39 Decommission PKG_PRIORITY 2016-09-24 11:57:39 +02:00
cvh
2bbeec8418 change gnu.org download location 2016-09-14 10:55:52 +02:00
Stephan Raue
f51faa070d packages: update license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-01-02 17:29:56 +01:00
qods
78dd673e87 [make] update to 4.1, update licence, update to secure links
I have tested this change. Works without any problems. Recent 4.1 is a minor bugfix release of version 4 we already use. Its released in 2014 and used in most of the recent linux OS.
2015-10-09 10:51:01 +02:00
Stephan Raue
851d301ffa make: update to make-4.0
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-04-07 18:55:23 +02:00
Pim Vullers
51b83dd28d make: add missing gmake symlink
closes #2914
2014-02-05 21:37:02 +02:00
Stephan Raue
876412a960 make: rework PKG_DEPENDS, replace and merge PKG_BUILD_DEPENDS_* with PKG_DEPENDS_*
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-01-30 14:56:31 +01:00
Stephan Raue
12a3f570c7 make: convert to new package format
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-01-02 15:38:30 +01:00