Megatest

Check-in [23492e7b0f]
Login
Overview
Comment:Added some needed deps.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | v1.65-real-new-runs-view
Files: files | file ages | folders
SHA1: 23492e7b0fa234da6d5c413046a8e82622aa3818
User & Date: matt on 2021-02-24 03:42:55
Other Links: branch diff | manifest | tags
Context
2021-02-24
14:01
another try at deps check-in: 3f257f9ad1 user: mrwellan tags: v1.65-real-new-runs-view
03:42
Added some needed deps. check-in: 23492e7b0f user: matt tags: v1.65-real-new-runs-view
2021-02-23
21:25
Merged wip branch check-in: 2ba22ca68d user: matt tags: v1.65-real-new-runs-view
Changes

Modified Makefile from [2e835d8cba] to [dc6abbd027].

158
159
160
161
162
163
164


165


166

167
168
169
170
171
172
173
158
159
160
161
162
163
164
165
166

167
168
169
170
171
172
173
174
175
176
177







+
+
-
+
+

+








# Special dependencies for the module includes
$(MOFILE) $(MOIMPFILES) : megatest-fossil-hash.scm
# we are going to generate this by running make without -j
# and only adding the needed deps. The full deps have too many
# circular deps and can not (yet) be resolved.

mofiles/dcommonmod.o mofiles/configfmod.o mofiles/ods.o \
      mofiles/apimod.o mofiles/rmtmod.o : \
mofiles/configfmod.o mofiles/ods.o : mofiles/commonmod.o
      mofiles/commonmod.o

mofiles/dbmod.o : mofiles/commonmod.o mofiles/ods.o mofiles/configfmod.o
mofiles/servermod.o mofiles/rmtmod.o : mofiles/dbmod.o

dcommon.o : mofiles/dcommonmod.o


# megatest.o : $(MOIMPFILES)
# mofiles/commonmod.o : megatest-fossil-hash.scm
# mofiles/dbmod.o \