[Top][All Lists]
[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
- RE: [avr-gcc-list] unknown Make %. behavior, (continued)
- RE: [avr-gcc-list] unknown Make %. behavior, E. Weddington, 2003/01/18
- RE: [avr-gcc-list] unknown Make %. behavior, Dean Ferreyra, 2003/01/18
- RE: [avr-gcc-list] unknown Make %. behavior, E. Weddington, 2003/01/18
- Re: [avr-gcc-list] unknown Make %. behavior, Sander Pool, 2003/01/18
- Re: [avr-gcc-list] unknown Make %. behavior, E. Weddington, 2003/01/18
- Re: [avr-gcc-list] unknown Make %. behavior, Sander Pool, 2003/01/18
- Re: [avr-gcc-list] unknown Make %. behavior, E. Weddington, 2003/01/18
- [avr-gcc-list] uisp and new STK500 firmware?, Yann Ramin, 2003/01/18
- Re: [avr-gcc-list] uisp and new STK500 firmware?, Klaus Rudolph, 2003/01/18
- Re: [avr-gcc-list] uisp and new STK500 firmware?, Yann Ramin, 2003/01/18
RE: [avr-gcc-list] unknown Make %. behavior,
Artur Lipowski <=