Lines Matching refs:BUILDTOOLS

492 BUILDTOOLS=${BUILDTOOLS-$SMROOT/devtools}
493 export SMROOT BUILDTOOLS
603 if [ -r $BUILDTOOLS/OS/$os.$rel.$arch$sfx ]; then
605 elif [ -r $BUILDTOOLS/OS/$os.$rel.$arch ]; then
607 elif [ -r $BUILDTOOLS/OS/$os.$rroot.$arch$sfx ]; then
609 elif [ -r $BUILDTOOLS/OS/$os.$rroot.$arch ]; then
611 elif [ -r $BUILDTOOLS/OS/$os.$rbase.x.$arch$sfx ]; then
613 elif [ -r $BUILDTOOLS/OS/$os.$rbase.x.$arch ]; then
615 elif [ -r $BUILDTOOLS/OS/$os.$rel$sfx ]; then
617 elif [ -r $BUILDTOOLS/OS/$os.$rel ]; then
619 elif [ -r $BUILDTOOLS/OS/$os.$rroot$sfx ]; then
621 elif [ -r $BUILDTOOLS/OS/$os.$rroot ]; then
623 elif [ -r $BUILDTOOLS/OS/$os.$rbase.x$sfx ]; then
625 elif [ -r $BUILDTOOLS/OS/$os.$rbase.x ]; then
627 elif [ -r $BUILDTOOLS/OS/$os.$arch$sfx ]; then
629 elif [ -r $BUILDTOOLS/OS/$os.$arch ]; then
631 elif [ -r $BUILDTOOLS/OS/$rel.$arch$sfx ]; then
633 elif [ -r $BUILDTOOLS/OS/$rel.$arch ]; then
635 elif [ -r $BUILDTOOLS/OS/$rroot.$arch$sfx ]; then
637 elif [ -r $BUILDTOOLS/OS/$rroot.$arch ]; then
639 elif [ -r $BUILDTOOLS/OS/$rbase.x.$arch$sfx ]; then
641 elif [ -r $BUILDTOOLS/OS/$rbase.x.$arch ]; then
643 elif [ -r $BUILDTOOLS/OS/$os$sfx ]; then
645 elif [ -r $BUILDTOOLS/OS/$os ]; then
647 elif [ -r $BUILDTOOLS/OS/$arch$sfx ]; then
649 elif [ -r $BUILDTOOLS/OS/$arch ]; then
651 elif [ -r $BUILDTOOLS/OS/$rel$sfx ]; then
653 elif [ -r $BUILDTOOLS/OS/$rel ]; then
655 elif [ -r $BUILDTOOLS/OS/$rel$sfx ]; then
661 M4=`$SHELL $BUILDTOOLS/bin/find_m4.sh`
671 echo "Will run in virgin $obj using $BUILDTOOLS/OS/$oscf"
675 echo "Creating $obj using $BUILDTOOLS/OS/$oscf"
705 cat $BUILDTOOLS/M4/header.m4 >> $obj/.settings$$
709 cat $BUILDTOOLS/OS/$oscf >> $obj/.settings$$
725 if [ -f $BUILDTOOLS/Site/$pfx.$oscf$sfx.m4 ]
727 siteconfig=$BUILDTOOLS/Site/$pfx.$oscf$sfx.m4
728 elif [ -f $BUILDTOOLS/Site/$pfx.$oscf.m4 ]
730 siteconfig=$BUILDTOOLS/Site/$pfx.$oscf.m4
732 if [ -f $BUILDTOOLS/Site/$pfx.config.m4 ]
734 siteconfig="$BUILDTOOLS/Site/$pfx.config.m4 $siteconfig"
739 if [ -f $BUILDTOOLS/Site/site.$oscf$sfx.m4 ]
741 siteconfig=$BUILDTOOLS/Site/site.$oscf$sfx.m4
742 elif [ -f $BUILDTOOLS/Site/site.$oscf.m4 ]
744 siteconfig=$BUILDTOOLS/Site/site.$oscf.m4
746 if [ -f $BUILDTOOLS/Site/site.config.m4 ]
748 siteconfig="$BUILDTOOLS/Site/site.config.m4 $siteconfig"
750 if [ -f $BUILDTOOLS/Site/site.post.m4 ]
752 siteconfig="$siteconfig $BUILDTOOLS/Site/site.post.m4"
773 ${M4} ${M4_BLDVARIANT_FLAGS} -DconfBUILDTOOLSDIR=$BUILDTOOLS - | \
778 ${M4} ${M4_BLDVARIANT_FLAGS} -DconfBUILDTOOLSDIR=$BUILDTOOLS - | \
783 ${M4} ${M4_BLDVARIANT_FLAGS} -DconfBUILDTOOLSDIR=$BUILDTOOLS - | \
788 ${M4} ${M4_BLDVARIANT_FLAGS} -DconfBUILDTOOLSDIR=$BUILDTOOLS - | \
792 LIBDIRS="$libdirs" LIBSRCH="$libsrch" LIBPATH="$libpath" SITECONFIG="$siteconfig" SOEXT="$soext" $SHELL $BUILDTOOLS/bin/configure.sh $sflag $oscf >> $obj/.settings$$
796 ${M4} ${M4_BLDVARIANT_FLAGS} -DconfBUILDTOOLSDIR=$BUILDTOOLS - Makefile.m4 | \