Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.30 grimoire by Jaka Kranjc (eae8727847e6918e990fc26fb9bb86b36266883e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.30 grimoire by Jaka Kranjc (eae8727847e6918e990fc26fb9bb86b36266883e)
  • Date: Sun, 22 Feb 2009 09:39:30 -0600

GIT changes to stable-0.30 grimoire by Jaka Kranjc
<lynxlynxlynx AT sourcemage.org>:

smgl/smgl-setup/DETAILS | 2 +-
smgl/smgl-setup/HISTORY | 4 ++++
smgl/smgl-setup/files/smgl-setup.7 | 4 ++--
3 files changed, 7 insertions(+), 3 deletions(-)

New commits:
commit eae8727847e6918e990fc26fb9bb86b36266883e
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

smgl-setup: mention g++ to avoid #14544
(cherry picked from commit f710d794efb665b8ec0c4c93a4d1819ce1cf2022)

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 stable-0.30 grimoire by Jaka Kranjc (eae8727847e6918e990fc26fb9bb86b36266883e), Jaka Kranjc, 02/22/2009

Archive powered by MHonArc 2.6.24.

Top of Page