mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 08:34:30 +02:00
8056195: Add CUSTOM_SUMMARY_AND_WARNINGS_HOOK
Reviewed-by: ihse, erikj
This commit is contained in:
parent
5edf3d9130
commit
35d096a99f
2 changed files with 5 additions and 1 deletions
|
@ -54,6 +54,7 @@ m4_include([toolchain_windows.m4])
|
|||
|
||||
AC_DEFUN_ONCE([CUSTOM_EARLY_HOOK])
|
||||
AC_DEFUN_ONCE([CUSTOM_LATE_HOOK])
|
||||
AC_DEFUN_ONCE([CUSTOM_SUMMARY_AND_WARNINGS_HOOK])
|
||||
|
||||
# This line needs to be here, verbatim, after all includes and the dummy hook
|
||||
# definitions. It is replaced with custom functionality when building
|
||||
|
@ -273,3 +274,4 @@ $CHMOD +x $OUTPUT_ROOT/compare.sh
|
|||
|
||||
# Finally output some useful information to the user
|
||||
HELP_PRINT_SUMMARY_AND_WARNINGS
|
||||
CUSTOM_SUMMARY_AND_WARNINGS_HOOK
|
||||
|
|
|
@ -4320,13 +4320,14 @@ TOOLCHAIN_DESCRIPTION_xlc="IBM XL C/C++"
|
|||
|
||||
|
||||
|
||||
|
||||
# This line needs to be here, verbatim, after all includes and the dummy hook
|
||||
# definitions. It is replaced with custom functionality when building
|
||||
# custom sources.
|
||||
#CUSTOM_AUTOCONF_INCLUDE
|
||||
|
||||
# Do not change or remove the following line, it is needed for consistency checks:
|
||||
DATE_WHEN_GENERATED=1410280734
|
||||
DATE_WHEN_GENERATED=1410377275
|
||||
|
||||
###############################################################################
|
||||
#
|
||||
|
@ -52346,3 +52347,4 @@ $CHMOD +x $OUTPUT_ROOT/compare.sh
|
|||
printf "\n"
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue