Moved setting guile_paths from ld_lib_path.sh to GNUstep.sh, so that it's

only done once at startup and not each time a gui app is launched


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@14653 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-10-05 00:17:05 +00:00
parent 04b51411b9
commit cfbbf72812

View file

@ -1,3 +1,14 @@
Sat Oct 5 01:59:47 2002 Nicola Pero <n.pero@mi.flashnet.it>
* ld_lib_path.sh (guile_paths): Removed setting up guile_paths
from here ...
* GNUstep.sh.in (guile_paths): ... and added it here. The
difference is that GNUstep.sh is executed only once at login,
while ld_lib_path.sh is executed also each time an application is
started, to setup the additional linker library paths for that
specific application.
* ld_lib_path.csh, GNUstep.csh.in (guile_paths): Idem.
Sat Oct 5 01:05:47 2002 Nicola Pero <n.pero@mi.flashnet.it>
* mkinstalldirs (MKDIR): Do not test for 'mkdir -p'; always use