From: Amos Jeffries Date: Tue, 7 Jul 2009 14:05:30 +0000 (-0600) Subject: Silence unwanted LS warnings X-Git-Tag: SQUID_3_2_0_1~908 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=93c3ac44c53af3ae65a2b27a7b35d52e2fa6de98;p=thirdparty%2Fsquid.git Silence unwanted LS warnings --- diff --git a/errors/Makefile.am b/errors/Makefile.am index 843f8ae2f1..129cfdc663 100644 --- a/errors/Makefile.am +++ b/errors/Makefile.am @@ -11,8 +11,8 @@ DEFAULT_ERROR_DIR = $(errordir) DEFAULT_STYLESHEET = $(sysconfdir)/errorpage.css # List of automated translations possible: -TRANSLATIONPO=`ls -1 $(top_srcdir)/errors/*.po | grep -o -E "[a-z\-]+\.po" | sed s/.po//` -TRANSLATIONDIR=`ls -1 $(srcdir)/ $(builddir)/ | sed -e 's%$(srcdir)/%%' -e 's%$(builddir)/%%' -e 's%.po%%' ` +TRANSLATIONPO=`ls -1 $(top_srcdir)/errors/*.po 2>/dev/null | grep -o -E "[a-z\-]+\.po" | sed s/.po//` +TRANSLATIONDIR=`ls -1 $(srcdir)/ $(builddir)/ 2>/dev/null | sed -e 's%$(srcdir)/%%' -e 's%$(builddir)/%%' -e 's%.po%%' ` install-data-local: translate for l in $(TRANSLATIONDIR) ; do \