mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-26 14:00:56 +00:00
(main): Move checks .IGNORE, .SILENT, .POSIX to snap_deps.
This commit is contained in:
parent
d37c9ba18a
commit
07f09cfd88
1 changed files with 2 additions and 11 deletions
13
main.c
13
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 ();
|
||||
|
||||
|
|
Loading…
Reference in a new issue