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--

-- 
| I believe the moment is at hand when, by a paranoiac and active |
|  advance of the mind, it will be possible (simultaneously with  |
|  automatism and other passive states) to systematize confusion  |
|  and thus to help to discredit completely the world of reality. |

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

Reply via email to