Overview
Comment: | Switched to loadrunner (merged Makefile changes from v1.60) |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.55 |
Files: | files | file ages | folders |
SHA1: |
d09be0b9855ebb58a33ecfc5346368ab |
User & Date: | matt on 2014-03-23 15:41:03 |
Other Links: | branch diff | manifest | tags |
Context
2014-03-24
| ||
15:56 | Switched to lsb_release -sr for os info check-in: 20c0888a15 user: mrwellan tags: v1.55 | |
2014-03-23
| ||
16:29 | Closely syncing v1.55 with v1.60 check-in: 6c2980d723 user: matt tags: v1.60 | |
15:41 | Switched to loadrunner (merged Makefile changes from v1.60) check-in: d09be0b985 user: matt tags: v1.55 | |
2014-03-22
| ||
22:57 | Put executables in sub dir and call based on MACHTYPE check-in: 1d89f11f7f user: matt tags: v1.55 | |
Changes
Modified Makefile from [ab5a9b290a] to [6c3f946b32].
︙ | |||
85 86 87 88 89 90 91 | 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 | - + | $(INSTALL) $< $@ chmod a+x $@ $(PREFIX)/bin/nbfind : utils/nbfind $(INSTALL) $< $@ chmod a+x $@ |
︙ | |||
109 110 111 112 113 114 115 | 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 | - + | # install dashboard as dboard so wrapper script can be called dashboard $(PREFIX)/bin/.$(ARCHSTR)/dboard : $(PREFIX)/bin/.$(ARCHSTR) dboard $(FILES) $(INSTALL) dboard $(PREFIX)/bin/.$(ARCHSTR)/dboard utils/mk_wrapper $(PREFIX) dboard > $(PREFIX)/bin/dashboard chmod a+x $(PREFIX)/bin/dashboard install : $(PREFIX)/bin/.$(ARCHSTR) $(PREFIX)/bin/.$(ARCHSTR)/mtest $(PREFIX)/bin/megatest $(PREFIX)/bin/.$(ARCHSTR)/dboard $(PREFIX)/bin/dashboard $(HELPERS) $(PREFIX)/bin/nbfake \ |
︙ |
Added utils/loadrunner version [3fad28f85d].
|