* [Qemu-devel] [PATCH] Make with dependency checking
@ 2006-09-24 10:23 Stefan Weil
0 siblings, 0 replies; only message in thread
From: Stefan Weil @ 2006-09-24 10:23 UTC (permalink / raw)
To: qemu-devel
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)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-09-24 10:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-24 10:23 [Qemu-devel] [PATCH] Make with dependency checking Stefan Weil
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.