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
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)$$@' --
448
+
UNSET_AND_MAKE = @bash -c 'for var in $(UNSET_VARIABLES_NAMES); do unset $$var; done; $(MAKE)--no-print-directory DESIGN_CONFIG=$(DESIGN_CONFIG)$$@' --
445
449
446
450
# Separate dependency checking and doing a step. This can
447
451
# be useful to retest a stage without having to delete the
0 commit comments