mirror of
https://git.freebsd.org/doc.git
synced 2026-01-11 19:56:47 +00:00
Warn users that 'make run' should be used on subdirectories
PR: 269540
This commit is contained in:
parent
15d6d76b0f
commit
02a9f38f18
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -18,4 +18,7 @@ SUBDIR+= website
|
|||
|
||||
SUBDIR_PARALLEL= yes
|
||||
|
||||
run:
|
||||
@(echo The 'run' target is only valid in a subdirectory; exit 1)
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue