svn commit: r359710 - stable/12/sys/conf
Bryan Drewery
bdrewery at FreeBSD.org
Tue Apr 7 19:39:09 UTC 2020
Author: bdrewery
Date: Tue Apr 7 19:39:08 2020
New Revision: 359710
URL: https://svnweb.freebsd.org/changeset/base/359710
Log:
MFC r357353:
make all is needed to generate .depend.*
Modified:
stable/12/sys/conf/kern.post.mk
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sys/conf/kern.post.mk
==============================================================================
--- stable/12/sys/conf/kern.post.mk Tue Apr 7 18:41:52 2020 (r359709)
+++ stable/12/sys/conf/kern.post.mk Tue Apr 7 19:39:08 2020 (r359710)
@@ -356,7 +356,7 @@ kernel-cleandepend: .PHONY
kernel-tags:
@ls .depend.* > /dev/null 2>&1 || \
- { echo "you must make depend first"; exit 1; }
+ { echo "you must make all first"; exit 1; }
sh $S/conf/systags.sh
kernel-install: .PHONY
More information about the svn-src-stable
mailing list