]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #22326 - semarie:compat-cp, r=alexcrichton
authorManish Goregaokar <manishsmail@gmail.com>
Mon, 16 Feb 2015 06:00:03 +0000 (11:30 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Tue, 17 Feb 2015 00:53:40 +0000 (06:23 +0530)
 `cp -a` is a GNU extension. Use an alternate combinaison of POSIX options
(`-PRp`) that do nearly the same.

The difference is `-a` will preserve context, links and xattr attributes,
whereas `-p` not. But as we use it only for copy a file, there is no
difference in the current context.

1  2 
mk/docs.mk

diff --cc mk/docs.mk
Simple merge