On Sat, 16 Jun 2012 09:49:12 -0500
gnu_ma...@trodman.com wrote:

> Pls consider:
> 
>   TMPF=$(shell tmpf=$$(mktemp /tmp/ddefs.XXXXXXXXX);build-ddefs.sh > 
> $$tmpf;echo $$tmpf)
>   include $(TMPF)
>     # defines several make macros


Perhaps .INTERMEDIATE file and
http://www.gnu.org/software/make/manual/html_node/Chained-Rules.html#Chained-Rules

could be useful.

Cheers
-- 
Basile STARYNKEVITCH         http://starynkevitch.net/Basile/
email: basile<at>starynkevitch<dot>net mobile: +33 6 8501 2359
8, rue de la Faiencerie, 92340 Bourg La Reine, France
*** opinions {are only mine, sont seulement les miennes} ***

_______________________________________________
Help-make mailing list
Help-make@gnu.org
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to