New commits:
commit f710d794efb665b8ec0c4c93a4d1819ce1cf2022
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
smgl-setup: mention g++ to avoid #14544
diff --git a/smgl/smgl-setup/DETAILS b/smgl/smgl-setup/DETAILS
index dbfad40..c62af44 100755
--- a/smgl/smgl-setup/DETAILS
+++ b/smgl/smgl-setup/DETAILS
@@ -1,5 +1,5 @@
SPELL=smgl-setup
- VERSION=0.1
+ VERSION=0.2
SOURCE_IGNORE=unversioned
LICENSE=GPL
WEB_SITE=http://www.sourcemage.org/
diff --git a/smgl/smgl-setup/HISTORY b/smgl/smgl-setup/HISTORY
index 56c4518..fc8af18 100644
--- a/smgl/smgl-setup/HISTORY
+++ b/smgl/smgl-setup/HISTORY
@@ -1,3 +1,7 @@
+2009-02-22 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * smgl-setup.7: mention g++ to avoid #14544
+ * DETAILS: 0.2
+
2008-12-20 Justin Boffemmyer <flux AT sourcemage.org>
* DEPENDS: requires man to be installed (it is a manpage after all)
diff --git a/smgl/smgl-setup/files/smgl-setup.7
b/smgl/smgl-setup/files/smgl-setup.7
index 2581970..f22ec60 100644
--- a/smgl/smgl-setup/files/smgl-setup.7
+++ b/smgl/smgl-setup/files/smgl-setup.7
@@ -194,9 +194,9 @@ Optionally, you can first rebuild the toolchain before
rebuilding the whole syst
.BR sorcery (8)
when it recompiles the rest of the system. You can rebuild the toolchain by
running:
.IP
-.B cast -c binutils gcc gettext glibc
+.B cast -c binutils gcc g++ gettext glibc
.PP
-After it's done, you can rebuild the system as indicated above.
+After it's done, you can rebuild the system as indicated above. You can skip
g++ if you don't have it installed.
.SH BEYOND A BASE INSTALL
[SM-Commit] GIT changes to master grimoire by Jaka Kranjc (f710d794efb665b8ec0c4c93a4d1819ce1cf2022),
Jaka Kranjc, 02/22/2009