fix handling of QUIET in the "test" directory
This commit is contained in:
@@ -26,6 +26,7 @@ ifdef QUIET
|
||||
.SILENT:
|
||||
NULLOUT = >$(NULLDEV)
|
||||
NULLERR = 2>$(NULLDEV)
|
||||
CATERR = 2> $(WORKDIR)/$$@.errlog || (cat $(WORKDIR)/$$@.errlog && false)
|
||||
endif
|
||||
|
||||
SIM65FLAGS = -x 4000000000 -c
|
||||
|
||||
Reference in New Issue
Block a user