diff options
author | ade <ade@FreeBSD.org> | 2005-11-15 06:54:39 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2005-11-15 06:54:39 +0000 |
commit | f36d0dc878eb469037d8d867a32b7ffe783674c5 (patch) | |
tree | 1cb049e28a020888216bcb35272f5d72a46afe2e /Mk | |
parent | 8d9d5197561118544281733430b48b0b60884450 (diff) | |
download | FreeBSD-ports-f36d0dc878eb469037d8d867a32b7ffe783674c5.zip FreeBSD-ports-f36d0dc878eb469037d8d867a32b7ffe783674c5.tar.gz |
Now that the mass-conversion is done, print out a helpful message
(via .warning) for pending ports etc. that use the Old World Order
for autotools.
This will turn into a BROKEN message, along with removal of the old
shims, on January 1st 2006, or after 5.5-RELEASE, whichever comes first.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.autotools.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.autotools.mk b/Mk/bsd.autotools.mk index 265daa3..f09f2f9 100644 --- a/Mk/bsd.autotools.mk +++ b/Mk/bsd.autotools.mk @@ -75,6 +75,7 @@ USE_AUTOTOOLS_COMPAT+= libtool:${WANT_LIBTOOL_VER}:env # Ensure that we're not mixing and matching old and new systems # .if ${USE_AUTOTOOLS_COMPAT}!="" +.warning "Old autotools variables detected. Replace with USE_AUTOTOOLS= ${USE_AUTOTOOLS_COMPAT}" . if defined(USE_AUTOTOOLS) BROKEN+= "Mix and match of old and new autotools system prohibited" . else |