[kaffe] CVS kaffe (robilad): Another zsh build fixlet

Kaffe CVS cvs-commits at kaffe.org
Sat Apr 2 12:13:45 PST 2005


PatchSet 5647 
Date: 2005/04/02 20:07:46
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
Another zsh build fixlet

2005-04-02  Dalibor Topic  <robilad at kaffe.org>

* libraries/javalib/rebuildLib.in (LIBDIR):
Removed another CDPATH usage.

Reported by:  Riccardo Mottola <zuse at libero.it>

Members: 
	ChangeLog:1.3817->1.3818 
	libraries/javalib/rebuildLib.in:1.45->1.46 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3817 kaffe/ChangeLog:1.3818
--- kaffe/ChangeLog:1.3817	Sat Apr  2 19:20:41 2005
+++ kaffe/ChangeLog	Sat Apr  2 20:07:46 2005
@@ -1,4 +1,11 @@
-2005-04-02  Dalibor Topic  <topic at localhost.localdomain>
+2005-04-02  Dalibor Topic  <robilad at kaffe.org>
+
+	* libraries/javalib/rebuildLib.in (LIBDIR): 
+	Removed another CDPATH usage.
+
+	Reported by:  Riccardo Mottola <zuse at libero.it>
+
+2005-04-02  Dalibor Topic  <robilad at kaffe.org>
 
 	* libraries/javalib/Makefile.am.in 
 	[USE_PRECOMPILED_RT_JAR] (compile-tools-classes): 
Index: kaffe/libraries/javalib/rebuildLib.in
diff -u kaffe/libraries/javalib/rebuildLib.in:1.45 kaffe/libraries/javalib/rebuildLib.in:1.46
--- kaffe/libraries/javalib/rebuildLib.in:1.45	Fri Feb 11 04:56:57 2005
+++ kaffe/libraries/javalib/rebuildLib.in	Sat Apr  2 20:07:50 2005
@@ -13,7 +13,7 @@
     exit 0
 fi
 
-LIBDIR=`CDPATH=: && cd $LIBDIR && pwd`
+LIBDIR=`cd $LIBDIR && pwd`
 VERBOSE=
 
 issrcdir=`echo $srcdir | egrep '^/.*'`




More information about the kaffe mailing list