mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-06 20:42:58 +00:00
(read_makefile): Don't mark makefiles as precious. Just like other
targets, they can be left inconsistent and in need of remaking by aborted commands.
This commit is contained in:
parent
b86e35d2a6
commit
eb08818828
1 changed files with 0 additions and 1 deletions
1
read.c
1
read.c
|
@ -331,7 +331,6 @@ read_makefile (filename, flags)
|
||||||
deps->file->dontcare = 1;
|
deps->file->dontcare = 1;
|
||||||
}
|
}
|
||||||
filename = deps->file->name;
|
filename = deps->file->name;
|
||||||
deps->file->precious = 1;
|
|
||||||
deps->changed = flags;
|
deps->changed = flags;
|
||||||
deps = 0;
|
deps = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue