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

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

RE: [avr-gcc-list] Makefile Changes


From: Dave Hansen
Subject: RE: [avr-gcc-list] Makefile Changes
Date: Sun, 09 Jul 2006 17:53:52 -0400

From: "Sumeet Pal Singh" <address@hidden>

[...]
Can someone suggest some way(part of code of Makefile to change)  to make
avr-gcc to compile irrespective of whether the source file has been modified
on not. I am not good in shell scripting.


If I understand what you're asking for, all you should need to do is add the -B (or the --always-make) option to your make command line. For example, if you normally start make with

  make all

Just change that to

  make -B all

HTH,
  -=Dave






reply via email to

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