Skip to content

Commit b474a03

Browse files
committed
makefile: change to stdout/err explicit redirection
Signed-off-by: Jerry Zhang Jian <[email protected]>
1 parent e011f5f commit b474a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rvv-intrinsic-generator/Makefile.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ clean:
3939
rm -f test_report.xml
4040

4141
%.log: $(BASE_DIR)/%.c
42-
-$(CC) $< -S -o /dev/null $(ARCH_FLAG) $(CFLAGS) $(EXTRA_CFLAGS) &> $@
42+
-$(CC) $< -S -o /dev/null $(ARCH_FLAG) $(CFLAGS) $(EXTRA_CFLAGS) > $@ 2>&1

0 commit comments

Comments
 (0)