[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: makefile question: always recompile a file
From: |
Rainer Weikusat |
Subject: |
Re: makefile question: always recompile a file |
Date: |
Thu, 27 Aug 2009 12:46:37 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) |
Jim <james.ro123@yahoo.com> writes:
> I'm using a make program similar to gnu make. I'd like to always
> recompile a file whenever ANY file is compiled (or assembled).
> Preferably (but not absolutely necessary), I'd like the file to
> recompile if the linker runs as well, but this sounds really tough.
This is actually really simple: Use a wrapper-script which recompiles
the file and then invokes either the compiler or the linker. Should
you be using gcc, one script should be sufficient.
- makefile question: always recompile a file, Jim, 2009/08/26
- Re: makefile question: always recompile a file, Chris McDonald, 2009/08/26
- Re: makefile question: always recompile a file, Eric Sosman, 2009/08/26
- Re: makefile question: always recompile a file, Gordon Burditt, 2009/08/26
- Re: makefile question: always recompile a file, André Gillibert, 2009/08/26
- Re: makefile question: always recompile a file, Ahem A Rivet's Shot, 2009/08/26
- Re: makefile question: always recompile a file,
Rainer Weikusat <=
- Re: makefile question: always recompile a file, Scott Lurndal, 2009/08/28
- Re: makefile question: always recompile a file, Jim, 2009/08/28