Skip to content

Commit

Permalink
8272667: substandard error messages from the docs build
Browse files Browse the repository at this point in the history
Reviewed-by: darcy, iris
  • Loading branch information
jonathan-gibbons committed Aug 18, 2021
1 parent 73da66f commit 6d3d479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/common/ProcessMarkdown.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ define ProcessMarkdown
$$(call LogInfo, Post-processing markdown file $2)
$$(call MakeDir, $$(SUPPORT_OUTPUTDIR)/markdown $$($1_$2_TARGET_DIR))
$$(call ExecuteWithLog, $$(SUPPORT_OUTPUTDIR)/markdown/$$($1_$2_MARKER)_post, \
( $$($1_POST_PROCESS) < $$($1_$2_PANDOC_OUTPUT) > $$($1_$2_OUTPUT_FILE) ) )
( $$($1_POST_PROCESS) $$($1_$2_PANDOC_OUTPUT) > $$($1_$2_OUTPUT_FILE) ) )
endif

$1 += $$($1_$2_OUTPUT_FILE)
Expand Down

1 comment on commit 6d3d479

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.