Overview
Comment: | Moved remainder of configf into configfmod |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.90-fix-modes |
Files: | files | file ages | folders |
SHA1: |
c2d750aad9b0d3583ec1746988cc5fb3 |
User & Date: | matt on 2024-02-11 16:41:17 |
Other Links: | branch diff | manifest | tags |
Context
2024-02-11
| ||
18:19 | Adding uses of .import files back Leaf check-in: cee15a9d94 user: matt tags: v1.90-fix-modes | |
16:41 | Moved remainder of configf into configfmod check-in: c2d750aad9 user: matt tags: v1.90-fix-modes | |
2024-02-09
| ||
20:38 | wip check-in: 1d37efe6c5 user: matt tags: v1.90-fix-modes | |
Changes
Modified Makefile from [a99dba9744] to [28690e5571].
︙ | |||
200 201 202 203 204 205 206 | 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 | - + | $(INSTALL) mt-pg.sql $(PREFIX)/share/db/mt-pg.sql # Special dependencies for the includes $(MOFILE) $(MOIMPFILES) : megatest-fossil-hash.scm mofiles/commonmod.o : mofiles/debugprint.o megatest-fossil-hash.scm common.o : mofiles/commonmod.o |
︙ |
Modified commonmod.scm from [f881f6b04a] to [5100c657f0].
︙ | |||
2733 2734 2735 2736 2737 2738 2739 2740 2741 | 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 | + + | (conc megatest-version "-" (substring megatest-fossil-hash 0 4))) (define (common:get-fields cfgdat) (let ((fields (hash-table-ref/default cfgdat "fields" '()))) (map car fields))) (define keys:config-get-fields common:get-fields) ) |
Added configf-guts.scm version [b19d28d0fb].