Overview
Comment: | Fixed makefile |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65 |
Files: | files | file ages | folders |
SHA1: |
e174a07c36829083e912566dcd3907aa |
User & Date: | matt on 2018-05-09 00:14:18 |
Other Links: | branch diff | manifest | tags |
Context
2018-05-13
| ||
23:27 | Missing comment check-in: 708a0404a7 user: matt tags: v1.65 | |
2018-05-09
| ||
00:14 | Switch to margs module/egg Leaf check-in: 6929385e83 user: matt tags: v1.65-margs | |
00:14 | Fixed makefile check-in: e174a07c36 user: matt tags: v1.65 | |
2018-04-11
| ||
23:07 | Cherrypicked 8f16c license notice cleanups check-in: 754913fd32 user: matt tags: v1.65 | |
Changes
Modified Makefile from [615e087b97] to [5e381645f1].
︙ | |||
56 57 58 59 60 61 62 | 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 | - - - + + | DEPLOYHELPERS=$(addprefix deploytarg/,$(ADTLSCR)) MTESTHASH=$(shell fossil info|grep checkout:| awk '{print $$2}') ifeq ($(MTESTHASH),) $(error MTESTHASH is broken!) endif |
︙ |