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
229 ${SKIP_RC:+:} source_rc .bmake-boot-strap.rc . "$Mydir/.." "$HOME"
242 BMAKE=
373 srcdir=`GetDir /bmake make-bootstrap.sh.in "$srcdir" "$2" "$Mydir" ./bmake* "$Mydir"/../bmake*`
433 # this makes it easy to run the bmake we just built
436 Bmake() {
441 ${BMAKE:-$objdir/bmake} -f $Mydir/Makefile "$@"
459 [ -x bmake ] || op_build
462 *) is_newer bmake tested || return;;
464 Bmake test TEST_MAKE=$objdir/bmake "$@" || exit 1
469 if [ -x bmake ]; then
470 ln bmake bmake$$
471 BMAKE=$objdir/bmake$$ Bmake clean
472 rm -f bmake$$
486 …Bmake install prefix=$INSTALL_PREFIX BINDIR=$INSTALL_PREFIX/${INSTALL_BIN:-bin} ${INSTALL_DESTDIR:…
490 rm -f make-bootstrap.sh bmake *.o
504 Use -DWITH_PROG_VERSION to install as bmake-$MAKE_VERSION
505 Use -DWITHOUT_PROG_LINK to suppress bmake -> bmake-$MAKE_VERSION symlink
511 Note: bmake.cat1 contains ANSI escape sequences.