Skip to content

Commit f6288b9

Browse files
stweilMichael Tokarev
authored and
Michael Tokarev
committed
make: Clean build messages
We want to have uniform build messages, so fix some messages which did not follow the standard pattern. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
1 parent ab60366 commit f6288b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ endif
135135
else \
136136
mv $@.tmp $@; \
137137
cp -p $@ $@.old; \
138-
fi, " GEN $@");
138+
fi, " GEN $@");
139139

140140
defconfig:
141141
rm -f config-all-devices.mak $(SUBDIR_DEVICES_MAK)

tests/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -487,10 +487,10 @@ check-report-unit.xml: $(check-unit-y)
487487
# Reports and overall runs
488488

489489
check-report.xml: $(patsubst %,check-report-qtest-%.xml, $(QTEST_TARGETS)) check-report-unit.xml
490-
$(call quiet-command,$(SRC_PATH)/scripts/gtester-cat $^ > $@, " GEN $@")
490+
$(call quiet-command,$(SRC_PATH)/scripts/gtester-cat $^ > $@, " GEN $@")
491491

492492
check-report.html: check-report.xml
493-
$(call quiet-command,gtester-report $< > $@, " GEN $@")
493+
$(call quiet-command,gtester-report $< > $@, " GEN $@")
494494

495495

496496
# Other tests

0 commit comments

Comments
 (0)