Here are a few simple Makefile changes to the rt-tests suite. The DEBUG option is especially useful for debugging problems. For example, it allows you to do: make DEBUG=0 pi_stress That will compile a version of pi_stress with -O0 -g You can also pull e2a22de97709513b3d541f65280db51e44431a3e 14806d13a0b84220fa17d38bdb32559610434794 7ea849f942f7e5b02d2be9ee50e2584635cd7be4 from git://git.kernel.org/pub/scm/linux/kernel/git/jkacur/rt-tests.git (branch rt-tests-dev) John Kacur (3): rt-tests: Makefile - Change FLAGS to CFLAGS rt-tests: Makefile - Specify when a target is a PHONY target. rt-tests: Makefile - Add a DEBUG option to the Makefile Makefile | 31 +++++++++++++++++++++++++------ 1 files changed, 25 insertions(+), 6 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html