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


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to