[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: dynamically building (temp) include file - how to delete on exit?
From: |
gnu_make0 |
Subject: |
Re: dynamically building (temp) include file - how to delete on exit? |
Date: |
Sun, 17 Jun 2012 13:10:08 -0500 |
On Sat 6/16/12 23:05 +0200 Basile Starynkevitch wrote:
> Perhaps .INTERMEDIATE file and
> http://www.gnu.org/software/make/manual/html_node/Chained-Rules.html#Chained-Rules
>
> could be useful.
Thanks.
Would that position one to set the macros for the
entire makefile (my goal), or would the intermediate file be used
repeatedly to set shell vars for each recipe? Could the intermediate file
be used as a make include file, and would it get deleted after make
exited?
--
Tom
Re: dynamically building (temp) include file - how to delete on exit?, Basile Starynkevitch, 2012/06/16
- Re: dynamically building (temp) include file - how to delete on exit?,
gnu_make0 <=