Pipe pushd output to /dev/null

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/branches/freeze-0_6_5@6036 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2000-02-16 22:18:19 +00:00
parent 69a9ac06d4
commit 9883797628

View file

@ -44,10 +44,10 @@ endif
# Determine the host information
#
if ( ! ${?GNUSTEP_HOST} ) then
pushd /tmp
pushd /tmp > /dev/null
setenv GNUSTEP_HOST `${GNUSTEP_SYSTEM_ROOT}/Makefiles/config.guess`
setenv GNUSTEP_HOST `${GNUSTEP_SYSTEM_ROOT}/Makefiles/config.sub ${GNUSTEP_HOST}`
popd
popd > /dev/null
endif
setenv GNUSTEP_HOST_CPU `${GNUSTEP_SYSTEM_ROOT}/Makefiles/cpu.sh $GNUSTEP_HOST`
setenv GNUSTEP_HOST_VENDOR `${GNUSTEP_SYSTEM_ROOT}/Makefiles/vendor.sh $GNUSTEP_HOST`