mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Removed references to old variable GNUSTEP_BUILD_ROOT
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@9369 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
295a21549a
commit
6a09ca08ed
2 changed files with 2 additions and 25 deletions
|
@ -35,11 +35,7 @@ setenv GNUSTEP_LOCAL_ROOT @GNUSTEP_LOCAL_ROOT@
|
|||
setenv GNUSTEP_NETWORK_ROOT @GNUSTEP_NETWORK_ROOT@
|
||||
setenv GNUSTEP_USER_ROOT ~/GNUstep
|
||||
|
||||
if ( ! ${?GNUSTEP_BUILD_ROOT} ) then
|
||||
setenv GNUSTEP_MAKEFILES ${GNUSTEP_SYSTEM_ROOT}/Makefiles
|
||||
else
|
||||
setenv GNUSTEP_MAKEFILES ${GNUSTEP_BUILD_ROOT}/Makefiles
|
||||
endif
|
||||
setenv GNUSTEP_MAKEFILES ${GNUSTEP_SYSTEM_ROOT}/Makefiles
|
||||
|
||||
#
|
||||
# Determine the host information
|
||||
|
@ -59,12 +55,6 @@ setenv GNUSTEP_HOST_CPU `${GNUSTEP_MAKEFILES}/clean_cpu.sh $GNUSTEP_HOST_CPU`
|
|||
setenv GNUSTEP_HOST_VENDOR `${GNUSTEP_MAKEFILES}/clean_vendor.sh $GNUSTEP_HOST_VENDOR`
|
||||
setenv GNUSTEP_HOST_OS `${GNUSTEP_MAKEFILES}/clean_os.sh $GNUSTEP_HOST_OS`
|
||||
|
||||
#
|
||||
# the rest of this file is only executed, if the core already is installed.
|
||||
#
|
||||
|
||||
if ( ! ${?GNUSTEP_BUILD_ROOT} ) then
|
||||
|
||||
#
|
||||
# Add the GNUstep tools directories to the path
|
||||
#
|
||||
|
@ -107,8 +97,6 @@ else
|
|||
endif
|
||||
endif
|
||||
|
||||
endif # ( "${GNUSTEP_BUILD_ROOT}" == "" )
|
||||
|
||||
#
|
||||
#
|
||||
#
|
||||
|
|
|
@ -37,11 +37,7 @@ GNUSTEP_NETWORK_ROOT=@GNUSTEP_NETWORK_ROOT@
|
|||
GNUSTEP_USER_ROOT=~/GNUstep
|
||||
export GNUSTEP_LOCAL_ROOT GNUSTEP_NETWORK_ROOT GNUSTEP_USER_ROOT
|
||||
|
||||
if [ -z "$GNUSTEP_BUILD_ROOT" ]; then
|
||||
GNUSTEP_MAKEFILES=$GNUSTEP_SYSTEM_ROOT/Makefiles
|
||||
else
|
||||
GNUSTEP_MAKEFILES=$GNUSTEP_BUILD_ROOT/Makefiles
|
||||
fi
|
||||
GNUSTEP_MAKEFILES=$GNUSTEP_SYSTEM_ROOT/Makefiles
|
||||
export GNUSTEP_MAKEFILES
|
||||
|
||||
#
|
||||
|
@ -65,11 +61,6 @@ GNUSTEP_HOST_OS=`$GNUSTEP_MAKEFILES/clean_os.sh $GNUSTEP_HOST_OS`
|
|||
|
||||
export GNUSTEP_HOST GNUSTEP_HOST_CPU GNUSTEP_HOST_VENDOR GNUSTEP_HOST_OS
|
||||
|
||||
#
|
||||
# the rest of this file is only executed, if the core already is installed.
|
||||
#
|
||||
if [ -z "$GNUSTEP_BUILD_ROOT" ]; then
|
||||
|
||||
#
|
||||
# Add the GNUstep tools directories to the path
|
||||
#
|
||||
|
@ -130,8 +121,6 @@ else
|
|||
fi
|
||||
fi
|
||||
|
||||
fi # [ -z "$GNUSTEP_BUILD_ROOT" ]
|
||||
|
||||
gnustep_class_path="$GNUSTEP_USER_ROOT/Libraries/Java:$GNUSTEP_LOCAL_ROOT/Libraries/Java:$GNUSTEP_NETWORK_ROOT/Libraries/Java:$GNUSTEP_SYSTEM_ROOT/Libraries/Java"
|
||||
|
||||
if [ -z "$CLASSPATH" ]; then
|
||||
|
|
Loading…
Reference in a new issue