|
|
1.1 ! root 1: : RunC 3/5/87 ! 2: : Usage: RunC makesuffix ! 3: : Rebuild 8086 compiler object in subdirectories of current directory. ! 4: : Link the executables to subdirectory bin. ! 5: : Assumes subdirectories exist, make$1 in PATH, h/i8086/mch.h correct. ! 6: if test $# -ne 1 ! 7: then ! 8: echo Usage: RunC makesuffix ! 9: exit ! 10: fi ! 11: export HOME=/usr/src/c ! 12: make=make$1 ! 13: cd common; $make $HOME/common; cd .. ! 14: cd cc; $make $HOME/coh cc && ln -f cc ../bin; cd .. ! 15: cd cpp; $make $HOME/cpp && ln -f cpp ../bin; cd .. ! 16: cd n0; $make $HOME/n0 && ln -f cc0 ../bin; cd .. ! 17: cd n1; $make $HOME/n1/i8086 ! 18: $make $HOME/n1 && ln -f cc1 ../bin; cd .. ! 19: cd n2; $make $HOME/n2 && ln -f cc2 ../bin; cd .. ! 20: cd n3; $make $HOME/n3 && ln -f cc3 ../bin; cd ..
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.