Skip to content

Commit f8c6d76

Browse files
committed
some cleanup
Signed-off-by: Slice <sergey.slice@gmail.com>
1 parent 8f611a0 commit f8c6d76

File tree

3 files changed

+42
-129
lines changed

3 files changed

+42
-129
lines changed

BaseTools/Source/C/Include/AArch64/ProcessorBind.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,10 @@
5454
typedef unsigned char UINT8;
5555
typedef char CHAR8;
5656
typedef signed char INT8;
57-
57+
#ifndef UINT8_MAX
5858
#define UINT8_MAX 0xff
5959
#endif
60+
#endif
6061

6162
///
6263
/// Unsigned value of native width. (4 bytes on supported 32-bit processor instructions,

buildme

+4-4
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ do
694694
break
695695
;;
696696
"make pkg")
697-
buildCCPV
697+
# buildCCPV
698698
BLC
699699
buildPkg
700700
break
@@ -713,7 +713,7 @@ do
713713
# ;;
714714
"build all")
715715
buildClover
716-
buildCCPV
716+
# buildCCPV
717717
BLC
718718
buildPkg
719719
buildIso
@@ -722,7 +722,7 @@ do
722722
;;
723723
"make Release")
724724
makeRelease
725-
buildCCPV
725+
# buildCCPV
726726
BLC
727727
buildPkg
728728
buildIso
@@ -787,7 +787,7 @@ clone_OpenCorePkg
787787
set -e
788788
if [[ "$2" == ci ]]; then
789789
makeRelease
790-
buildCCPV
790+
# buildCCPV
791791
BLC
792792
buildPkg
793793
buildIso

0 commit comments

Comments
 (0)