summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-07-16 09:32:29 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-07-16 09:32:29 +0000
commit26862fb502d727ef2222f6c801e710361fc8f8cd (patch)
tree12d14ac5c11a72e473a9e60a86297ac98101865b
parentca7d4ac8145c46b091c09181e009bbc0817ab0b7 (diff)
downloaddrakx-backup-do-not-use-26862fb502d727ef2222f6c801e710361fc8f8cd.tar
drakx-backup-do-not-use-26862fb502d727ef2222f6c801e710361fc8f8cd.tar.gz
drakx-backup-do-not-use-26862fb502d727ef2222f6c801e710361fc8f8cd.tar.bz2
drakx-backup-do-not-use-26862fb502d727ef2222f6c801e710361fc8f8cd.tar.xz
drakx-backup-do-not-use-26862fb502d727ef2222f6c801e710361fc8f8cd.zip
don't display etags command (too long, not nice)
-rw-r--r--perl-install/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index 54f54c4ca..49c682867 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -20,7 +20,7 @@ list_modules.pm:
ln -sf ../kernel/list_modules.pm
TAGS: $(ALLPMS)
- etags -o - $^ /usr/lib/perl5/*/*/MDK/Common/*.pm | ./perl2etags > $@
+ @etags -o - $^ /usr/lib/perl5/*/*/MDK/Common/*.pm | ./perl2etags > $@
clean:
for i in $(DIRS) share/po; do $(MAKE) -C $$i clean; done