projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90b30b6
)
Add missing one_shell declaration.
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 12 Jul 2010 17:18:31 +0000
(17:18 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 12 Jul 2010 17:18:31 +0000
(17:18 +0000)
make.h
patch
|
blob
|
history
diff --git
a/make.h
b/make.h
index
e46a150
..
0b486a0
100644
(file)
--- a/
make.h
+++ b/
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;