Skip to content

Commit dd21f0b

Browse files
committed
Print a make warning when using GNU make older than 3.80
A proposed patch will require GNU make 3.80 or newer. We will let this patch run for a while to see how much damage that would do to the buildfarm.
1 parent 61d6dd0 commit dd21f0b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

GNUmakefile.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,11 @@ distcheck: dist
144144
@echo "Distribution integrity checks out."
145145

146146
.PHONY: dist distdir distcheck docs install-docs
147+
148+
149+
# Temporary measure to explore whether we can start requiring GNU make
150+
# 3.80. That version also happens to be the version where the
151+
# .VARIABLES variable was introduced, so this is a simple check.
152+
ifndef .VARIABLES
153+
$(warning warning: GNU make 3.80 or newer might become required soon. You are using version $(MAKE_VERSION).)
154+
endif

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy