bug-make
[Top][All Lists]
Advanced

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

Re: Content tracking mode for make


From: Raman Gopalan
Subject: Re: Content tracking mode for make
Date: Tue, 14 Feb 2012 15:05:02 +0530

Hello Daniel,

>output.h : source.file
>       codegen -o output.h-tmp source.file

The code gen being used is a graphical program which cannot be
configured through the terminal.

>       diff output.h output.h-tmp >/dev/null || mv output.h-tmp output.h
>       rm -f output.h-tmp

Is there a way to avoid redundancy of the source base and
make it a bit more robust?

Best,
Raman

reply via email to

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