Module Name: src Committed By: apb Date: Sun Dec 16 06:47:39 UTC 2012
Modified Files: src/tools/libctf: Makefile src/tools/libdwarf: Makefile src/tools/libelf: Makefile Log Message: If you are going to append things to CPPFLAGS and then transfer the result to HOST_CPPFLAGS later, then also include the value of HOST_CPPFLAGS in this process. This should fix a problem in which the value of HOST_CPPFLAGS set by compat/defs.mk was lost during a build with MKDTRACE=yes. XXX: It would probably be better to just use HOST_CPPFLAGS throughout. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tools/libctf/Makefile cvs rdiff -u -r1.4 -r1.5 src/tools/libdwarf/Makefile cvs rdiff -u -r1.6 -r1.7 src/tools/libelf/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.