unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#28169: 26.0.50; make versionclean deletes emacs-module.h.in
@ 2017-08-21  7:06 Sven Joachim
  2017-08-21 16:30 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Sven Joachim @ 2017-08-21  7:06 UTC (permalink / raw)
  To: 28169; +Cc: Sven Joachim

[-- Attachment #1: Type: text/plain, Size: 254 bytes --]

Tags: patch

I ran "make -C src versionclean all" and found that
src/emacs-module.h.in was gone.  Commit 1b75af59b3 ("Fix emacs-module.h
cleaning") already handled the "make clean" case, but overlooked the
versionclean target, here is a patch for that:


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Makefile.in.diff --]
[-- Type: text/x-diff, Size: 375 bytes --]

diff --git a/src/Makefile.in b/src/Makefile.in
index 57969d5fc5..dde3f1d3fb 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -659,7 +659,7 @@ distclean:
 maintainer-clean: distclean
 	rm -f TAGS
 versionclean:
-	-rm -f emacs$(EXEEXT) emacs-*.*.*$(EXEEXT) ../etc/DOC*
+	-rm -f emacs$(EXEEXT) emacs-*.*.*[0-9]$(EXEEXT) ../etc/DOC*
 extraclean: distclean
 	-rm -f *~ \#*
 

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

* bug#28169: 26.0.50; make versionclean deletes emacs-module.h.in
  2017-08-21  7:06 bug#28169: 26.0.50; make versionclean deletes emacs-module.h.in Sven Joachim
@ 2017-08-21 16:30 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2017-08-21 16:30 UTC (permalink / raw)
  To: Sven Joachim; +Cc: 28169-done

> From: Sven Joachim <svenjoac@gmx.de>
> Date: Mon, 21 Aug 2017 09:06:42 +0200
> Cc: Sven Joachim <svenjoac@gmx.de>
> 
> I ran "make -C src versionclean all" and found that
> src/emacs-module.h.in was gone.  Commit 1b75af59b3 ("Fix emacs-module.h
> cleaning") already handled the "make clean" case, but overlooked the
> versionclean target, here is a patch for that:

Thanks, pushed.





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

end of thread, other threads:[~2017-08-21 16:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-21  7:06 bug#28169: 26.0.50; make versionclean deletes emacs-module.h.in Sven Joachim
2017-08-21 16:30 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).