Skip to content

Commit 9410b60

Browse files
committed
makefile: less noise when printing splash
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 17c177c commit 9410b60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flow/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,8 +537,8 @@ SUB_MAKE = $(MAKE) $(foreach V,$(COMMAND_LINE_ARGS), $(if $($V),$V=$(shell echo
537537
UNSET_AND_MAKE = @bash -c '$(UNSET_VARS); $(SUB_MAKE) $$@' --
538538

539539
copyright.txt:
540-
$(OPENROAD_CMD) $(SCRIPTS_DIR)/noop.tcl
541-
touch copyright.txt
540+
@$(OPENROAD_CMD) $(SCRIPTS_DIR)/noop.tcl
541+
@touch copyright.txt
542542

543543
# Separate dependency checking and doing a step. This can
544544
# be useful to retest a stage without having to delete the

0 commit comments

Comments
 (0)