Redesign the structure for setup and clean rules. New structure uses
authorChris Hanson <org/chris-hanson/cph>
Fri, 8 Dec 2000 05:34:01 +0000 (05:34 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 8 Dec 2000 05:34:01 +0000 (05:34 +0000)
commit42edcc6dcaf273278a4e661e7b6b43dacfe12b1b
tree2d18e5e72b290788f33778ba7039858b95a7c0eb
parent70a1cf55bdc9f92df0261e274f20388d5e3f3731
Redesign the structure for setup and clean rules.  New structure uses
shell scripts in each directory, which the makefiles refer to.  This
greatly simplifies the configuration code because it was getting too
painful to put complex shell scripts inside the makefiles.
v7/src/compiler/Setup.sh [new file with mode: 0755]
v7/src/cref/Clean.sh
v7/src/edwin/Clean.sh
v7/src/etc/Clean.sh
v7/src/runtime-check/Clean.sh [new file with mode: 0755]
v7/src/runtime-check/Makefile [deleted file]