提交 ac89799c 编写于 作者: R Richard Levitte

Shut find up about files not found

Some of the files in $(DEPS) might not exist.  We don't need to know.
Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 c6aca19b
......@@ -260,7 +260,7 @@ clean: libclean
# concatenate only if that is true.
depend:
@: {- output_off() if $disabled{makedepend}; "" -}
@if [ -z "`find $(DEPS) -newer Makefile`" ]; then \
@if [ -z "`find $(DEPS) -newer Makefile 2>/dev/null`" ]; then \
( sed -e '/^# DO NOT DELETE THIS LINE.*/,$$d' < Makefile; \
echo '# DO NOT DELETE THIS LINE -- make depend depends on it.'; \
echo; \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册