Overview
Comment: | Updated makefile and initial attempt at mk_wrapper for chicken |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65-broken |
Files: | files | file ages | folders |
SHA1: |
071ebc34ba460be1bdead4ec1a3c261e |
User & Date: | jmoon18 on 2020-05-05 18:07:52 |
Other Links: | branch diff | manifest | tags |
Context
2020-05-05
| ||
18:18 | Updated makefile to add additional wrappers check-in: bb4c7dd6b9 user: jmoon18 tags: v1.65-broken | |
18:07 | Updated makefile and initial attempt at mk_wrapper for chicken check-in: 071ebc34ba user: jmoon18 tags: v1.65-broken | |
12:55 | Fixed the first run archive disk not found issue check-in: 64aa9347d5 user: mrwellan tags: v1.65-broken | |
Changes
Modified Makefile from [0491c6d006] to [8ee00c7d46].
︙ | |||
215 216 217 218 219 220 221 222 223 224 225 226 227 228 | 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 | + | configf.o : configf.scm mofiles/commonmod.o csc $(CSCOPTS) -c configf.scm mofiles/commonmod.o $(PREFIX)/bin/.$(ARCHSTR)/bin/mtest : mtest utils/mk_wrapper @echo Installing to PREFIX=$(PREFIX) $(INSTALL) mtest $(PREFIX)/bin/.$(ARCHSTR)/bin/mtest utils/mk_wrapper $(PREFIX) mtest $(PREFIX)/bin/megatest utils/mk_wrapper_tool $(PREFIX) csi $(PREFIX)/bin/csi chmod a+x $(PREFIX)/bin/megatest $(PREFIX)/bin/.$(ARCHSTR)/bin/ndboard : ndboard $(INSTALL) ndboard $(PREFIX)/bin/.$(ARCHSTR)/bin/ndboard $(PREFIX)/bin/newdashboard : $(PREFIX)/bin/.$(ARCHSTR)/ndboard utils/mk_wrapper utils/mk_wrapper $(PREFIX) ndboard $(PREFIX)/bin/newdashboard |
︙ |
Added utils/mk_wrapper_tool version [4785519616].