From: Sam Ravnborg <sam@ravnborg.org>
To: Randy Dunlap <randy.dunlap@oracle.com>
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: Re: make clean for DocBook
Date: Fri, 13 Apr 2007 18:41:42 +0200 [thread overview]
Message-ID: <20070413164142.GA14706@uranus.ravnborg.org> (raw)
In-Reply-To: <20070413090658.b4c4bc8f.randy.dunlap@oracle.com>
On Fri, Apr 13, 2007 at 09:06:58AM -0700, Randy Dunlap wrote:
> Hi Sam,
>
> 'make clean' doesn't seem to descend into Documentation/DocBook/.
> At least 'make V=1 clean' doesn't show me any references in DocBook.
>
> I guess that this is because DocBook doesn't have anything that
> qualifies in obj-y/m/n and subdir-y/m/n. (?)
Documentation/ is handled explicit i top-level Makefile:
mrproper-dirs := $(addprefix _mrproper_,Documentation/DocBook scripts)
PHONY += $(mrproper-dirs) mrproper archmrproper
$(mrproper-dirs):
$(Q)$(MAKE) $(clean)=$(patsubst _mrproper_%,%,$@)
And we will visit DocBook with mrproper - but not clean.
I have no stron opinion when to delete generated files in DocBook.
Sam
next prev parent reply other threads:[~2007-04-13 16:41 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-13 16:06 Randy Dunlap
2007-04-13 16:41 ` Sam Ravnborg [this message]
2007-04-13 18:23 ` Randy Dunlap
2007-04-13 19:32 ` Sam Ravnborg
2007-04-13 21:03 ` Randy Dunlap
2007-04-13 21:10 ` Sam Ravnborg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070413164142.GA14706@uranus.ravnborg.org \
--to=sam@ravnborg.org \
--cc=linux-kernel@vger.kernel.org \
--cc=randy.dunlap@oracle.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®