Home | History | Annotate | Download | only in buildit

Lines Matching refs:DIR

60 DIR=`pwd`
71 SRC_DIR=$DIR/src
124 mkdir -p $DIR/obj-llvm || exit 1
125 cd $DIR/obj-llvm || exit 1
130 rm -rf $DIR/bin || exit 1
131 mkdir $DIR/bin || exit 1
133 P=$DIR/bin/arm-apple-darwin$DARWIN_VERS-${prog}
135 ln -s $T $DIR/bin/$prog
142 P=$DIR/bin/arm-apple-darwin$DARWIN_VERS-${prog}
144 ln -s $T $DIR/bin/$prog
150 PATH=$DIR/bin:$PATH
218 # Construct the actual destination root, by copying stuff from $DIR/dst-* to
226 cd $DIR/obj-llvm || exit 1
271 # Remove .dir files
273 rm -f bin/.dir etc/llvm/.dir lib/.dir
322 cd $DIR || exit 1
337 cd $DIR || exit 1