[kaffe] CVS kaffe (dalibor): Removed mkinstalldirs

Kaffe CVS cvs-commits at kaffe.org
Wed Jan 14 19:39:02 PST 2004


PatchSet 4340 
Date: 2004/01/15 03:27:01
Author: dalibor
Branch: HEAD
Tag: (none) 
Log:
Removed mkinstalldirs

2004-01-15  Dalibor Topic <robilad at kaffe.org>

        * mkinstalldirs:
        Removed.

        * Makefile.in
        Removed mkinstalldirs.

Members: 
	ChangeLog:1.1927->1.1928 
	Makefile.in:1.132->1.133 
	mkinstalldirs:1.3->1.4(DEAD) 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.1927 kaffe/ChangeLog:1.1928
--- kaffe/ChangeLog:1.1927	Thu Jan 15 02:29:19 2004
+++ kaffe/ChangeLog	Thu Jan 15 03:27:01 2004
@@ -1,5 +1,13 @@
 2004-01-15  Dalibor Topic <robilad at kaffe.org>
 
+	* mkinstalldirs:
+	Removed.
+
+	* Makefile.in
+	Removed mkinstalldirs.
+
+2004-01-15  Dalibor Topic <robilad at kaffe.org>
+
         * configure.in:
 	(KVER, KAFFEVERSION) Removed.
 
Index: kaffe/Makefile.in
diff -u kaffe/Makefile.in:1.132 kaffe/Makefile.in:1.133
--- kaffe/Makefile.in:1.132	Thu Jan 15 02:29:21 2004
+++ kaffe/Makefile.in	Thu Jan 15 03:27:03 2004
@@ -50,9 +50,9 @@
 	$(srcdir)/Makefile.in $(srcdir)/project.properties.in \
 	$(srcdir)/project.xml.in $(top_srcdir)/configure \
 	$(top_srcdir)/include/kaffe/jtypes.h.in AUTHORS ChangeLog \
-	INSTALL config.rpath mkinstalldirs scripts/config.guess \
-	scripts/config.sub scripts/depcomp scripts/install-sh \
-	scripts/ltmain.sh scripts/missing
+	INSTALL config.rpath scripts/config.guess scripts/config.sub \
+	scripts/depcomp scripts/install-sh scripts/ltmain.sh \
+	scripts/missing
 subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/m4/alsa.m4 $(top_srcdir)/m4/esd.m4 \
===================================================================
Checking out kaffe/mkinstalldirs
RCS:  /home/cvs/kaffe/kaffe/Attic/mkinstalldirs,v
VERS: 1.3
***************
--- kaffe/mkinstalldirs	Thu Jan 15 03:32:18 2004
+++ /dev/null	Sun Aug  4 19:57:58 2002
@@ -1,40 +0,0 @@
-#! /bin/sh
-# mkinstalldirs --- make directory hierarchy
-# Author: Noah Friedman <friedman at prep.ai.mit.edu>
-# Created: 1993-05-16
-# Public domain
-
-# $Id: mkinstalldirs,v 1.3 1999/12/02 17:25:52 oliva Exp $
-
-errstatus=0
-
-for file
-do
-   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
-   shift
-
-   pathcomp=
-   for d
-   do
-     pathcomp="$pathcomp$d"
-     case "$pathcomp" in
-       -* ) pathcomp=./$pathcomp ;;
-     esac
-
-     if test ! -d "$pathcomp"; then
-        echo "mkdir $pathcomp"
-
-        mkdir "$pathcomp" || lasterr=$?
-
-        if test ! -d "$pathcomp"; then
-  	  errstatus=$lasterr
-        fi
-     fi
-
-     pathcomp="$pathcomp/"
-   done
-done
-
-exit $errstatus
-
-# mkinstalldirs ends here




More information about the kaffe mailing list