This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: GCC vs. `make' on Solaris


On May 11, 2001, Mark Mitchell <mark@codesourcery.com> wrote:

> This is interesting behavior.  I assume it's mandated by POSIX?

Dunno.

> Anyhow, is there a place in the GNU make manual where this is
> explained?

No idea. :-)

> Anyhow, I'm convinced: I'll do the $(TOUCH) thing.

Please don't use $(TOUCH), since if we use `echo timestamp >' or `date
>', we're going to do something other than just touching
the file.  $(CLOBBER) or $(STAMP) come to mind as a better
alternative.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]