help-make
[Top][All Lists]
Advanced

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

Re: supporting multiple independent checkouts of a project


From: Nick Patavalis
Subject: Re: supporting multiple independent checkouts of a project
Date: Sun, 12 Feb 2006 14:58:25 +0200
User-agent: Mutt/1.5.9i

On Sun, Feb 12, 2006 at 07:31:25AM -0500, Robert P. J. Day wrote:
>
>   in addition, the project had a directory of .mk files that were
> being "include"d from other makefiles.  in order to be able to pick
> these up, i created a project-specific alias "fredmake":
> 
>   $ alias fredmake="make -I${FRED_DIR}/mkfiles"
> 
> where that top-level mkfiles/ directory contained all of those utility
> makefiles.
> 

This is certainly a possibility. Another, not involving the creation
of an alias, would be to replace every instance of

  include bar/foo.mk 

with 

  include $(FRED_DIR)/bar/foo.mk

/npat

-- 
Life is too long to be an expert at harmful things, including such
evilness as C++ and perl.
  -- Erik Naggum




reply via email to

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