diff options
author | Tuncer Ayaz <[email protected]> | 2010-09-12 16:53:14 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-09-15 13:52:33 +0200 |
commit | c9a40f46a37bd0891779d9204244a86ffb34a683 (patch) | |
tree | 90fadc9fdbbf5a27031c868e8691588b1a7b9c1b /otp_build | |
parent | eec38e09b9619fdd56ff4e253bc103321288cc22 (diff) | |
download | otp-c9a40f46a37bd0891779d9204244a86ffb34a683.tar.gz otp-c9a40f46a37bd0891779d9204244a86ffb34a683.tar.bz2 otp-c9a40f46a37bd0891779d9204244a86ffb34a683.zip |
Clean up bootstrap targets and documentation
Remove cleartool invocation and adapt docs to reflect git transition.
Diffstat (limited to 'otp_build')
-rwxr-xr-x | otp_build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1178,7 +1178,7 @@ case "$1" in esac ;; primary) echo "Primary bootstrap is under version control since R13"; - echo "Use {prepare,update,commit}_primary if you really are"; + echo "Use update_primary if you really are"; echo "updating the primary bootstrap...";; boot) do_boot;; |