]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
META_MODE: Don't define the default MAKEOBJDIR twice. Just expand the default.
authorbdrewery <bdrewery@FreeBSD.org>
Thu, 17 Sep 2015 00:17:32 +0000 (00:17 +0000)
committerbdrewery <bdrewery@FreeBSD.org>
Thu, 17 Sep 2015 00:17:32 +0000 (00:17 +0000)
Sponsored by: EMC / Isilon Storage Division

share/mk/local.meta.sys.mk

index 9964f73f35afca328f430a63b45bcc44375e6266..5967e1d1f768fcd3a580c99b6dccc76f94c23203 100644 (file)
@@ -23,8 +23,8 @@ MAKEOBJDIRPREFIX=
 MAKEOBJDIR=${_default_makeobjdir}
 # export but do not track
 .export-env MAKEOBJDIR
-# now for our own use
-MAKEOBJDIR= ${.CURDIR:S,${SRCTOP},${OBJTOP},}
+# Expand for our own use
+MAKEOBJDIR:= ${MAKEOBJDIR}
 .endif
 .endif
 .if !empty(SB)