Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (8ff2ed624c9d103f108e490a6c05977b95174ef7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Sukneet Basuta <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (8ff2ed624c9d103f108e490a6c05977b95174ef7)
  • Date: Fri, 21 Sep 2012 19:18:17 -0500

GIT changes to master grimoire by Sukneet Basuta <sukneet AT sourcemage.org>:

devel/gdb/HISTORY | 4 ++++
devel/gdb/INSTALL | 1 +
2 files changed, 5 insertions(+)

New commits:
commit 8ff2ed624c9d103f108e490a6c05977b95174ef7
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

gdb: Use make -C gdb install to install, so it does not install files
that conflict with bintuils
Added INSTALL

diff --git a/devel/gdb/HISTORY b/devel/gdb/HISTORY
index f0ff9f5..16f7849 100644
--- a/devel/gdb/HISTORY
+++ b/devel/gdb/HISTORY
@@ -1,3 +1,7 @@
+2012-09-21 Sukneet Basuta <sukneet AT sourcemage.org>
+ * INSTALL: added. Use make -C gdb install to install,
+ so it does not install files that conflict with bintuils
+
2012-08-20 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 7.5
* INSTALL: removed
diff --git a/devel/gdb/INSTALL b/devel/gdb/INSTALL
new file mode 100755
index 0000000..08f2db3
--- /dev/null
+++ b/devel/gdb/INSTALL
@@ -0,0 +1 @@
+make -C gdb install



  • [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (8ff2ed624c9d103f108e490a6c05977b95174ef7), Sukneet Basuta, 09/21/2012

Archive powered by MHonArc 2.6.24.

Top of Page