From: Peter Eisentraut Date: Mon, 23 Apr 2001 20:27:55 +0000 (+0000) Subject: Send 'cd' output to /dev/null. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=5e5f13d256d8a8881b05c504b06910d7af67c3f9;p=users%2Fbernd%2Fpostgres.git Send 'cd' output to /dev/null. --- diff --git a/src/backend/Makefile b/src/backend/Makefile index c2c7baf129..343a775538 100644 --- a/src/backend/Makefile +++ b/src/backend/Makefile @@ -97,7 +97,7 @@ utils/fmgroids.h: utils/Gen_fmgrtab.sh $(top_srcdir)/src/include/catalog/pg_proc # up to date when we update the base file. $(top_builddir)/src/include/parser/parse.h: $(srcdir)/parser/parse.h - prereqdir=`cd $(dir $<) && pwd` && \ + prereqdir=`cd $(dir $<) >/dev/null && pwd` && \ cd $(dir $@) && rm -f $(notdir $@) && \ $(LN_S) $$prereqdir/$(notdir $<) .