From: Erik M. <er...@us...> - 2001-08-29 21:08:53
|
Update of /cvsroot/blob/blob/utils In directory usw-pr-cvs1:/tmp/cvs-serv14601/utils Modified Files: Makefile.am README Log Message: a couple of scripts that allow developers to build blob for all architectures. also kick the version number to 2.0.4 Index: Makefile.am =================================================================== RCS file: /cvsroot/blob/blob/utils/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Makefile.am 2001/08/29 20:43:25 1.1 +++ Makefile.am 2001/08/29 21:08:51 1.2 @@ -0,0 +1,12 @@ +# Process this file with automake to produce Makefile.in -*- makefile -*- +# +# $Id$ +# + +SUBDIRS = \ + build + +CLEANFILES = *~ + +EXTRA_DIST = \ + README Index: README =================================================================== RCS file: /cvsroot/blob/blob/utils/README,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README 2001/08/29 20:43:25 1.1 +++ README 2001/08/29 21:08:51 1.2 @@ -0,0 +1,4 @@ +README for the "utils" directory + +This directory holds a couple of subdirectories which might contain some +nice utilities to use together with blob. |