Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Build-CC 0.12 |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | 0.12 |
| Files: | files | file ages | folders |
| SHA1: |
e451592ac8f51857f058c18e9d336fde |
| User & Date: | rkeene 2016-01-27 04:00:02 |
Context
|
2016-12-21
| ||
| 19:53 | Added support for SHA256 checksums check-in: 8e05e7b5e2 user: rkeene tags: trunk | |
|
2016-11-09
| ||
| 23:40 | Added start of powerpc support from stage1 Leaf check-in: cda986483e user: rkeene tags: add-powerpc | |
|
2016-01-27
| ||
| 04:00 | Build-CC 0.12 check-in: e451592ac8 user: rkeene tags: trunk, 0.12 | |
| 03:57 | Added support for using a helper application to download files check-in: 94769f000a user: rkeene tags: trunk | |
Changes
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.12"
# 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
|
| ︙ | ︙ |