linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] libtracefs: clean also docs by default
@ 2022-01-24 10:52 Krzysztof Kozlowski
  2022-01-24 10:52 ` [PATCH 2/2] libtracefs: fix utest linking path Krzysztof Kozlowski
  2022-02-04  2:41 ` [PATCH 1/2] libtracefs: clean also docs by default Steven Rostedt
  0 siblings, 2 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2022-01-24 10:52 UTC (permalink / raw)
  To: linux-trace-devel; +Cc: Krzysztof Kozlowski

Logical is that `make clean` cleans everything done from build, not only
parts.  Leaving the documentation unclean requires additional step
when building for example Debian packages:

    $ dpkg-buildpackage -us -uc
    ...
    dpkg-source: info: local changes detected, the modified files are:

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 544684c1c37c..4650d15d64e9 100644
--- a/Makefile
+++ b/Makefile
@@ -375,6 +375,7 @@ samples: libtracefs.a force
 	$(Q)$(call descend,$(src)/samples,all)
 
 clean:
+	$(Q)$(call descend_clean,Documentation)
 	$(Q)$(call descend_clean,utest)
 	$(Q)$(call descend_clean,src)
 	$(Q)$(call descend_clean,samples)
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-02-04 13:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-24 10:52 [PATCH 1/2] libtracefs: clean also docs by default Krzysztof Kozlowski
2022-01-24 10:52 ` [PATCH 2/2] libtracefs: fix utest linking path Krzysztof Kozlowski
2022-02-04  2:44   ` Steven Rostedt
2022-02-04  2:41 ` [PATCH 1/2] libtracefs: clean also docs by default Steven Rostedt
2022-02-04  8:59   ` Krzysztof Kozlowski
2022-02-04 13:21     ` Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).