projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
522f6b7
)
build: prereq: change minimum make version to 3.82
author
Kevin Darbyshire-Bryant
<
[email protected]
>
Mon, 27 Apr 2020 20:28:42 +0000
(21:28 +0100)
committer
Kevin Darbyshire-Bryant
<
[email protected]
>
Wed, 29 Apr 2020 13:26:23 +0000
(14:26 +0100)
undefine was added in make 3.82 which is now some 10 years ago, some
make scripts are beginning to use 'undefine'
Signed-off-by: Kevin Darbyshire-Bryant <
[email protected]
>
include/prereq-build.mk
patch
|
blob
|
history
diff --git
a/include/prereq-build.mk
b/include/prereq-build.mk
index 830a9eff9ac5ff5aa51d14ed5f651e7fb4a59c52..801d2e20b70e3d17a79817bc79bb8500503784ed 100644
(file)
--- a/
include/prereq-build.mk
+++ b/
include/prereq-build.mk
@@
-14,8
+14,8
@@
PKG_NAME:=Build dependency
# Required for the toolchain
$(eval $(call TestHostCommand,working-make, \
- Please install GNU make v3.8
1
or later. (This version has bugs), \
- $(MAKE) -v | grep -E 'Make (3\.8[
1
-9]|3\.9[0-9]|[4-9]\.)'))
+ Please install GNU make v3.8
2
or later. (This version has bugs), \
+ $(MAKE) -v | grep -E 'Make (3\.8[
2
-9]|3\.9[0-9]|[4-9]\.)'))
$(eval $(call TestHostCommand,case-sensitive-fs, \
OpenWrt can only be built on a case-sensitive filesystem, \