File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 #:exists 'truncate
1414 (λ ()
1515 (asm-display a)))
16- (system (format "(cd ~a && make -s ~a) " dir t.run))
16+ (system (format "(cd ~a && make -s ~a) 2>&1 >/dev/null " dir t.run))
1717 (delete-file t.s)
1818 (with-input-from-string
1919 (with-output-to-string
Original file line number Diff line number Diff line change 1313 #:exists 'truncate
1414 (λ ()
1515 (asm-display a)))
16- (with-output-to-string ; ignore make output
17- (λ ()
18- (system (format "(cd ~a && make -s ~a) " dir t.run))))
16+ (system (format "(cd ~a && make -s ~a) 2>&1 >/dev/null " dir t.run))
1917 (delete-file t.s)
2018 (with-input-from-string
2119 (with-output-to-string
Original file line number Diff line number Diff line change 1313 #:exists 'truncate
1414 (λ ()
1515 (asm-display a)))
16- (with-output-to-string ; ignore make output
17- (λ ()
18- (system (format "(cd ~a && make -s ~a) " dir t.run))))
16+ (system (format "(cd ~a && make -s ~a) 2>&1 >/dev/null " dir t.run))
1917 (delete-file t.s)
2018 (with-input-from-string
2119 (with-output-to-string
Original file line number Diff line number Diff line change 1313 #:exists 'truncate
1414 (λ ()
1515 (asm-display a)))
16- (system (format "(cd ~a && make -s ~a) " dir t.run))
16+ (system (format "(cd ~a && make -s ~a) 2>&1 >/dev/null " dir t.run))
1717 (delete-file t.s)
1818 (with-input-from-string
1919 (with-output-to-string
You can’t perform that action at this time.
0 commit comments