gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1671: move gc to external dep


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1671: move gc to external dep
Date: Wed, 23 Jan 2013 22:36:02 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1671
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Wed 2013-01-23 22:36:02 +0100
message:
  move gc to external dep
renamed:
  deps/gc/ => external/gc/
modified:
  external/gc/Makefile
=== renamed directory 'deps/gc' => 'external/gc'
=== modified file 'external/gc/Makefile'
--- a/deps/gc/Makefile  2012-08-25 22:15:17 +0000
+++ b/external/gc/Makefile      2013-01-23 21:36:02 +0000
@@ -1,13 +1,6 @@
 GARNAME = gc
 GARVERSION = 7.1
-
-MASTER_SITES = http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/
-
-DISTFILES = $(DISTNAME).tar.gz
-
 HOME_URL = http://www.hpl.hp.com/personal/Hans_Boehm/gc/
 DESCRIPTION =  Boehm-Demers-Weiser garbage collector for C and C++
-
-CONFIGURE_OPTS = --enable-threads=pthreads --enable-cplusplus
-
-include ../../gar.lib/auto.mk
+LIBFILES = gc
+include ../../gar.lib/external.mk


reply via email to

[Prev in Thread] Current Thread [Next in Thread]