projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b86e35d
)
(read_makefile): Don't mark makefiles as precious. Just like other
author
Roland McGrath
<roland@redhat.com>
Thu, 21 Apr 1994 01:39:36 +0000
(
01:39
+0000)
committer
Roland McGrath
<roland@redhat.com>
Thu, 21 Apr 1994 01:39:36 +0000
(
01:39
+0000)
targets, they can be left inconsistent and in need of remaking by aborted
commands.
read.c
patch
|
blob
|
history
diff --git
a/read.c
b/read.c
index e232d99238048e5cf70c589124a066aa7719583f..4b66c9350c771dca789b6d55e4ecc82259ad6892 100644
(file)
--- a/
read.c
+++ b/
read.c
@@
-331,7
+331,6
@@
read_makefile (filename, flags)
deps->file->dontcare = 1;
}
filename = deps->file->name;
- deps->file->precious = 1;
deps->changed = flags;
deps = 0;