summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-04-29 15:58:04 +0000
committereadler <eadler@FreeBSD.org>2013-04-29 15:58:04 +0000
commit5a443898113d7017bfb7385a9100cd9ad5136874 (patch)
treeff6116c00dc05721b1072351e6563eeb5ea98406 /Makefile.inc1
parent5586a043086e65a4af80153408ff3fe2ff6543ce (diff)
downloadFreeBSD-src-5a443898113d7017bfb7385a9100cd9ad5136874.zip
FreeBSD-src-5a443898113d7017bfb7385a9100cd9ad5136874.tar.gz
A transition period of more than two years is more than enough:
Remove the compatibility code added in 2011-02-10. This change is not intended for MFC Reviewed by: imp
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc17
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 585e016..6ea6830 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -41,13 +41,6 @@
# /usr/share/mk. These include:
# obj depend all install clean cleandepend cleanobj
-# You are supposed to define both of these when calling Makefile.inc1
-# directly. However, some old scripts don't. Cope for the moment, but
-# issue a new warning for a transition period.
-.if defined(TARGET) && !defined(TARGET_ARCH)
-.warning "You must pass both TARGET and TARGET_ARCH to Makefile.inc1. Setting TARGET_ARCH=${TARGET}."
-TARGET_ARCH=${TARGET}
-.endif
.if !defined(TARGET) || !defined(TARGET_ARCH)
.error "Both TARGET and TARGET_ARCH must be defined."
.endif
OpenPOWER on IntegriCloud