mirror of https://github.com/acidanthera/audk.git
4693b325e8
Purdue Compiler Construction Tool Set (PCCTS) source code was copied/ pasted into BaseTools/Source/C/VfrCompile/Pccts/. The code contains tab characters instead of spaces. PatchCheck.py gives an error on modifications to files that contain tabs. The goal of my upcoming change there is not to mix tabs and spaces but to fix a bug while preserving its current formatting characters. This change adds that directory to the pre-existing list of directories in which tab checks are ignored in PatchCheck.py and also updates the check for makefiles to check for *.makefile: this allows {header,footer,app,lib}.makefile in BaseTools/Source/C/Makefiles to be detected and avoid having PatchCheck.py complain about tab characters. The check for "Makefile" is updated to be case-insensitive since there are some Makefiles named 'makefile' instead of 'Makefile'. Co-authored-by: Rebecca Cran <rebecca@bsdio.com> Cc: Bob Feng <bob.c.feng@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Sean Brogan <sean.brogan@microsoft.com> Cc: Yuwei Chen <yuwei.chen@intel.com> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Rebecca Cran <rebecca@bsdio.com> Reviewed-by: Oliver Smith-Denny <osd@smith-denny.com> |
||
---|---|---|
.. | ||
PackageDocumentTools | ||
BinToPcd.py | ||
ClangBase.lds | ||
ConvertFceToStructurePcd.py | ||
ConvertMasmToNasm.py | ||
ConvertUni.py | ||
DetectNotUsedItem.py | ||
FormatDosFiles.py | ||
GccBase.lds | ||
GetMaintainer.py | ||
GetUtcDateTime.py | ||
MemoryProfileSymbolGen.py | ||
PatchCheck.py | ||
RunMakefile.py | ||
RunMakefileSample.mak | ||
SetVisualStudio.bat | ||
SetupGit.py | ||
ShowEnvironment.bat | ||
SmiHandlerProfileSymbolGen.py | ||
UpdateBuildVersions.py | ||
efi_debugging.py | ||
efi_gdb.py | ||
efi_lldb.py |