lkml.org 
[lkml]   [2004]   [Apr]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
Subject[PATCH] Make %docs depend on scripts_basic
From
Hi:

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.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Index: Makefile
===================================================================
RCS file: /home/gondolin/herbert/src/CVS/debian/kernel-source-2.5/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- a/Makefile 5 Apr 2004 10:54:11 -0000 1.12
+++ b/Makefile 6 Apr 2004 11:14:09 -0000 1.13
@@ -945,7 +945,7 @@

# Documentation targets
# ---------------------------------------------------------------------------
-%docs: scripts FORCE
+%docs: scripts_basic FORCE
$(Q)$(MAKE) $(build)=Documentation/DocBook $@

# Scripts to check various things for consistency
\
 
 \ /
  Last update: 2005-03-22 14:02    [W:1.217 / U:0.012 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site