projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58aeeea
)
perl-module: Make perl_module_tarball rule quieter.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 9 Oct 2010 13:55:29 +0000
(06:55 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 9 Oct 2010 13:55:29 +0000
(06:55 -0700)
This rule echoes what it is doing, so it seems to me that it was intended
to be silent.
perl-module/automake.mk
patch
|
blob
|
history
diff --git
a/perl-module/automake.mk
b/perl-module/automake.mk
index ca27abdd39fbf45dd1e3baaba316ee8a49dec8d8..93b9bc0ec1887459c7f6e6212665e585a9e75a6f 100644
(file)
--- a/
perl-module/automake.mk
+++ b/
perl-module/automake.mk
@@
-36,7
+36,7
@@
module-make: perl-module/Makefile
ALL_LOCAL += perl_module_tarball
perl_module_tarball: $(module_sources) src/libpspp-core.la
- if test x"$(top_builddir)" != x"$(top_srcdir)" ; then \
+
@
if test x"$(top_builddir)" != x"$(top_srcdir)" ; then \
for f in $(module_sources); do \
destdir=`dirname $$f` ;\
mkdir -p $$destdir ;\