OSDN Git Service

change build directory to ./tmp-doc
authordevans <devans>
Wed, 11 Jun 2003 07:25:25 +0000 (07:25 +0000)
committerdevans <devans>
Wed, 11 Jun 2003 07:25:25 +0000 (07:25 +0000)
cgen/gen-all-doc

index 4fd0d88..23fef95 100644 (file)
@@ -12,15 +12,17 @@ set -x
 # ??? Some are missing, need to add them after some research.
 archs="arm frv i960 m32r openrisc xstormy16"
 
-rm -rf /tmp/tmp-cgen-doc
-mkdir /tmp/tmp-cgen-doc
+builddir=tmp-doc
+
+rm -rf $builddir
+mkdir $builddir
 
 export cgendir=`pwd`
 
 (
   set -e
   set -x
-  cd /tmp/tmp-cgen-doc
+  cd $builddir
   $cgendir/configure --prefix /tmp/junk --target m32r-elf
 
   for a in $archs