summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2014-05-05 18:32:24 +0000
committersjg <sjg@FreeBSD.org>2014-05-05 18:32:24 +0000
commit437cf0a8f35c329cb48738ff026e715ec4ec0aea (patch)
treef7d72e5cea80d2c9f8a4165b3d34e92342964093 /Makefile
parenta3e7613c6a33cce7336963a5ccd5ae5d25457c41 (diff)
downloadFreeBSD-src-437cf0a8f35c329cb48738ff026e715ec4ec0aea.zip
FreeBSD-src-437cf0a8f35c329cb48738ff026e715ec4ec0aea.tar.gz
If building WITH_META_FILES we do not want STAGING
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cdd6b16..924ad9e 100644
--- a/Makefile
+++ b/Makefile
@@ -500,8 +500,9 @@ buildLINT:
WITHOUT_META_MODE=
.export WITHOUT_META_MODE
.else
+WITHOUT_STAGING=
UPDATE_DEPENDFILE=NO
-.export UPDATE_DEPENDFILE
+.export UPDATE_DEPENDFILE WITHOUT_STAGING
.endif
.if make(universe)
OpenPOWER on IntegriCloud