Decativate 'make validateRules'
This commit is contained in:
parent
6f303ce61c
commit
49ffe80f75
2
Makefile
2
Makefile
|
@ -389,7 +389,7 @@ checkCWEEntries: /tmp/errorlist.xml
|
|||
$(PYTHON_INTERPRETER) tools/listErrorsWithoutCWE.py -F /tmp/errorlist.xml
|
||||
.PHONY: validateRules
|
||||
validateRules:
|
||||
xmllint --noout rules/*.xml
|
||||
#xmllint --noout rules/*.xml
|
||||
|
||||
###### Build
|
||||
|
||||
|
|
|
@ -503,7 +503,7 @@ int main(int argc, char **argv)
|
|||
fout << "\t$(PYTHON_INTERPRETER) tools/listErrorsWithoutCWE.py -F /tmp/errorlist.xml\n";
|
||||
fout << ".PHONY: validateRules\n";
|
||||
fout << "validateRules:\n";
|
||||
fout << "\txmllint --noout rules/*.xml\n";
|
||||
fout << "\t#xmllint --noout rules/*.xml\n";
|
||||
|
||||
fout << "\n###### Build\n\n";
|
||||
|
||||
|
|
Loading…
Reference in New Issue