[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Modify $PATH for all subdirectories
From: |
Dave Hart |
Subject: |
Re: Modify $PATH for all subdirectories |
Date: |
Thu, 7 Apr 2011 13:28:33 +0000 |
On Wed, Apr 6, 2011 at 20:45 UTC, Too, Justin A. <address@hidden> wrote:
> Or is there a better way to accomplish this?
Instead of changing $PATH, you could refer to the executable relative
to $(top_builddir) in your check-local targets:
check-local: check-something
check-something:
$(top_builddir)/scripts/test/install/bin/something --or --other
That may be more straightforward than portably modifying the
environment for submakes.
Cheers,
Dave Hart