GNU bug report logs - #28169
26.0.50; make versionclean deletes emacs-module.h.in

Previous Next

Package: emacs;

Reported by: Sven Joachim <svenjoac <at> gmx.de>

Date: Mon, 21 Aug 2017 07:07:01 UTC

Severity: normal

Tags: patch

Found in version 26.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 28169 in the body.
You can then email your comments to 28169 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to svenjoac <at> gmx.de, bug-gnu-emacs <at> gnu.org:
bug#28169; Package emacs. (Mon, 21 Aug 2017 07:07:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sven Joachim <svenjoac <at> gmx.de>:
New bug report received and forwarded. Copy sent to svenjoac <at> gmx.de, bug-gnu-emacs <at> gnu.org. (Mon, 21 Aug 2017 07:07:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Sven Joachim <svenjoac <at> gmx.de>
To: bug-gnu-emacs <at> gnu.org
Subject: 26.0.50; make versionclean deletes emacs-module.h.in
Date: Mon, 21 Aug 2017 09:06:42 +0200
[Message part 1 (text/plain, inline)]
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:

[Makefile.in.diff (text/x-diff, inline)]
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 *~ \#*
 

Reply sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Mon, 21 Aug 2017 16:31:01 GMT) Full text and rfc822 format available.

Notification sent to Sven Joachim <svenjoac <at> gmx.de>:
bug acknowledged by developer. (Mon, 21 Aug 2017 16:31:01 GMT) Full text and rfc822 format available.

Message #10 received at 28169-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Sven Joachim <svenjoac <at> gmx.de>
Cc: 28169-done <at> debbugs.gnu.org
Subject: Re: bug#28169: 26.0.50; make versionclean deletes emacs-module.h.in
Date: Mon, 21 Aug 2017 19:30:22 +0300
> From: Sven Joachim <svenjoac <at> gmx.de>
> Date: Mon, 21 Aug 2017 09:06:42 +0200
> Cc: Sven Joachim <svenjoac <at> 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.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 19 Sep 2017 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 272 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.