GNU bug report logs - #5801
remove LIBS_DEBUG and C_DEBUG_SWITCH

Previous Next

Package: emacs;

Reported by: Dan Nicolaescu <dann <at> gnu.org>

Date: Mon, 29 Mar 2010 22:06:02 UTC

Severity: normal

Done: Dan Nicolaescu <dann <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Dan Nicolaescu <dann <at> gnu.org>
Cc: emacs-bug-tracker <at> debbugs.gnu.org
Subject: bug#5801: marked as done (remove LIBS_DEBUG and C_DEBUG_SWITCH)
Date: Tue, 30 Mar 2010 15:41:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 30 Mar 2010 11:40:30 -0400
with message-id <yxqd3ylom1d.fsf <at> fencepost.gnu.org>
and subject line Re: bug#5801: remove LIBS_DEBUG and C_DEBUG_SWITCH
has caused the GNU bug report #5801,
regarding remove LIBS_DEBUG and C_DEBUG_SWITCH
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact help-debbugs <at> gnu.org
immediately.)


-- 
5801: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5801
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Dan Nicolaescu <dann <at> gnu.org>
To: bug-gnu-emacs <at> gnu.org
Subject: remove LIBS_DEBUG and C_DEBUG_SWITCH
Date: Mon, 29 Mar 2010 18:01:23 -0400
src/Makefile.in has this:

/* Unless inhibited or changed, use -lg to link for debugging.  */
#ifndef LIBS_DEBUG
#define LIBS_DEBUG -lg
#endif

All ports that bother to define LIBS_DEBUG just use:
#define LIBS_DEBUG

-lg has not been in use for a long time so removing it will do no harm.

Also any reason not to remove the C_DEBUG_SWITCH knob?
If users want to debug emacs, they can edit the Makefile directly, no
reason to add yet another variable to the build system.



[Message part 3 (message/rfc822, inline)]
From: Dan Nicolaescu <dann <at> gnu.org>
To: 5801-done <at> debbugs.gnu.org
Subject: Re: bug#5801: remove LIBS_DEBUG and C_DEBUG_SWITCH
Date: Tue, 30 Mar 2010 11:40:30 -0400
done


This bug report was last modified 15 years and 114 days ago.

Previous Next


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