diff options
author | Roland McGrath <roland@redhat.com> | 1993-08-11 06:54:23 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-08-11 06:54:23 +0000 |
commit | c52575a837235888d0efc23520b4abdca930e0f8 (patch) | |
tree | 4a6fc7e16f776a3bd0c7d35ba8d7c8919848aa80 /main.c | |
parent | 6d00f337e542f06d3209468cd981dbdf67088306 (diff) | |
download | gunmake-c52575a837235888d0efc23520b4abdca930e0f8.tar.gz |
Formerly main.c.~91~
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. */ |