diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-03 14:25:13 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-03 14:25:13 +0800 |
commit | 3eb9f01ecf777dfb068f125c089d30af1d0d3639 (patch) | |
tree | 8a6034db45137e5d09a31c41995b2293023fb1f9 /Mk/bsd.sanity.mk | |
parent | 46b673a192436f3742235c5bdc78f6c561c1c651 (diff) | |
download | freebsd-ports-gnome-3eb9f01ecf777dfb068f125c089d30af1d0d3639.tar.gz freebsd-ports-gnome-3eb9f01ecf777dfb068f125c089d30af1d0d3639.tar.zst freebsd-ports-gnome-3eb9f01ecf777dfb068f125c089d30af1d0d3639.zip |
Introduce the new "scons" USES. The goal is to replace the old bsd.scons.mk
Instead of redifining the building target, let's just reuse the existing ones.
Bonus, MAKE_JOBS is now respected
Diffstat (limited to 'Mk/bsd.sanity.mk')
-rw-r--r-- | Mk/bsd.sanity.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Mk/bsd.sanity.mk b/Mk/bsd.sanity.mk index 7e2551351484..087ba46d8dde 100644 --- a/Mk/bsd.sanity.mk +++ b/Mk/bsd.sanity.mk @@ -100,6 +100,10 @@ DEV_WARNING+= "Please use the new format for LIB_DEPENDS, see handbook for detai DEV_WARNING+= "USE_TCL and USE_TK are deprecated, please use USES=tcl or USES=tk" .endif +.if defined(USE_SCONS) +DEV_WARNING+= "USE_SCONS=yes is deprecated, please use USES=scons" +.endif + .if !defined(NO_STAGE) .for a in 1 2 3 4 5 6 7 8 9 L N .if defined(MAN${a}) |