make all is needed to generate .depend.*

PR:		241746
X-MFC-With:	r357043
MFC after:	1 week
This commit is contained in:
Bryan Drewery 2020-01-31 21:08:33 +00:00
parent 4b919d5cdd
commit 82952c4065
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=357353

View File

@ -389,7 +389,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