[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: devel/common Makefile.common,1.36,1.37
- From: Adrian Reber <adrian lisas de>
- To: fedora-extras-list redhat com
- Subject: Re: devel/common Makefile.common,1.36,1.37
- Date: Mon, 16 Oct 2006 13:44:22 +0200
On Sun, Oct 15, 2006 at 03:00:32PM -0700, Jeremy Katz wrote:
> Index: Makefile.common
> ===================================================================
> RCS file: /cvs/extras/devel/common/Makefile.common,v
> retrieving revision 1.36
> retrieving revision 1.37
> diff -u -r1.36 -r1.37
> --- Makefile.common 12 Jun 2006 15:59:26 -0000 1.36
> +++ Makefile.common 15 Oct 2006 22:00:32 -0000 1.37
> @@ -88,7 +88,7 @@
> CURL ?= $(shell if test -f /usr/bin/curl ; then echo "curl -H Pragma: -O -R -S --fail --show-error" ; fi)
> WGET ?= $(shell if test -f /usr/bin/wget ; then echo "wget -nd -m" ; fi)
> CLIENT ?= $(if $(CURL),$(CURL),$(if $(WGET),$(WGET)))
> -PLAGUE_CLIENT ?= /usr/bin/plague-client
> +PLAGUE_CLIENT ?= $(which plague-client)
This breaks "make build" for me:
$ make build
build ibmonitor ibmonitor-1_4-1 devel
make: build: Command not found
make: *** [build] Error 127
If I use "PLAGUE_CLIENT=/usr/bin/plague-client make build" it still works.
Adrian
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]