]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly main.c.~91~
authorRoland McGrath <roland@redhat.com>
Wed, 11 Aug 1993 06:54:23 +0000 (06:54 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 11 Aug 1993 06:54:23 +0000 (06:54 +0000)
main.c

diff --git a/main.c b/main.c
index b4ab7796abfd8ed125014306a69de65684bef3fc..c3210dec1e11f9010c12597a18f7e268108356e9 100644 (file)
--- 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.  */