mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-11 07:55:58 -06:00
Include 'CHECK: ' prefix when printing name of each syntax-check rule that is run
This commit is contained in:
parent
60623a7ce0
commit
667f669fdc
@ -1,3 +1,8 @@
|
||||
Tue Mar 24 10:51:22 GMT 2009 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
* src/Makefile.maint: Include 'CHECK: ' prefix when printing
|
||||
name of each syntax-check rule that is run
|
||||
|
||||
Tue Mar 24 10:51:22 GMT 2009 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
* src/openvz_conf.c, src/openvz_conf.h, src/openvz_driver.c: Add
|
||||
|
@ -32,7 +32,7 @@ local-checks-available = \
|
||||
# Arrange to print the name of each syntax-checking rule just before running it.
|
||||
$(syntax-check-rules): %: %.m
|
||||
$(patsubst %, %.m, $(syntax-check-rules)):
|
||||
@echo $(patsubst sc_%.m, %, $@)
|
||||
@echo "CHECK:" $(patsubst sc_%.m, %, $@)
|
||||
|
||||
local-check := $(filter-out $(local-checks-to-skip), $(local-checks-available))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user