Changes In Branch v1.65-try3 Through [8fb98dda5f] Excluding Merge-Ins
This is equivalent to a diff from 932f8e97c0 to 8fb98dda5f
2019-11-04
| ||
04:59 | config-lookup -> configf:lookup everywhere now. check-in: b056a2ef64 user: matt tags: v1.65-try3 | |
04:29 | repl works check-in: 8fb98dda5f user: matt tags: v1.65-try3 | |
2019-11-03
| ||
22:38 | wip check-in: 5f97e5ae8d user: matt tags: v1.65-try3 | |
04:00 | try3 check-in: fde3cd0ad1 user: matt tags: v1.65-try3 | |
2019-11-02
| ||
23:25 | wip Leaf check-in: 932f8e97c0 user: matt tags: v1.65-wip-alt | |
23:22 | wip check-in: 813b6b2b30 user: matt tags: v1.65-wip-alt | |
Modified Makefile from [706f96cbe4] to [8f26a1afe2].
︙ | |||
71 72 73 74 75 76 77 | 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 | + - - + + + - - + + | PNGFILES = $(shell cd docs/manual;ls *png) #all : $(PREFIX)/bin/.$(ARCHSTR) mtest dboard mtut ndboard all : $(PREFIX)/bin/.$(ARCHSTR) mtest dboard mtut tcmt # why were the files mofiles/ftail.o mofiles/rmtmod.o mofiles/commonmod.o listed on this target when MOFILES are there? # Removed non module .o files (i.e. $(OFILES) |
︙ | |||
191 192 193 194 195 196 197 | 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 | - + + | mofiles/processmod.o \ mofiles/runconfigmod.o \ mofiles/runsmod.o \ mofiles/servermod.o \ mofiles/subrunmod.o \ mofiles/tasksmod.o \ mofiles/testsmod.o \ |
︙ | |||
231 232 233 234 235 236 237 | 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 | - - + + | $(PREFIX)/bin/mtutil : $(PREFIX)/bin/.$(ARCHSTR)/mtut utils/mk_wrapper utils/mk_wrapper $(PREFIX) mtut $(PREFIX)/bin/mtutil chmod a+x $(PREFIX)/bin/mtutil # mtexec |
︙ |
Added api-inc.scm version [611db9dbf8].