mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Added comment
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25920 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
32096dd4ac
commit
d869d546ca
1 changed files with 9 additions and 0 deletions
|
@ -365,6 +365,15 @@ case "$target_os" in
|
|||
GNUSTEP_NETWORK_USERS_DIR="C:\Documents and Settings"
|
||||
GNUSTEP_LOCAL_USERS_DIR="C:\Documents and Settings"
|
||||
|
||||
# TODO: It would be nice to use the 'short' output of
|
||||
# relative_path.sh, but older versions of relative_path.sh
|
||||
# did not support specifying the type of output and
|
||||
# would abort if they were given more than 2 parameters,
|
||||
# so we can not use the 'short' option if we want gnustep-base
|
||||
# to work with older versions of gnustep-make.
|
||||
# Once everyone has upgraded to gnustep-make >= 2.0.5 (I'd say
|
||||
# two years after it has been released ?), we could switch to the
|
||||
# 'short' output though.
|
||||
GNUSTEP_SYSTEM_APPS=`$GNUSTEP_MAKEFILES/relative_path.sh $GNUSTEP_BASE_PATH $GNUSTEP_SYSTEM_APPS`
|
||||
GNUSTEP_SYSTEM_ADMIN_APPS=`$GNUSTEP_MAKEFILES/relative_path.sh $GNUSTEP_BASE_PATH $GNUSTEP_SYSTEM_ADMIN_APPS`
|
||||
GNUSTEP_SYSTEM_WEB_APPS=`$GNUSTEP_MAKEFILES/relative_path.sh $GNUSTEP_BASE_PATH $GNUSTEP_SYSTEM_WEB_APPS`
|
||||
|
|
Loading…
Reference in a new issue