Skip to content

Commit 002566d

Browse files
committedApr 21, 2022
Merge with jdk-19+19
2 parents d6da9be + 5291ec8 commit 002566d

File tree

1,074 files changed

+16987
-5125
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,074 files changed

+16987
-5125
lines changed
 

‎make/CompileCommands.gmk

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ include $(SPEC)
2929
include MakeBase.gmk
3030

3131
# When FIXPATH is set, let it process the file to make sure all paths are usable
32-
# by system native tools. The FIXPATH tool assumes arguments preceeded by an @
32+
# by system native tools. The FIXPATH tool assumes arguments preceded by an @
3333
# character points to a text file containing further arguments (similar to a
3434
# linker). It replaces any such arguments with a different temporary filename,
3535
# whose contents has been processed to make any paths native. To obtain a

‎make/CompileDemos.gmk

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ define SetupBuildDemoBody
104104
ifneq ($$($1_SRC_SUB_DIR), )
105105
$1_MAIN_SRC := $$($1_SRC_BASE)/$$($1_SRC_SUB_DIR)
106106
else
107-
# for allmost all
107+
# for almost all
108108
$1_MAIN_SRC := $$($1_SRC_BASE)
109109
endif
110110

0 commit comments

Comments
 (0)