From c7ccb900797e22ab45dd1fd0185b94041f78d83e Mon Sep 17 00:00:00 2001 From: Samuel Bronson Date: Tue, 14 May 2013 14:11:55 -0400 Subject: Give debug output after the "new build flags or prefix" message --- crawl-ref/source/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/Makefile') diff --git a/crawl-ref/source/Makefile b/crawl-ref/source/Makefile index a11d0075bd..d6a07621c3 100644 --- a/crawl-ref/source/Makefile +++ b/crawl-ref/source/Makefile @@ -1153,6 +1153,8 @@ endif .cflags: .force-cflags ifdef NEED_REBUILD @echo " * rebuilding crawl: new build flags or prefix" + @echo 'TRACK_CFLAGS = $(TRACK_CFLAGS) #EOL' + @echo 'OLD_CFLAGS = $(OLD_CFLAGS) #EOL' @echo '$(TRACK_CFLAGS)' > .cflags endif -- cgit v1.2.3-54-g00ecf