mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-24 03:02:14 +00:00
Moved code to set GUILE_LOAD_PATH from ld_lib_path.csh into GNUstep.csh
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@14652 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6c61ec6ac8
commit
04b51411b9
2 changed files with 6 additions and 5 deletions
|
@ -107,6 +107,12 @@ endif
|
|||
|
||||
unset gnustep_class_path
|
||||
|
||||
if ( $?GUILE_LOAD_PATH == 0 ) then
|
||||
setenv GUILE_LOAD_PATH "${GNUSTEP_USER_ROOT}/Libraries/Guile:${GNUSTEP_LOCAL_ROOT}/Libraries/Guile:${GNUSTEP_NETWORK_ROOT}/Libraries/Guile:${GNUSTEP_SYSTEM_ROOT}/Libraries/Guile"
|
||||
else
|
||||
setenv GUILE_LOAD_PATH "${GNUSTEP_USER_ROOT}/Libraries/Guile:${GNUSTEP_LOCAL_ROOT}/Libraries/Guile:${GNUSTEP_NETWORK_ROOT}/Libraries/Guile:${GNUSTEP_SYSTEM_ROOT}/Libraries/Guile:${GUILE_LOAD_PATH}"
|
||||
endif
|
||||
|
||||
#
|
||||
# Perform any user initialization
|
||||
#
|
||||
|
|
|
@ -112,8 +112,3 @@ endsw
|
|||
|
||||
unset tool_path_part last_path_part host_os additional dir lib_paths
|
||||
|
||||
if ( $?GUILE_LOAD_PATH == 0 ) then
|
||||
setenv GUILE_LOAD_PATH "${GNUSTEP_USER_ROOT}/Libraries/Guile:${GNUSTEP_LOCAL_ROOT}/Libraries/Guile:${GNUSTEP_NETWORK_ROOT}/Libraries/Guile:${GNUSTEP_SYSTEM_ROOT}/Libraries/Guile"
|
||||
else
|
||||
setenv GUILE_LOAD_PATH "${GNUSTEP_USER_ROOT}/Libraries/Guile:${GNUSTEP_LOCAL_ROOT}/Libraries/Guile:${GNUSTEP_NETWORK_ROOT}/Libraries/Guile:${GNUSTEP_SYSTEM_ROOT}/Libraries/Guile:${GUILE_LOAD_PATH}"
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue