Fixed rpm builds in some cases - by cleaning up GNUstep.sh.in and company

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@13347 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-04-04 14:29:06 +00:00
parent d439785af4
commit a7b6a2132f

View file

@ -1,3 +1,14 @@
Thu Apr 4 13:14:35 2002 Nicola Pero <n.pero@mi.flashnet.it>
This should fix RPM builds on virgin envs -
* GNUstep.sh.in: Removed convert_win_paths and other window
specific variables; simply set GNUSTEP_PATHPREFIX_LIST and use
that to set CLASSPATH as well. Made sure we never call unset for
an unknown variable. Added verbose comments about technical
pitfalls of sourced files.
* ld_lib_path.sh: Make sure we don't unset variables unless we set
them.
Thu Apr 4 13:10:27 2002 Nicola Pero <n.pero@mi.flashnet.it>
* GNUstep.sh.in: Quoted paths.