Lines Matching refs:build
5 # There's not a lot we can do to build reliably in the face of many
15 # * If MKUPDATE != "no", "make install" is only run if a build has happened
101 # sub-gmake's get them, otherwise tools/gcc tries to build libgcc and
123 @mkdir build 2>/dev/null || true
125 @(cd build && find . -name config.cache | xargs rm -f)
130 @mkdir build 2>/dev/null || true
131 @(cd build && ${CONFIGURE_ENV} ${HOST_SH} ${GNUHOSTDIST}/configure ${CONFIGURE_ARGS})
135 # in the build tree during "make all". This way, if nothing has changed,
139 @${:D make}(cd build && ${BUILD_COMMAND} ${ALL_TARGET})
140 @if [ ! -f $@ ] || [ -n "$$(find build -type f -newer .build_done -print)" ]; \
144 @${:D make}(cd ${.OBJDIR}/build && ${BUILD_COMMAND} ${INSTALL_TARGET})
156 -rm -r -f .*_done build