Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/package: avahi dmalloc libdaemon mpatrol netplug
@ 2006-12-13  9:04 aldot at uclibc.org
  2006-12-13  9:23 ` Erik Andersen
  0 siblings, 1 reply; 4+ messages in thread
From: aldot at uclibc.org @ 2006-12-13  9:04 UTC (permalink / raw)
  To: buildroot

Author: aldot
Date: 2006-12-13 01:04:58 -0800 (Wed, 13 Dec 2006)
New Revision: 16878

Log:
- andersee, please use ZCAT / BZCAT as configured by the user.
  (see buildroot/Config.in config BR2_ZCAT and BR2_BZCAT that are available as ZCAT and BZCAT). Thanks..


Modified:
   trunk/buildroot/package/avahi/avahi.mk
   trunk/buildroot/package/dmalloc/dmalloc.mk
   trunk/buildroot/package/libdaemon/libdaemon.mk
   trunk/buildroot/package/mpatrol/mpatrol.mk
   trunk/buildroot/package/netplug/netplug.mk


Changeset:
Modified: trunk/buildroot/package/avahi/avahi.mk
===================================================================
--- trunk/buildroot/package/avahi/avahi.mk	2006-12-13 08:55:55 UTC (rev 16877)
+++ trunk/buildroot/package/avahi/avahi.mk	2006-12-13 09:04:58 UTC (rev 16878)
@@ -14,7 +14,7 @@
 AVAHI_DIR:=$(BUILD_DIR)/avahi-$(AVAHI_VER)
 AVAHI_SITE:=http://www.avahi.org/download/
 AVAHI_SOURCE:=avahi-$(AVAHI_VER).tar.gz
-AVAHI_CAT:=zcat
+AVAHI_CAT:=$(ZCAT)
 
 $(DL_DIR)/$(AVAHI_SOURCE):
 	 $(WGET) -P $(DL_DIR) $(AVAHI_SITE)/$(AVAHI_SOURCE)

Modified: trunk/buildroot/package/dmalloc/dmalloc.mk
===================================================================
--- trunk/buildroot/package/dmalloc/dmalloc.mk	2006-12-13 08:55:55 UTC (rev 16877)
+++ trunk/buildroot/package/dmalloc/dmalloc.mk	2006-12-13 09:04:58 UTC (rev 16878)
@@ -7,7 +7,7 @@
 DMALLOC_SOURCE:=dmalloc-$(DMALLOC_VER).tgz
 DMALLOC_SITE:=http://dmalloc.com/releases
 DMALLOC_DIR:=$(BUILD_DIR)/dmalloc-$(DMALLOC_VER)
-DMALLOC_CAT:=zcat
+DMALLOC_CAT:=$(ZCAT)
 DMALLOC_BINARY:=dmalloc
 DMALLOC_TARGET_BINARY:=usr/bin/dmalloc
 

Modified: trunk/buildroot/package/libdaemon/libdaemon.mk
===================================================================
--- trunk/buildroot/package/libdaemon/libdaemon.mk	2006-12-13 08:55:55 UTC (rev 16877)
+++ trunk/buildroot/package/libdaemon/libdaemon.mk	2006-12-13 09:04:58 UTC (rev 16878)
@@ -15,7 +15,7 @@
 LIBDAEMON_DIR:=$(BUILD_DIR)/libdaemon-$(LIBDAEMON_VER)
 LIBDAEMON_SITE:=http://0pointer.de/lennart/projects/libdaemon/
 LIBDAEMON_SOURCE:=libdaemon-$(LIBDAEMON_VER).tar.gz
-LIBDAEMON_CAT:=zcat
+LIBDAEMON_CAT:=$(ZCAT)
 
 $(DL_DIR)/$(LIBDAEMON_SOURCE):
 	 $(WGET) -P $(DL_DIR) $(LIBDAEMON_SITE)/$(LIBDAEMON_SOURCE)

Modified: trunk/buildroot/package/mpatrol/mpatrol.mk
===================================================================
--- trunk/buildroot/package/mpatrol/mpatrol.mk	2006-12-13 08:55:55 UTC (rev 16877)
+++ trunk/buildroot/package/mpatrol/mpatrol.mk	2006-12-13 09:04:58 UTC (rev 16878)
@@ -7,7 +7,7 @@
 MPATROL_SOURCE:=mpatrol_$(MPATROL_VER).tar.gz
 MPATROL_SITE:=http://www.cbmamiga.demon.co.uk/mpatrol/files
 MPATROL_DIR:=$(BUILD_DIR)/mpatrol
-MPATROL_CAT:=zcat
+MPATROL_CAT:=$(ZCAT)
 MPATROL_BINARY:=mleak
 MPATROL_BUILD_DIR:=$(MPATROL_DIR)/build/unix
 MPATROL_TARGET_BINARY:=usr/bin/mleak

Modified: trunk/buildroot/package/netplug/netplug.mk
===================================================================
--- trunk/buildroot/package/netplug/netplug.mk	2006-12-13 08:55:55 UTC (rev 16877)
+++ trunk/buildroot/package/netplug/netplug.mk	2006-12-13 09:04:58 UTC (rev 16878)
@@ -7,7 +7,7 @@
 NETPLUG_SOURCE=netplug-$(NETPLUG_VER).tar.bz2
 NETPLUG_SITE=http://www.red-bean.com/~bos/netplug
 NETPLUG_DIR=$(BUILD_DIR)/netplug-$(NETPLUG_VER)
-NETPLUG_CAT:=bzcat
+NETPLUG_CAT:=$(BZCAT)
 NETPLUG_BINARY:=netplugd
 NETPLUG_TARGET_BINARY:=sbin/netplugd
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package: avahi dmalloc libdaemon mpatrol netplug
  2006-12-13  9:04 [Buildroot] svn commit: trunk/buildroot/package: avahi dmalloc libdaemon mpatrol netplug aldot at uclibc.org
@ 2006-12-13  9:23 ` Erik Andersen
  2006-12-13 10:17   ` Bernhard Fischer
  0 siblings, 1 reply; 4+ messages in thread
From: Erik Andersen @ 2006-12-13  9:23 UTC (permalink / raw)
  To: buildroot

On Wed Dec 13, 2006 at 01:04:59AM -0800, aldot at uclibc.org wrote:
> Author: aldot
> Date: 2006-12-13 01:04:58 -0800 (Wed, 13 Dec 2006)
> New Revision: 16878
>
> Log:
> - andersee, please use ZCAT / BZCAT as configured by the user.
> (see buildroot/Config.in config BR2_ZCAT and BR2_BZCAT that are
> available as ZCAT and BZCAT). Thanks..

sorry about that -- I forgot that change.

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package: avahi dmalloc libdaemon mpatrol netplug
  2006-12-13  9:23 ` Erik Andersen
@ 2006-12-13 10:17   ` Bernhard Fischer
  2006-12-13 12:15     ` Erik Andersen
  0 siblings, 1 reply; 4+ messages in thread
From: Bernhard Fischer @ 2006-12-13 10:17 UTC (permalink / raw)
  To: buildroot

On Wed, Dec 13, 2006 at 02:23:20AM -0700, Erik Andersen wrote:
>On Wed Dec 13, 2006 at 01:04:59AM -0800, aldot at uclibc.org wrote:
>> Author: aldot
>> Date: 2006-12-13 01:04:58 -0800 (Wed, 13 Dec 2006)
>> New Revision: 16878
>>
>> Log:
>> - andersee, please use ZCAT / BZCAT as configured by the user.
>> (see buildroot/Config.in config BR2_ZCAT and BR2_BZCAT that are
>> available as ZCAT and BZCAT). Thanks..
>
>sorry about that -- I forgot that change.

np.

btw.. from the looks, i'll need to build the initial binutils with
sysroot support to be able to build a libgmp to be used for the DIR2
gcc (for 4.2 fortran that i want to play with) and 4.3. Mind if i
make this change or should this be done differently?

PS: There is a usability-bug, from a user's perspective with current
binutils (from HJ) in that --with-build-sysroot is not translated to
e.g. ld's --with-sysroot, so even if we specify --with-build-sysroot, ld
is getting built without sysroot support. I'll bypass this (in
buildroot) if the change above is ok ith everyone.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package: avahi dmalloc libdaemon mpatrol netplug
  2006-12-13 10:17   ` Bernhard Fischer
@ 2006-12-13 12:15     ` Erik Andersen
  0 siblings, 0 replies; 4+ messages in thread
From: Erik Andersen @ 2006-12-13 12:15 UTC (permalink / raw)
  To: buildroot

On Wed Dec 13, 2006 at 11:17:00AM +0100, Bernhard Fischer wrote:
> btw.. from the looks, i'll need to build the initial binutils with
> sysroot support to be able to build a libgmp to be used for the DIR2
> gcc (for 4.2 fortran that i want to play with) and 4.3. Mind if i
> make this change or should this be done differently?

Can't see why that would be a problem.

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-12-13 12:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-13  9:04 [Buildroot] svn commit: trunk/buildroot/package: avahi dmalloc libdaemon mpatrol netplug aldot at uclibc.org
2006-12-13  9:23 ` Erik Andersen
2006-12-13 10:17   ` Bernhard Fischer
2006-12-13 12:15     ` Erik Andersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox