Overview
Comment: | removed couple more references to OFILES. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65-try3 |
Files: | files | file ages | folders |
SHA1: |
159145e9c371ad7bcab6f91856a06ad5 |
User & Date: | matt on 2019-11-04 05:09:49 |
Other Links: | branch diff | manifest | tags |
Context
2019-11-04
| ||
05:18 | Got other executables building (not tested at all) check-in: 7a5eb536d0 user: matt tags: v1.65-try3 | |
05:09 | removed couple more references to OFILES. check-in: 159145e9c3 user: matt tags: v1.65-try3 | |
05:05 | Removed most references to SRCFILES. check-in: 7f499ea08b user: matt tags: v1.65-try3 | |
Changes
Modified Makefile from [e2d8a26f3b] to [c9328338cf].
︙ | ︙ | |||
83 84 85 86 87 88 89 | showmtesthash: @echo $(MTESTHASH) # removing $(GOFILES) dboard : dashboard.scm $(MOFILES) csc $(CSCOPTS) dashboard.scm $(MOFILES) -o dboard | | | | | | 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 | showmtesthash: @echo $(MTESTHASH) # removing $(GOFILES) dboard : dashboard.scm $(MOFILES) csc $(CSCOPTS) dashboard.scm $(MOFILES) -o dboard ndboard : newdashboard.scm $(GOFILES) csc $(CSCOPTS) $(GOFILES) newdashboard.scm -o ndboard mtut: $(MOFILES) megatest-fossil-hash.scm mtut.scm csc $(CSCOPTS) $(MOFILES) mtut.scm -o mtut #TCMTOBJS = \ # api.o \ # archive.o \ # cgisetup/models/pgdb.o \ # client.o \ |
︙ | ︙ |