From: John Marino Date: Sat, 17 Aug 2013 14:45:10 +0000 (+0200) Subject: Remove last two references to legacy make X-Git-Tag: v3.7.0~536 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/f2f03f324df1b1ebeeae27a25d14bd7215d11d05 Remove last two references to legacy make This last two LEGACY MAKE conditions slipped by. The others were removed in a previous commit. --- diff --git a/Makefile b/Makefile index 334bb24859..da4cde809b 100644 --- a/Makefile +++ b/Makefile @@ -163,14 +163,8 @@ kernel: buildkernel installkernel test: .if defined(notdef) .undef notdef -.if defined(.PARSEDIR) .if defined(notdef) && ${notdef:tu} .endif -.else -# LEGACY MAKE - REMOVE FOR DFLY 3.6 -.if defined(notdef) && ${notdef:U} -.endif -.endif .endif # diff --git a/share/mk/bsd.cpu.mk b/share/mk/bsd.cpu.mk index ae92b195fe..c374815791 100644 --- a/share/mk/bsd.cpu.mk +++ b/share/mk/bsd.cpu.mk @@ -52,14 +52,8 @@ CPUTYPE= ${FORCE_CPUTYPE} # cross compiling from 4.x or older versions of DFly and should not be set # by the user. # -.if defined(.PARSEDIR) .export CCVER .export HOST_CCVER -.else -# LEGACY MAKE - REMOVE FOR DFLY 3.6 -.makeenv CCVER -.makeenv HOST_CCVER -.endif # We can reassign _CPUCFLAGS and CFLAGS will evaluate properly to the # new value, we do not have to add the variable to CFLAGS twice.