avr-gcc-list
[Top][All Lists]
Advanced

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

RE: [avr-gcc-list] unknown Make %. behavior


From: Artur Lipowski
Subject: RE: [avr-gcc-list] unknown Make %. behavior
Date: Mon, 13 Jan 2003 09:26:52 +0100

...
> The OBJ variable contains the .0 files that make up the project. The odd
> thing is that after the compile/link is done the .o's get
> removed! There is
> no rule in the makefile to do that. If I change the lines above to this:
This is standard behavior of GNU make. It "knows" that *.o files are only
_intermediate_.
I sometimes use Makefile in which *.elf is also removed automatically - only
bin file(s) are produced.
You can modify this make behaviour, see:
http://www.delorie.com/gnu/docs/make/make_94.html

Regards,
--
Artur Lipowski>

avr-gcc-list at http://avr1.org



reply via email to

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