Michael Forney 1d28fbd6cf mv, cp: Preserve nanosecond timestamps
Otherwise, we run into problems in a typical autoconf-based build
system:

  - config.status is created at some point between two seconds.
  - config.status is run, generating Makefile by first writing to a file
    in /tmp, and then mv-ing it to Makefile.
  - If this mv happens before the beginning of the next second, Makefile
    will be created with the same tv_sec as config.status, but with
    tv_nsec = 0.
  - When make runs, it sees that Makefile is older than config.status,
    and re-runs config.status to generate Makefile.
2015-05-16 13:34:00 +01:00
..
2015-05-16 13:34:00 +01:00
2015-05-16 13:34:00 +01:00
2015-02-11 01:17:21 +00:00
2015-04-05 09:13:56 +01:00
2014-11-17 16:48:34 +00:00
2014-11-17 16:48:34 +00:00
2015-04-20 18:04:08 +01:00
2014-11-17 16:48:34 +00:00
2015-04-20 18:04:08 +01:00
2014-11-17 16:48:34 +00:00
2015-03-10 22:19:19 +01:00
2015-04-20 11:12:40 +01:00
2015-04-20 11:12:40 +01:00
2014-11-17 16:48:34 +00:00
2014-11-17 16:48:34 +00:00
2014-11-17 16:48:34 +00:00
2014-11-21 00:03:30 +00:00
2015-03-17 11:24:49 +01:00
2015-03-17 11:24:49 +01:00
2015-01-25 17:48:11 +00:00