Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Build-CC 0.15 |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | 0.15 |
| Files: | files | file ages | folders |
| SHA1: |
5f05979d8f7e2b0d4048096e8b34ebe3 |
| User & Date: | rkeene 2018-02-19 06:44:14 |
Context
|
2018-02-19
| ||
| 16:02 | Make "setup-cc" more selective about what it considers available toolchains check-in: a97508d2ea user: rkeene tags: trunk | |
| 06:44 | Build-CC 0.15 check-in: 5f05979d8f user: rkeene tags: trunk, 0.15 | |
| 02:43 | Added AArch64 Linux generic (stage1) platform check-in: 6babeac4ee user: rkeene tags: trunk | |
Changes
Changes to HEADER.
1 2 3 4 5 6 7 8 9 |
@@UTIL@@ @@VERS@@
Release information:
pkg: @@UTIL@@ version @@VERS@@
web: http://build-cc.rkeene.org/
url: http://www.rkeene.org/devel/@@UTIL@@-@@VERS@@.tar.gz
date: @@DATE@@
--------------------------------------------------------------------------
| > | 1 2 3 4 5 6 7 8 9 10 |
@@UTIL@@ @@VERS@@
Release information:
pkg: @@UTIL@@ version @@VERS@@
web: http://build-cc.rkeene.org/
url: http://www.rkeene.org/devel/@@UTIL@@-@@VERS@@.tar.gz
url: http://build-cc.rkeene.org/uv/@@UTIL@@-@@VERS@@.tar.gz
date: @@DATE@@
--------------------------------------------------------------------------
|
Changes to build/makearch.info.
| ︙ | ︙ | |||
12 13 14 15 16 17 18 | # If set to "auto" it will be maintained in a file called .version # in the source directory and the revision will be incremented # each time a "makearch" is done. # # If @@SVNLCR@@ is used anywhere in this version number, it will be # replaced with the highest last-changed-rev from the output of # svn info -R (or 0) | | | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
# If set to "auto" it will be maintained in a file called .version
# in the source directory and the revision will be incremented
# each time a "makearch" is done.
#
# If @@SVNLCR@@ is used anywhere in this version number, it will be
# replaced with the highest last-changed-rev from the output of
# svn info -R (or 0)
VERS="0.15"
# Space sperated list of documents, if they exist, they will be
# prefixed with the contents of the DOC_HDR file and substitution
# will occur:
# @@UTIL@@ becomes the utility name ${UTIL}
# @@VERS@@ becomes the utility version
# @@DATE@@ becomes the current date
|
| ︙ | ︙ |