mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-28 23:50:55 +00:00
Formerly main.c.~91~
This commit is contained in:
parent
6d00f337e5
commit
c52575a837
1 changed files with 5 additions and 0 deletions
5
main.c
5
main.c
|
@ -506,7 +506,12 @@ main (argc, argv, envp)
|
|||
/* Decode the switches. */
|
||||
|
||||
decode_env_switches ("MAKEFLAGS", 9);
|
||||
#if 0
|
||||
/* People write things like:
|
||||
MFLAGS="CC=gcc -pipe" "CFLAGS=-g"
|
||||
and we set the -p, -i and -e switches. Doesn't seem quite right. */
|
||||
decode_env_switches ("MFLAGS", 6);
|
||||
#endif
|
||||
decode_switches (argc, argv, 0);
|
||||
|
||||
/* Print version information. */
|
||||
|
|
Loading…
Reference in a new issue