mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 21:33:08 +00:00
docs: adding naming conventions for crosstool-NG
This commit is contained in:
parent
2fea2229c9
commit
cbbe785842
@ -11,6 +11,7 @@ _________________/
|
||||
|
||||
Introduction
|
||||
History
|
||||
Referring to crosstool-NG
|
||||
Installing crosstool-NG
|
||||
Install method
|
||||
The hacker's way
|
||||
@ -117,6 +118,41 @@ and as a wink at the TV series "Star Trek: The Next Generation" ;-) ) and
|
||||
made it available to the community, in case it was of interest to any one.
|
||||
|
||||
|
||||
_____________________________
|
||||
/
|
||||
Referring to crosstool-NG /
|
||||
__________________________/
|
||||
|
||||
|
||||
The long name of the project is crosstool-NG:
|
||||
* no leading uppercase (except as first word in a sentence)
|
||||
* crosstool and NG separated with a hyphen (dash)
|
||||
* NG in uppercase
|
||||
|
||||
Crosstool-NG can also be referred to by its short name CT-NG:
|
||||
* all in uppercase
|
||||
* CT and NG separated with a hyphen (dash)
|
||||
|
||||
The long name is preferred over the short name, except in mail subjects, where
|
||||
the short name is a better fit.
|
||||
|
||||
When referring to a specific version of crosstool-NG, append the version number
|
||||
either as:
|
||||
* crosstool-NG X.Y.Z
|
||||
- the long name, a space, and the version string
|
||||
* crosstool-ng-X.Y.Z
|
||||
- the long name in lowercase, a hyphen (dash), and the version string
|
||||
- this is used to name the release tarballs
|
||||
* crosstool-ng-X.Y.Z+hg_id
|
||||
- the long name in lowercase, a hyphen, the version string, and the Hg id
|
||||
(as returned by: ct-ng version)
|
||||
- this is used to differentiate between releases and snapshots
|
||||
|
||||
The frontend to crosstool-NG is the command ct-ng:
|
||||
* all in lowercase
|
||||
* ct and ng separated by a hyphen (dash)
|
||||
|
||||
|
||||
___________________________
|
||||
/
|
||||
Installing crosstool-NG /
|
||||
|
Loading…
Reference in New Issue
Block a user