Commit c70b9371 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] Make %docs depend on scripts_basic

From: Sam Ravnborg <sam@ravnborg.org>

From: Herbert Xu <herbert@gondor.apana.org.au>

It seems that the %docs targets only needs scripts_basic.  The following
patch does just that.  This removes its dependency on the existence of a
.config file.
parent 9a6c9ba2
......@@ -945,7 +945,7 @@ help:
# Documentation targets
# ---------------------------------------------------------------------------
%docs: scripts FORCE
%docs: scripts_basic FORCE
$(Q)$(MAKE) $(build)=Documentation/DocBook $@
# Scripts to check various things for consistency
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment