mirror of
https://github.com/mirror/make.git
synced 2025-02-05 17:20:15 +08:00
Add missing one_shell declaration.
This commit is contained in:
parent
90b30b6e0e
commit
02ff72c970
1
make.h
1
make.h
@ -502,6 +502,7 @@ extern int env_overrides, no_builtin_rules_flag, no_builtin_variables_flag;
|
||||
extern int print_version_flag, print_directory_flag, check_symlink_flag;
|
||||
extern int warn_undefined_variables_flag, posix_pedantic, not_parallel;
|
||||
extern int second_expansion, clock_skew_detected, rebuilding_makefiles;
|
||||
extern int one_shell;
|
||||
|
||||
/* can we run commands via 'sh -c xxx' or must we use batch files? */
|
||||
extern int batch_mode_shell;
|
||||
|
Loading…
Reference in New Issue
Block a user