diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-07-04 22:06:37 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-07-04 22:06:37 +0000 |
commit | 572d43287e28808396239180e04128908b95dfef (patch) | |
tree | 7a2e89952b3218522f3bb55872074588ba1c7e4b /perl-install | |
parent | f7f85b511ca4d93f53bd0b216bc03de5af4e7a97 (diff) | |
download | drakx-backup-do-not-use-572d43287e28808396239180e04128908b95dfef.tar drakx-backup-do-not-use-572d43287e28808396239180e04128908b95dfef.tar.gz drakx-backup-do-not-use-572d43287e28808396239180e04128908b95dfef.tar.bz2 drakx-backup-do-not-use-572d43287e28808396239180e04128908b95dfef.tar.xz drakx-backup-do-not-use-572d43287e28808396239180e04128908b95dfef.zip |
make the "clean" rule less verbose
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/share/po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile index c4d0c9722..c387c8f35 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -50,7 +50,7 @@ install: done clean: - rm -rf drakx-help.xml .memdump help-*.po{t,} doc empty.po tmp.* messages tmp.pot *.mo $(POFILES:%=%t) $(PMSCFILES) + @rm -rf drakx-help.xml .memdump help-*.po{t,} doc empty.po tmp.* messages tmp.pot *.mo $(POFILES:%=%t) $(PMSCFILES) check: @grep -F '$$' DrakX.pot && { echo "bad translation strings (contains \$$) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^"; exit 1; } ||: |