summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-11-11 06:16:53 +0000
committerimp <imp@FreeBSD.org>2001-11-11 06:16:53 +0000
commit0f25c9076625f460af5775f7c627452af5a1e8d4 (patch)
treeff6c46c8779c04874a4643d8b66e9999a720009a /sys
parentc392a88ad032a07395a2a8de633c30660dbe48aa (diff)
downloadFreeBSD-src-0f25c9076625f460af5775f7c627452af5a1e8d4.zip
FreeBSD-src-0f25c9076625f460af5775f7c627452af5a1e8d4.tar.gz
Move all: target to kern.pre.mk so it matters less where you include
kern.post.mk. # this should allow us to move kern.post.mk to the last line of the makefiles, # but I'll do that slowly as I verify that one can do that w/o breaking things. Submitted by: naddy
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/kern.post.mk2
-rw-r--r--sys/conf/kern.pre.mk1
2 files changed, 1 insertions, 2 deletions
diff --git a/sys/conf/kern.post.mk b/sys/conf/kern.post.mk
index b0d44da..88bf0a2 100644
--- a/sys/conf/kern.post.mk
+++ b/sys/conf/kern.post.mk
@@ -9,8 +9,6 @@
.PHONY: all modules
-all: ${KERNEL_KO}
-
depend: kernel-depend
clean: kernel-clean
cleandepend: kernel-cleandepend
diff --git a/sys/conf/kern.pre.mk b/sys/conf/kern.pre.mk
index 06a2cb7..17f08b2 100644
--- a/sys/conf/kern.pre.mk
+++ b/sys/conf/kern.pre.mk
@@ -82,3 +82,4 @@ SYSTEM_LD_TAIL= @${OBJCOPY} --strip-symbol gcc2_compiled. ${.TARGET} ; \
${SIZE} ${FMT} ${.TARGET} ; chmod 755 ${.TARGET}
SYSTEM_DEP+= $S/conf/ldscript.$M
+all: ${KERNEL_KO}
OpenPOWER on IntegriCloud