Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (77cad58ecdfd77baf69ee933c24615e4bc36ded9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (77cad58ecdfd77baf69ee933c24615e4bc36ded9)
  • Date: Thu, 25 Jan 2007 04:20:20 -0600

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

crypto/putty/BUILD | 6 +-----
crypto/putty/HISTORY | 2 ++
crypto/putty/INSTALL | 1 -
3 files changed, 3 insertions(+), 6 deletions(-)

New commits:
commit 77cad58ecdfd77baf69ee933c24615e4bc36ded9
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

putty: converted to use default_build

diff --git a/crypto/putty/BUILD b/crypto/putty/BUILD
index afff4d0..0ebaea7 100755
--- a/crypto/putty/BUILD
+++ b/crypto/putty/BUILD
@@ -1,7 +1,3 @@
cd unix &&

-sedit "s:/usr/local:/usr:" Makefile.gtk &&
-sedit "s:(prefix)/man:(prefix)/share/man:" Makefile.gtk &&
-sedit "s:-O2 -Wall -Werror -g:$CFLAGS:" Makefile.gtk &&
-
-make -f Makefile.gtk
+default_build
diff --git a/crypto/putty/HISTORY b/crypto/putty/HISTORY
index 770de13..d0496c2 100644
--- a/crypto/putty/HISTORY
+++ b/crypto/putty/HISTORY
@@ -1,5 +1,7 @@
2007-01-25 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.59
+ * BUILD: converted to default_build
+ * INSTALL: removed

2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
diff --git a/crypto/putty/INSTALL b/crypto/putty/INSTALL
deleted file mode 100755
index 908ced4..0000000
--- a/crypto/putty/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-make -f Makefile.gtk install



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (77cad58ecdfd77baf69ee933c24615e4bc36ded9), Ladislav Hagara, 01/25/2007

Archive powered by MHonArc 2.6.24.

Top of Page