svn commit: r359711 - stable/11/sys/conf
Bryan Drewery
bdrewery at FreeBSD.org
Tue Apr 7 19:39:41 UTC 2020
Author: bdrewery
Date: Tue Apr 7 19:39:41 2020
New Revision: 359711
URL: https://svnweb.freebsd.org/changeset/base/359711
Log:
MFC r357353:
make all is needed to generate .depend.*
Modified:
stable/11/sys/conf/kern.post.mk
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/conf/kern.post.mk
==============================================================================
--- stable/11/sys/conf/kern.post.mk Tue Apr 7 19:39:08 2020 (r359710)
+++ stable/11/sys/conf/kern.post.mk Tue Apr 7 19:39:41 2020 (r359711)
@@ -313,7 +313,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