Overview
Comment: | install mtt with correct name in /usr/bin |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
ec13176e307d50698c38b719f2840d24 |
User & Date: | geraint@users.sourceforge.net on 2002-04-28 00:14:15 |
Other Links: | branch diff | manifest | tags |
Context
2002-04-28
| ||
00:43:28 | back to "cp -a" for bin, cc and lib. Need to copy the contents also! check-in: c999c510dc user: geraint@users.sourceforge.net tags: origin/master, trunk | |
00:14:15 | install mtt with correct name in /usr/bin check-in: ec13176e30 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2002-04-27
| ||
21:50:32 |
Added build-doc target. Separated cc/parse_m2cc.cc from rest of install - not binary independent. check-in: fbf2734230 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/Makefile from [cd92c40885] to [52c63b2ac0].
︙ | ︙ | |||
53 54 55 56 57 58 59 | distclean: clean clean-cc clean-conf clean-doc @-rm -f build-stamp configure-stamp config.log mtt.sh install: build clean.sh clean-conf.sh @install -d $(INSTDIR) $(CONFDIR) $(PROGDIR) @install -d $(INSTDIR)/bin $(INSTDIR)/cc $(INSTDIR)/lib @install bin/mttrc $(CONFDIR)/mtt.conf | | > | 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | distclean: clean clean-cc clean-conf clean-doc @-rm -f build-stamp configure-stamp config.log mtt.sh install: build clean.sh clean-conf.sh @install -d $(INSTDIR) $(CONFDIR) $(PROGDIR) @install -d $(INSTDIR)/bin $(INSTDIR)/cc $(INSTDIR)/lib @install bin/mttrc $(CONFDIR)/mtt.conf @install mtt.sh $(PROGDIR)/mtt @install bin/xmtt $(PROGDIR) install-cc: build-cc clean-cc.sh @install -d $(INSTDIR)/bin/trans @install cc/parse_m2cc.exe $(INSTDIR)/bin/trans install-doc: build-doc clean-doc.sh @install -d $(DOCDIR) $(INFODIR) |
︙ | ︙ |