Lines Matching full:bmake
13 # This script is used to configure/build bmake it builds for
50 # We look for '.bmake-boot-strap.rc' before processing
63 # If build and test work, run bmake install.
79 # Install 'bmake' as 'bmake-$MAKE_VERSION'
80 # A symlink will be made as 'bmake' unless
129 # set an explicit default "syspath" which is where bmake
216 ${SKIP_RC:+:} source_rc .bmake-boot-strap.rc . "$Mydir/.." "$HOME"
229 BMAKE=
360 srcdir=`GetDir /bmake make-bootstrap.sh.in "$srcdir" "$2" "$Mydir" ./bmake* "$Mydir"/../bmake*`
418 # this makes it easy to run the bmake we just built
421 Bmake() {
426 ${BMAKE:-$objdir/bmake} -f $Mydir/Makefile "$@"
444 [ -x bmake ] || op_build
447 *) is_newer bmake tested || return;;
449 Bmake test TEST_MAKE=$objdir/bmake "$@" || exit 1
454 if [ -x bmake ]; then
455 ln bmake bmake$$
456 BMAKE=$objdir/bmake$$ Bmake clean
457 rm -f bmake$$
471 Bmake install prefix=$INSTALL_PREFIX BINDIR=$INSTALL_PREFIX/${INSTALL_BIN:-bin} ${INSTALL_DESTDIR:+DESTDIR=$INSTALL_DESTDIR} $INSTALL_ARGS || exit 1
475 rm -f make-bootstrap.sh bmake *.o
489 Use -DWITH_PROG_VERSION to install as bmake-$MAKE_VERSION
490 Use -DWITHOUT_PROG_LINK to suppress bmake -> bmake-$MAKE_VERSION symlink
496 Note: bmake.cat1 contains ANSI escape sequences.