Redesign the structure for setup and clean rules. New structure uses
authorChris Hanson <org/chris-hanson/cph>
Fri, 8 Dec 2000 06:04:32 +0000 (06:04 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 8 Dec 2000 06:04:32 +0000 (06:04 +0000)
commit8b1b3b34c1957243eba3a65910280b992bb91cf7
tree761b93cf642355e09fdfa92efa92794ea5bf62cc
parentdd957d821caa57a7a0c8a72e5822938330b5bd8f
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/Makefile
v7/src/Makefile.std
v7/src/Tags.sh [new file with mode: 0755]
v7/src/compiler/Makefile [deleted file]
v7/src/compiler/Tags.sh [new file with mode: 0755]
v7/src/etc/Clean.sh
v7/src/etc/Setup.sh