Skip to content

Commit 8479e5a

Browse files
committed
build: echo to stderr instead of stdout
1 parent eb4bcb5 commit 8479e5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ nrt_extern: $(OUTPUT_DIR)/nrt_extern.cubin \
119119
$(OUTPUT_DIR)/nrt_extern.ltoir
120120

121121
all: test_device_functions nrt_extern $(OUTPUT_DIR)/undefined_extern.cubin
122-
@echo "GPU CC: $(GPU_CC)"
123-
@echo "Alternative CC: $(ALT_CC)"
122+
@>&2 echo "GPU CC: $(GPU_CC)"
123+
@>&2 echo "Alternative CC: $(ALT_CC)"
124124

125125
clean:
126126
rm -f *.cubin *.fatbin *.ptx *.o *.a *.ltoir

0 commit comments

Comments
 (0)