From: Roland McGrath Date: Wed, 11 Aug 1993 06:54:23 +0000 (+0000) Subject: Formerly main.c.~91~ X-Git-Tag: 3.70.2~161 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c52575a837235888d0efc23520b4abdca930e0f8;p=thirdparty%2Fmake.git Formerly main.c.~91~ --- diff --git a/main.c b/main.c index b4ab7796..c3210dec 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. */