Overview
Comment: | removed test rule from make file |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65 |
Files: | files | file ages | folders |
SHA1: |
94a053d0eab42120fb0896f671db5fc1 |
User & Date: | pjhatwal on 2018-02-27 16:41:21 |
Other Links: | branch diff | manifest | tags |
Context
2018-02-28
| ||
14:31 | merged the fork check-in: 1ba6aba073 user: pjhatwal tags: v1.65 | |
14:28 | Merged license related changes with user override work and some sretrieve work check-in: 59a93a028a user: mrwellan tags: v1.65 | |
2018-02-27
| ||
16:41 | removed test rule from make file check-in: 94a053d0ea user: pjhatwal tags: v1.65 | |
16:38 | update to override user when triggering mtutil run check-in: c28e4b5652 user: pjhatwal tags: v1.65 | |
Changes
Modified Makefile from [6bc13503d4] to [244f71cd97].
︙ | ︙ | |||
66 67 68 69 70 71 72 | #all : $(PREFIX)/bin/.$(ARCHSTR) mtest dboard mtut ndboard all : $(PREFIX)/bin/.$(ARCHSTR) mtest dboard mtut mtest: $(OFILES) readline-fix.scm megatest.o $(MOFILES) mofiles/ftail.o csc $(CSCOPTS) $(OFILES) $(MOFILES) megatest.o -o mtest | < < < < < | 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | #all : $(PREFIX)/bin/.$(ARCHSTR) mtest dboard mtut ndboard all : $(PREFIX)/bin/.$(ARCHSTR) mtest dboard mtut mtest: $(OFILES) readline-fix.scm megatest.o $(MOFILES) mofiles/ftail.o csc $(CSCOPTS) $(OFILES) $(MOFILES) megatest.o -o mtest dboard : $(OFILES) $(GOFILES) dashboard.scm $(MOFILES) csc $(CSCOPTS) $(OFILES) dashboard.scm $(GOFILES) $(MOFILES) -o dboard ndboard : newdashboard.scm $(OFILES) $(GOFILES) csc $(CSCOPTS) $(OFILES) $(GOFILES) newdashboard.scm -o ndboard |
︙ | ︙ |