Overview
| Comment: | No longer appends ';end;' to the end of the file. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
5cd1f5b9fe1571e73a005e0076fe84e9 |
| User & Date: | geraint@users.sourceforge.net on 2004-09-07 20:37:48.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2004-09-07
| ||
| 20:38:44 | Applies CRs before creating sese.make to avoid Circular dependencies. check-in: 2a7f044b8c user: geraint@users.sourceforge.net tags: origin/master, trunk | |
| 20:37:48 | No longer appends ';end;' to the end of the file. check-in: 5cd1f5b9fe user: geraint@users.sourceforge.net tags: origin/master, trunk | |
| 20:36:32 | Renamed ese_r2make.pl -> ese_txt2make.pl check-in: 202e9ae482 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/apply_crs
from [fe36e405ae]
to [60be95a20f].
| ︙ | ︙ | |||
9 10 11 12 13 14 15 |
crs="$crs $cr"
fi
done
# should be reading the output from ese_r2make
# on standard input
${MTT_LIB}/cr/perl/apply_cr.pl ${crs}
| | | 9 10 11 12 13 14 15 16 |
crs="$crs $cr"
fi
done
# should be reading the output from ese_r2make
# on standard input
${MTT_LIB}/cr/perl/apply_cr.pl ${crs}
|