Overview
Comment: | back to "cp -a" for bin, cc and lib. Need to copy the contents also! |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a88f8a719f5a2458294b0cd68936343b |
User & Date: | geraint@users.sourceforge.net on 2002-04-28 00:43:28 |
Other Links: | branch diff | manifest | tags |
Context
2002-04-28
| ||
00:49:45 | Oh, and it helps to get the syntax of cp correct too. check-in: c4071513d3 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
00:43:28 | back to "cp -a" for bin, cc and lib. Need to copy the contents also! check-in: a88f8a719f user: geraint@users.sourceforge.net tags: origin/master, trunk | |
00:14:15 | install mtt with correct name in /usr/bin check-in: 9a695edd53 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/Makefile from [52c63b2ac0] to [297ffc3b52].
︙ | |||
51 52 53 54 55 56 57 | 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | - + | @cd doc ; make -s clean 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) |
︙ |