mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
Tweak the guard more to suggest 'all' if SUBDIR_OVERRIDE is specified. In that
case 'all' does make sense. MFC after: 2 weeks X-MFC-With: r289411 Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
35511448cd
commit
e07b2be5e9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -261,7 +261,7 @@ ${TGTS}: .PHONY
|
|||
|
||||
_guard: .PHONY
|
||||
@echo
|
||||
@echo "Explicit target required. Likely \"buildworld\" is wanted. See build(7)."
|
||||
@echo "Explicit target required. Likely \"${SUBDIR_OVERRIDE:Dall:Ubuildworld}\" is wanted. See build(7)."
|
||||
@echo
|
||||
@false
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue