]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Scripts/RunMakefile.py
BaseTools: add script to configure local git options
[mirror_edk2.git] / BaseTools / Scripts / RunMakefile.py
index 48bc198c7671ec940c1f19062a07029edde00345..0e0a0114f9c7f6c4e0302679e4d74eea5f2be4cd 100644 (file)
@@ -2,13 +2,7 @@
 # Run a makefile as part of a PREBUILD or POSTBUILD action.\r
 #\r
 # Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 \r
 '''\r
@@ -149,7 +143,7 @@ if __name__ == '__main__':
     for Item in gArgs.Define:\r
       if '=' not in Item[0]:\r
         continue\r
-      Item = Item[0].split('=',1)\r
+      Item = Item[0].split('=', 1)\r
       CommandLine.append('%s="%s"' % (Item[0], Item[1]))\r
   CommandLine.append('EXTRA_FLAGS="%s"' % (gArgs.Remaining))\r
   CommandLine.append(gArgs.BuildType)\r