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
_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to