changeset 107:72f414b2939d

Have to make the include directory before we can put config files in it.
author Rob Landley <rob@landley.net>
date Wed, 14 Feb 2007 16:30:53 -0500
parents f38c6dd2aaaa
children b66d638a3844
files include.sh
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/include.sh	Wed Feb 14 16:30:12 2007 -0500
+++ b/include.sh	Wed Feb 14 16:30:53 2007 -0500
@@ -188,6 +188,8 @@
   # Which platform are we building for?
 
   export WORK="${BUILD}/temp-$ARCH"
+  rm -rf "${WORK}"
+  mkdir -p "${WORK}"
   # Say "unknown" in two different ways so it doesn't assume we're NOT
   # cross compiling when the host and target are the same processor.  (If host
   # and target match, the binutils/gcc/make builds won't use the cross compiler