mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
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:
parent
69a9ac06d4
commit
9883797628
1 changed files with 2 additions and 2 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue