mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] Makefile: don't install files .done and .gitignore
@ 2018-11-13 19:53 Roland Hieber
  2018-11-13 20:10 ` [ptxdist] [PATCH v2] Makefile: don't install .done, .gitignore and vim swap files Roland Hieber
  0 siblings, 1 reply; 5+ messages in thread
From: Roland Hieber @ 2018-11-13 19:53 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

From: Roland Hieber <rohieb@rohieb.name>

.done is created by make all, and is an empty file.
.gitignore is only resonable in git repositories, and we exclude .git/.

Signed-off-by: Roland Hieber <rohieb@rohieb.name>
---
 Makefile.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile.in b/Makefile.in
index 40c676c2b..2ad26d432 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -101,6 +101,8 @@ install: all dirty-check
 	@mkdir -p "$(DESTDIR)$(instdir)"
 	@tar -C "$(abs_srcdir)" -cf - \
 		--exclude *~ \
+		--exclude .done \
+		--exclude .git \
 		--exclude .git \
 		--exclude .pc \
 		--exclude .svn \
-- 
2.19.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2018-12-11  7:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-13 19:53 [ptxdist] [PATCH] Makefile: don't install files .done and .gitignore Roland Hieber
2018-11-13 20:10 ` [ptxdist] [PATCH v2] Makefile: don't install .done, .gitignore and vim swap files Roland Hieber
2018-11-13 20:54   ` Uwe Kleine-König
2018-12-10 16:05   ` Baeuerle, Florian
2018-12-11  7:55     ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox