Overview
Comment: | Added removal of altdb.scm to clean target |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.61 |
Files: | files | file ages | folders |
SHA1: |
c8d833b9da92cc8c7d659b7a2c2a7a4e |
User & Date: | matt on 2016-05-10 23:47:27 |
Other Links: | branch diff | manifest | tags |
Context
2016-05-11
| ||
22:34 | Added some instrumentation to try and narrow down the test2 problem check-in: a59455b740 user: matt tags: v1.61 | |
14:13 | caught up to v1.61 head check-in: 8f41e39a59 user: bjbarcla tags: fix-chained-waiton | |
2016-05-10
| ||
23:47 | Added removal of altdb.scm to clean target check-in: c8d833b9da user: matt tags: v1.61 | |
23:05 | Added mechanism to auto-configure for postgresql and mysql and cleaned up couple bits of extraneous code check-in: c677fd319d user: matt tags: v1.61 | |
Changes
Modified Makefile from [a426fe880a] to [9afa174d56].
︙ | ︙ | |||
163 164 165 166 167 168 169 | mkdir -p ext-tests cd ext-tests;fossil open --nested $(MTQA_FOSSIL) $(MTQA_FOSSIL) : fossil clone https://www.kiatoa.com/fossils/megatest_qa $(MTQA_FOSSIL) clean : | | | 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 | mkdir -p ext-tests cd ext-tests;fossil open --nested $(MTQA_FOSSIL) $(MTQA_FOSSIL) : fossil clone https://www.kiatoa.com/fossils/megatest_qa $(MTQA_FOSSIL) clean : rm -f $(OFILES) $(GOFILES) megatest dboard dboard.o megatest.o dashboard.o megatest-fossil-hash.* altdb.scm # Deploy section (not complete yet) # $(DEPLOYHELPERS) : utils/mt_* $(INSTALL) $< $@ chmod a+X $@ |
︙ | ︙ |