Overview
Comment: | Added megatest-fossil-hash files to be removed during make clean |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.61 |
Files: | files | file ages | folders |
SHA1: |
00750732687e7b204f1e2fd4c40f646a |
User & Date: | jmoon18 on 2016-05-03 13:59:14 |
Other Links: | branch diff | manifest | tags |
Context
2016-05-05
| ||
16:00 | Fixed unchecked hash before accessing it. check-in: c4685ae4f9 user: mrwellan tags: v1.61 | |
2016-05-03
| ||
13:59 | Added megatest-fossil-hash files to be removed during make clean check-in: 0075073268 user: jmoon18 tags: v1.61 | |
2016-05-02
| ||
12:23 | fixed sretrive to ignore bad links check-in: bb799c9f43 user: pjhatwal tags: v1.61, v1.6101a | |
Changes
Modified Makefile from [4047b294e4] to [d0842bab0c].
︙ | ︙ | |||
162 163 164 165 166 167 168 | 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 : | | | 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 | 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.* # Deploy section (not complete yet) # $(DEPLOYHELPERS) : utils/mt_* $(INSTALL) $< $@ chmod a+X $@ |
︙ | ︙ |