From: jwang36 Date: Wed, 12 Mar 2008 09:16:42 +0000 (+0000) Subject: Removed "-u" option of 'CP' command because Mac doesn't support it X-Git-Url: http://git.etherboot.org/people/mcb30/basetools.git/commitdiff_plain/40e299d6fa90751fc0bbc524e8d7932bdcc1e829 Removed "-u" option of 'CP' command because Mac doesn't support it git-svn-id: https://buildtools.tianocore.org/svn/buildtools/trunk/BaseTools@1059 7335b38e-4728-0410-8992-fb3ffe349368 --- diff --git a/Source/Python/AutoGen/GenMake.py b/Source/Python/AutoGen/GenMake.py index 713c0ae..4a21df8 100755 --- a/Source/Python/AutoGen/GenMake.py +++ b/Source/Python/AutoGen/GenMake.py @@ -111,7 +111,7 @@ gShellCommand = { }, "gmake" : { - "CP" : "cp -u -f", + "CP" : "cp -f", "MV" : "mv -f", "RM" : "rm -f", "MD" : "mkdir -p",