All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Weil <weil@mail.berlios.de>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH] Make with dependency checking
Date: Sun, 24 Sep 2006 12:23:48 +0200	[thread overview]
Message-ID: <45165CB4.5060304@mail.berlios.de> (raw)

This small patch adds dependency checking for QEMU make.
So I no longer have to rebuild all after a cvs update...

Regards
Stefan

diff -u -b -B -r1.128 Makefile.target
--- Makefile.target     23 Sep 2006 17:40:57 -0000      1.128
+++ Makefile.target     24 Sep 2006 10:15:30 -0000
@@ -1,4 +1,5 @@
 include config.mak
+-include *.d

 TARGET_BASE_ARCH:=$(TARGET_ARCH)
 ifeq ($(TARGET_ARCH), x86_64)
@@ -19,6 +20,7 @@
 endif
 CFLAGS=-Wall -O2 -g -fno-strict-aliasing
 #CFLAGS+=-Werror
+CFLAGS += -MMD
 LDFLAGS=-g
 LIBS=
 HELPER_CFLAGS=$(CFLAGS)

                 reply	other threads:[~2006-09-24 10:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=45165CB4.5060304@mail.berlios.de \
    --to=weil@mail.berlios.de \
    --cc=qemu-devel@nongnu.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.