File:  [CSRG BSD Unix] / 43BSDTahoe / new / B / ch_all
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:58 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43tahoe
BSD 4.3tahoe

: 'Check if make all went allright.'

bint="$1"

errors="no"

if test ! -r bin/b
then
	echo "*** Failed to install b in ./bin"
	errors="yes"
fi

for f in bed $bint Bed_help
do
	if test ! -r lib/$f
	then
		echo "*** Failed to install $f in ./lib"
		errors="yes"
	fi
done

case $errors in
yes)
	exit 1
	;;
no)
	echo "The './bin/b' command should now work."
	echo "You can try the B interpreter with 'make examples'."
	exit 0
	;;	
esac

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.