aboutsummaryrefslogtreecommitdiff
path: root/targets/Makefile.inc
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2019-12-11 17:38:15 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2019-12-11 17:38:15 +0000
commit312809fe7fefbc8d5caa2b59089a5d9266378057 (patch)
treed27e6f766ba2a6b544e5529b800f0313971983b2 /targets/Makefile.inc
parent2c9a9dfc187d171de6b92654d71b977f067ed641 (diff)
downloadsrc-312809fe7fefbc8d5caa2b59089a5d9266378057.tar.gz
src-312809fe7fefbc8d5caa2b59089a5d9266378057.zip
Update dirdeps.mk and gendirdeps.mk
The env space consumed by exporting all libc's .meta files left little room for command line, so unexport when done. Update dirdeps.mk to latest and add dirdeps-targets.mk to simplify/update targets/Makefile Makefile changes to go with Makefile.depend changes in D22494 Reviewed by: bdrewery MFC after: 1 week Sponsored by: Juniper Networks Differential Revision: https://reviews.freebsd.org/D22495
Notes
Notes: svn path=/head/; revision=355618
Diffstat (limited to 'targets/Makefile.inc')
-rw-r--r--targets/Makefile.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/targets/Makefile.inc b/targets/Makefile.inc
index 2dc3b8155824..9ef94473f647 100644
--- a/targets/Makefile.inc
+++ b/targets/Makefile.inc
@@ -20,11 +20,12 @@ PKG_METHOD = no
.endif
.endif
+.MAIN: all
+
# The makefile in subdirs should set this to something useful
# the default should do nothing.
PKG_METHOD ?= none
-
-.MAIN: all
+none:
.if ${build-*:${M_L_TARGETS}} != ""
# just build the bits, skip packaging