diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2022-04-29 10:56:55 +0200 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2022-04-29 13:07:28 +0200 |
commit | 779c01a9e1eb3ed176d57e1e04073e25aca34a64 (patch) | |
tree | 3ea8a8f8cb988e275cfb828ed3330717f77df7a5 /solenv/Module_solenv.mk | |
parent | 5592ee094ca9f09bfcc16537d931518d4e6b2231 (diff) |
gbuild: Drop obsolete checks for make version 3.81
make 3.81 is no more suppoprted, see
commit 4688e74bcf0c58ab1bbf60e9c19331d25ebfe95b
Date: Fri Apr 8 11:22:27 2022 +0200
configure: require GNU make 3.82
Change-Id: I0f820512df96fa1712374d3308d15591799222fa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133592
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'solenv/Module_solenv.mk')
-rw-r--r-- | solenv/Module_solenv.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/solenv/Module_solenv.mk b/solenv/Module_solenv.mk index 6b9f7d0f1a8c..89e40c6d43c0 100644 --- a/solenv/Module_solenv.mk +++ b/solenv/Module_solenv.mk @@ -29,7 +29,6 @@ $(eval $(call gb_Module_add_targets,solenv,\ endif ifneq ($(DISABLE_PYTHON),TRUE) -ifneq ($(MAKE_VERSION),3.81) # gbuildtojson requires 3.82+ ifneq ($(OS),WNT) # disable on Windows for now, causes gerrit/jenkins failures ifneq ($(OS),MACOSX) # disable on macOS too, fails at least for me and would be pointless anyway surely $(eval $(call gb_Module_add_subsequentcheck_targets,solenv,\ @@ -39,7 +38,6 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,solenv,\ endif endif endif -endif ifneq ($(COMPILER_PLUGINS),) ifeq ($(COMPILER_EXTERNAL_TOOL)$(COMPILER_PLUGIN_TOOL),) |