Alex Romosan wrote:
> 
> Julian Foad <[EMAIL PROTECTED]> writes:
> 
> > Doesn't everyone have the same problem that I have: that after
> > re-building plib and/or SimGear, even after a one-file change, the
> > "make install" copies all of the header files to the install
> > directory, putting the current date stamp on them, even though they
> > have not changed. This causes almost every file in FlightGear to be
> > re-compiled.
> >
> 
> how about:
> 
>   make INSTALL='install -pc' install
> 
> from the install man page:
> 
>         -p, --preserve-timestamps
>               apply access/modification times of SOURCE files  to
>               corresponding destination files
> 
> this works for me.
> 
> --alex--


Excellent!  That's the sort of thing I was hoping for.  I don't know how I missed that 
when I read the "install" manual.

- Julian

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to