mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add missing static keywords to make(1)
This commit is contained in:
parent
76de43968b
commit
efd6c7ccc9
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ extern Boolean beSilent; /* True if should print no commands */
|
|||
extern Boolean beVerbose; /* True if should print extra cruft */
|
||||
extern Boolean beQuiet; /* True if want quiet headers with -j */
|
||||
extern Boolean noExecute; /* True if should execute nothing */
|
||||
extern Boolean printGraphOnly; /* -p flag */
|
||||
extern Boolean allPrecious; /* True if every target is precious */
|
||||
extern Boolean is_posix; /* .POSIX target seen */
|
||||
extern Boolean mfAutoDeps; /* .MAKEFILEDEPS target seen */
|
||||
|
|
|
|||
Loading…
Reference in a new issue