Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit 61651e2

Browse files
committed
1 parent a6d9b82 commit 61651e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/clean.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ void Cleaner::CleanDead(const BuildLog::Entries& entries) {
142142
}
143143

144144
if (!staleFiles.empty()) {
145-
printf("Staled output removed");
145+
printf("Staled output removed\n");
146146
if (!state_->cleaner.empty()) {
147147
vector<string> staled_cm;
148148
for (set<string>::const_iterator i = staleFiles.begin();

src/manifest_parser.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ bool ManifestParser::ParseEdge(string* err) {
354354
string dyndep;
355355
bool hasDynDep = rule -> GetBinding("dyndep");
356356
if (hasDynDep) {
357-
order_only++;
357+
implicit++;
358358
inputs_reserve_size++;
359359
}
360360

0 commit comments

Comments
 (0)