summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-08-11 06:54:23 +0000
committerRoland McGrath <roland@redhat.com>1993-08-11 06:54:23 +0000
commitc52575a837235888d0efc23520b4abdca930e0f8 (patch)
tree4a6fc7e16f776a3bd0c7d35ba8d7c8919848aa80 /main.c
parent6d00f337e542f06d3209468cd981dbdf67088306 (diff)
downloadgunmake-c52575a837235888d0efc23520b4abdca930e0f8.tar.gz
Formerly main.c.~91~
Diffstat (limited to 'main.c')
-rw-r--r--main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.c b/main.c
index b4ab779..c3210de 100644
--- a/main.c
+++ b/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. */