Overview
Comment: | MAKE=make |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e9dd4571d49d237496f88e1dfc2966b9 |
User & Date: | gawthrop@users.sourceforge.net on 1998-01-16 08:55:01 |
Other Links: | branch diff | manifest | tags |
Context
1998-01-16
| ||
14:56:59 |
Argument now correctely recognised as a string beginning with - (rather than containing -) check-in: e7e06d7c0f user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
08:55:01 | MAKE=make check-in: e9dd4571d4 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
08:36:01 |
Changed documentation from [1] [2] to [in] [out]. Expanded documentation check-in: d07892d86b user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mttrc from [6c3e039a24] to [e46fb046c2].
︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ # Revision 1.3 1998/01/06 09:11:26 peterg # Removed matlab from the setup # # Revision 1.2 1997/12/04 10:49:16 peterg # Put under RCS at last # Added CC variable # ############################################################### #Edit the following line to show the location of mtt MTTPATH=~/mtt_new/mtt # The following line sets up the make to use -- gmake is the standard # but you may wish to use lsmake for parallelism | > > > | | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.4 1998/01/06 09:14:51 peterg ## Added latex2html to setup ## # Revision 1.3 1998/01/06 09:11:26 peterg # Removed matlab from the setup # # Revision 1.2 1997/12/04 10:49:16 peterg # Put under RCS at last # Added CC variable # ############################################################### #Edit the following line to show the location of mtt MTTPATH=~/mtt_new/mtt # The following line sets up the make to use -- gmake is the standard # but you may wish to use lsmake for parallelism MAKE='make' export MAKE # The following sets up the c compiler CC='gcc' export CC # Setup the paths |
︙ | ︙ |