(main): Move checks .IGNORE, .SILENT, .POSIX to snap_deps.
authorRoland McGrath <roland@redhat.com>
Mon, 24 Oct 1994 22:57:07 +0000 (22:57 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 24 Oct 1994 22:57:07 +0000 (22:57 +0000)
main.c

diff --git a/main.c b/main.c
index c3fe90ddb92d01d13fd77a54f2173ed41b3a2e7f..9c17a34cc993ee8e962f1fac0d601b66e2773089 100644 (file)
--- a/main.c
+++ b/main.c
@@ -785,17 +785,8 @@ main (argc, argv, envp)
 
   define_makeflags (1, 0);
 
-  f = lookup_file (".IGNORE");
-  ignore_errors_flag |= f != 0 && f->is_target;
-
-  f = lookup_file (".SILENT");
-  silent_flag |= f != 0 && f->is_target;
-
-  f = lookup_file (".POSIX");
-  posix_pedantic = f != 0 && f->is_target;
-
-  /* Make each `struct dep' point at the
-     `struct file' for the file depended on.  */
+  /* Make each `struct dep' point at the `struct file' for the file
+     depended on.  Also do magic for special targets.  */
 
   snap_deps ();