[script] make xmllint indent specific to two space
This commit is contained in:
parent
85089cbc88
commit
1abdb56609
2
Makefile
2
Makefile
|
@ -80,7 +80,7 @@ format-xml:
|
||||||
# Format all the XML files under this project, excluding submodules
|
# Format all the XML files under this project, excluding submodules
|
||||||
for f in `find openfpga_flow/vpr_arch openfpga_flow/openfpga_arch -iname *.xml`; \
|
for f in `find openfpga_flow/vpr_arch openfpga_flow/openfpga_arch -iname *.xml`; \
|
||||||
do \
|
do \
|
||||||
${XML_FORMAT_EXEC} --format $${f} --output $${f} || exit 1; \
|
XMLLINT_INDENT=" " && ${XML_FORMAT_EXEC} --format $${f} --output $${f} || exit 1; \
|
||||||
done
|
done
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Reference in New Issue