Overview
Comment: | More deploy tweaks |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | development |
Files: | files | file ages | folders |
SHA1: |
e9bf4bb69e20a3e652512aeb43d1126b |
User & Date: | matt on 2013-03-27 07:38:17 |
Other Links: | branch diff | manifest | tags |
Context
2013-03-27
| ||
17:30 | Added mkdeploy as a eat yer own dogfood megatest automation of making the deploy target check-in: 1f5fe87e8e user: mrwellan tags: development | |
07:38 | More deploy tweaks check-in: e9bf4bb69e user: matt tags: development | |
2013-03-26
| ||
23:39 | Got deploy for megatest almost working ... check-in: 264fc3fd07 user: matt tags: development | |
Changes
Modified Makefile from [a9e94705d3] to [738e8a8f4d].
︙ | |||
101 102 103 104 105 106 107 | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 | - + + | $(INSTALL) dboard $(PREFIX)/bin/dboard utils/mk_wrapper $(PREFIX) dboard > $(PREFIX)/bin/dashboard chmod a+x $(PREFIX)/bin/dashboard install : bin $(PREFIX)/bin/mtest $(PREFIX)/bin/megatest $(PREFIX)/bin/dboard $(PREFIX)/bin/dashboard $(HELPERS) $(PREFIX)/bin/nbfake $(PREFIX)/bin/nbfind $(PREFIX)/bin/newdashboard deploytarg/apropos.so : Makefile |
︙ |