List for cgit developers and users
 help / color / mirror / Atom feed
From: jamie.couture at gmail.com (Jamie Couture)
Subject: [PATCH] Makefile: improve dependency generation
Date: Wed, 14 Nov 2012 22:40:52 -0500	[thread overview]
Message-ID: <CAH-DoZ7r0KoEcpyHEi0LHjawec0dc9A8oEvzbRL9OAUsEaYdpQ@mail.gmail.com> (raw)
In-Reply-To: <CAHmME9pJhi_R+ynTD4GqMqqSriE7p0wZeJv7tCHmm63UE03kjw@mail.gmail.com>

rpmbuild will strip (debugging) symbols.  I'm not sure about deb packaging;
I'm also not sure about *bsd.  Regardless, I'll remove the append
condition, +=

CFLAGS = [default options]

Come to think of it, I'll need to move the FreeBSD uname stuff after cflags
definition anyway, and change it from conditional to append



On Wed, Nov 14, 2012 at 7:57 PM, Jason A. Donenfeld <Jason at zx2c4.com> wrote:

> On Thu, Nov 15, 2012 at 1:46 AM, Jamie Couture <jamie.couture at gmail.com>
> wrote:
> > +CFLAGS += -g -Wall -Igit
>
> The -g should only be added with a ?=, or something conditional on the
> environment, so that distros don't have to patch it up to get a
> release build.
>



  reply	other threads:[~2012-11-15  3:40 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-15  0:46 jamie.couture
2012-11-15  0:57 ` Jason
2012-11-15  3:40   ` jamie.couture [this message]
2012-11-17 16:16     ` mathstuf
2012-11-17 16:17       ` Jason
2012-11-17 16:28         ` mathstuf
2012-11-17 18:02           ` [PATCH v5] " jamie.couture
2012-11-17 18:37             ` Jason
2012-11-15  4:24 ` [PATCH v2] " jamie.couture
2012-11-15  4:30   ` jamie.couture
2012-11-15  4:30 ` [PATCH v3] " jamie.couture
2012-11-15 23:48 ` [PATCH v4] " jamie.couture

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAH-DoZ7r0KoEcpyHEi0LHjawec0dc9A8oEvzbRL9OAUsEaYdpQ@mail.gmail.com \
    --to=cgit@lists.zx2c4.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).