Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/riastradh-drm2]: src/sys/modules/drm2 Comment that CPPFLAGS+=-DFOO in dr...



details:   https://anonhg.NetBSD.org/src/rev/6c699ea60b6f
branches:  riastradh-drm2
changeset: 788330:6c699ea60b6f
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jul 24 03:17:18 2013 +0000

description:
Comment that CPPFLAGS+=-DFOO in drm2/Makefile.inc is wrong.

Fixing this requires some thought, which would be inexpedient at the
moment.

diffstat:

 sys/modules/drm2/Makefile.inc |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 85baf4f887a8 -r 6c699ea60b6f sys/modules/drm2/Makefile.inc
--- a/sys/modules/drm2/Makefile.inc     Wed Jul 24 03:17:03 2013 +0000
+++ b/sys/modules/drm2/Makefile.inc     Wed Jul 24 03:17:18 2013 +0000
@@ -1,7 +1,10 @@
-# $NetBSD: Makefile.inc,v 1.1.2.3 2013/07/24 03:17:03 riastradh Exp $
+# $NetBSD: Makefile.inc,v 1.1.2.4 2013/07/24 03:17:18 riastradh Exp $
 
 # Common makefile cruft for drm2 code.
 
+# XXX All the -D crap needs to go in a header file instead so changing
+# it correctly triggers rebuilds.
+
 CPPFLAGS+=     -I${S}/external/bsd/drm2/include
 CPPFLAGS+=     -I${S}/external/bsd/drm2/dist/uapi
 CPPFLAGS+=     -I${S}/external/bsd/drm2/dist/include



Home | Main Index | Thread Index | Old Index