You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- some output is printed once
- remove some other output w.r.t. recursive make invocation
- BLOCKS is significantly less noisy
Slightly easier to read logs.
Signed-off-by: Øyvind Harboe <[email protected]>
UNSET_AND_MAKE = @bash -c 'for var in $(UNSET_VARIABLES_NAMES); do unset $$var; done; echo $(MAKE)DESIGN_CONFIG=$(DESIGN_CONFIG)$$@; $(MAKE) DESIGN_CONFIG=$(DESIGN_CONFIG)$$@' --
450
+
UNSET_AND_MAKE = @bash -c 'for var in $(UNSET_VARIABLES_NAMES); do unset $$var; done; $(MAKE)--no-print-directory DESIGN_CONFIG=$(DESIGN_CONFIG)$$@' --
447
451
448
452
# Separate dependency checking and doing a step. This can
449
453
# be useful to retest a stage without having to delete the
0 commit comments