]> code.ossystems Code Review - openembedded-core.git/commit
scripts/cp-noerror: Try and use hardlinks if possible
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Oct 2012 12:36:53 +0000 (13:36 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Oct 2012 11:03:28 +0000 (12:03 +0100)
commit8c5544c2311b080bb212efb7f6b804db63e125f5
tree4ede45ec928d2cfb417187a30ee9aa699988566a
parent08542718504d2b53d140a9e6be73c84cc0e047e0
scripts/cp-noerror: Try and use hardlinks if possible

Since we generally have lots of copies of the directories created using this tool, use
hardlinks where possible. This should save a little disk space and improve performance
slightly.

(From OE-Core rev: bfa11c028c2da093f7b4e6b7b1d611da90ae052f)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/cp-noerror