mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
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:
parent
04b51411b9
commit
cfbbf72812
1 changed files with 11 additions and 0 deletions
11
ChangeLog
11
ChangeLog
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue