change make depend output redirection to 2>&1 (bug 8344)
This commit is contained in:
@@ -85,7 +85,7 @@ $(TOP)/$(LIB_DIR)/$(LIBNAME): $(LIBNAME)
|
||||
depend: $(C_SOURCES) $(ASM_SOURCES) $(SYMLINKS)
|
||||
touch depend
|
||||
$(MKDEP) $(MKDEP_OPTIONS) $(DRIVER_DEFINES) $(INCLUDES) $(C_SOURCES) \
|
||||
$(ASM_SOURCES) > /dev/null
|
||||
$(ASM_SOURCES) 2>&1 /dev/null
|
||||
|
||||
|
||||
# Emacs tags
|
||||
|
Reference in New Issue
Block a user