bug-gnulib
[Top][All Lists]
Advanced

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

Re: uninstalling relocation wrappers


From: Ralf Wildenhues
Subject: Re: uninstalling relocation wrappers
Date: Mon, 14 Jun 2010 20:47:13 +0200
User-agent: Mutt/1.5.20 (2010-04-22)

Hi Ben,

* Ben Pfaff wrote on Mon, Jun 14, 2010 at 06:36:17PM CEST:
> Here is another approach that I had not thought of before.
> What if we added the following to
> modules/relocatable-prog-wrapper:

>           *) cd $(top_builddir) && \
>              $(MAKE) $(AM_MAKEFLAGS) EXEEXT=.bin$(EXEEXT) \
>                      AM_MAKEFLAGS='$(AM_MAKEFLAGS) EXEEXT=.bin$(EXEEXT)' \
>                      uninstall ;; \

> I haven't tested it yet, and I'm a little worried about whether
> this is unwarranted abuse of AM_MAKEFLAGS.

No, this is actually a very good use of AM_MAKEFLAGS to avoid the make
recursion issue with variable overrides.  Sorry I didn't mention it last
time, I keep forgetting about it.

Cheers,
Ralf




reply via email to

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