Lines Matching refs:run
189 mkdir -p $BUILD_OUT && cd $BUILD_OUT && run \
213 run make -j$NUM_JOBS
221 run make -j1
235 cd $BUILD_OUT && run make install
241 run cp -f $TOOLCHAIN_LICENSES/COPYING $TOOLCHAIN_LICENSES/COPYING.LIB $TOOLCHAIN_PATH
244 run rm -f $TOOLCHAIN_PATH/bin/*-gccbug
245 run rm -rf $TOOLCHAIN_PATH/info
246 run rm -rf $TOOLCHAIN_PATH/man
247 run rm -rf $TOOLCHAIN_PATH/share
248 run rm -rf $TOOLCHAIN_PATH/lib/gcc/$ABI_CONFIGURE_TARGET/*/install-tools
249 run rm -rf $TOOLCHAIN_PATH/lib/gcc/$ABI_CONFIGURE_TARGET/*/plugin
250 run rm -rf $TOOLCHAIN_PATH/libexec/gcc/$ABI_CONFIGURE_TARGET/*/install-tools
251 run rm -rf $TOOLCHAIN_PATH/lib32/libiberty.a
252 run rm -rf $TOOLCHAIN_PATH/$ABI_CONFIGURE_TARGET/lib/libiberty.a
253 run rm -rf $TOOLCHAIN_PATH/$ABI_CONFIGURE_TARGET/lib/*/libiberty.a
257 run rm -rf $TOOLCHAIN_PATH/$ABI_CONFIGURE_TARGET/lib/libstdc++.*
258 run rm -rf $TOOLCHAIN_PATH/$ABI_CONFIGURE_TARGET/lib/*/libstdc++.*
259 run rm -rf $TOOLCHAIN_PATH/$ABI_CONFIGURE_TARGET/include/c++
262 run strip $TOOLCHAIN_PATH/bin/*
263 run strip $TOOLCHAIN_PATH/$ABI_CONFIGURE_TARGET/bin/*
264 run strip $TOOLCHAIN_PATH/libexec/gcc/*/*/cc1$HOST_EXE
265 run strip $TOOLCHAIN_PATH/libexec/gcc/*/*/cc1plus$HOST_EXE
266 run strip $TOOLCHAIN_PATH/libexec/gcc/*/*/collect2$HOST_EXE