Merge pull request #19 from gaelicWizard/GNUstep-reset

Generate GNUstep-reset.sh from GNUstep-reset.sh.in
This commit is contained in:
rfm 2024-02-14 13:55:41 +00:00 committed by GitHub
commit 6d6548bef9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 7 deletions

1
.gitignore vendored
View file

@ -4,6 +4,7 @@ config.cache
GNUmakefile
GNUstep.sh
GNUstep.csh
GNUstep-reset.sh
config.h
config.status
openapp

View file

@ -86,13 +86,13 @@ function reset_path
fi
}
reset_path INFOPATH /Library/Documentation/info
reset_path GUILE_LOAD_PATH /Library/Libraries/Guile
reset_path CLASSPATH /Library/Libraries/Java
reset_path LD_LIBRARY_PATH /Library/Libraries
reset_path DYLD_LIBRARY_PATH /Library/Libraries
reset_path DYLD_FRAMEWORK_PATH /Library/Frameworks
reset_path PATH /Tools
reset_path INFOPATH @GNUSTEP_LOCAL_DOC_INFO@
reset_path GUILE_LOAD_PATH @GNUSTEP_LOCAL_LIBRARIES@/Guile
reset_path CLASSPATH @GNUSTEP_LOCAL_LIBRARIES@/Java
reset_path LD_LIBRARY_PATH @GNUSTEP_LOCAL_LIBRARIES@
reset_path DYLD_LIBRARY_PATH @GNUSTEP_LOCAL_LIBRARIES@
reset_path DYLD_FRAMEWORK_PATH @GNUSTEP_LOCAL_LIBRARY@/Frameworks
reset_path PATH @GNUSTEP_LOCAL_TOOLS@
# Make sure we destroy the reset_path function after using it - we don't
# want to pollute the environment with it.

View file

@ -1787,6 +1787,7 @@ AC_SUBST(MISSINGBASH)
AC_CONFIG_FILES([config-noarch.make config.make openapp opentool
executable.template GNUmakefile GNUstep.conf GNUstep-strict-v2.conf
GNUstep.sh GNUstep.csh fixpath.sh
GNUstep-reset.sh
gnustep-make.spec gnustep-config TestFramework/gnustep-tests
filesystem.make filesystem.sh filesystem.csh gnustep-make-ld.so.conf])
AC_CONFIG_FILES([runtime/$OBJC_RUNTIME_LIB.make:config.make.in])