diff options
author | ville <ville@localhost> | 2009-11-24 17:53:22 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2009-11-24 17:53:22 +0000 |
commit | b9c3a498f5948ae8aeb383a2b3aa0b3a2a87476b (patch) | |
tree | eff1fcab4c19ec9ba46d2709b02b0912a668125a | |
parent | ad2f679b9f680259b001dba0424cc3eb07a809f4 (diff) | |
download | markup-validator-b9c3a498f5948ae8aeb383a2b3aa0b3a2a87476b.zip markup-validator-b9c3a498f5948ae8aeb383a2b3aa0b3a2a87476b.tar.gz markup-validator-b9c3a498f5948ae8aeb383a2b3aa0b3a2a87476b.tar.bz2 |
Improve "make perltidy" output.
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ PERLTIDY = perltidy --profile=misc/perltidyrc --backup-and-modify-in-place all: perltidy: - for file in $(PERL_FILES) ; do \ - echo "Perltidying $$file..." ; \ + @for file in $(PERL_FILES) ; do \ + echo "$(PERLTIDY) $$file" ; \ $(PERLTIDY) $$file ; \ done |