Home | History | Annotate | Download | only in buildit

Lines Matching refs:bin

0 #!/bin/sh
91 rm -rf $DIR/bin || exit 1
92 mkdir $DIR/bin || exit 1
94 P=$DIR/bin/arm-apple-darwin$DARWIN_VERS-${prog}
96 echo '#!/bin/sh' > $P || exit 1
102 P=$DIR/bin/arm-apple-darwin$DARWIN_VERS-${prog}
104 echo '#!/bin/sh' > $P || exit 1
109 PATH=$DIR/bin:$PATH
222 cp `find $DIR -name tblgen` $DEST_DIR$DEST_ROOT/bin
226 rm -f bin/.dir etc/llvm/.dir lib/.dir
229 cd $DEST_DIR$DEST_ROOT/bin