From 6c85bcc9723f662cd6d1075586758694574e42d7 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 6 Sep 2006 10:30:17 +0000 Subject: r18154: try to get the heimdal_build code to use libreplace in a better way (chasing down build failures ...) added showflags as part of 'all' target, which makes tracking down problems easier in the build farm (This used to be commit d52aaccdf8a537dc8de8db7c30ff0ab076c4c63f) --- source4/main.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/main.mk') diff --git a/source4/main.mk b/source4/main.mk index 6be785e0ce..cb8dbc1848 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -1,4 +1,4 @@ -all: $(ALL_PREDEP) bin/asn1_compile bin/compile_et binaries libraries modules +all: showflags $(ALL_PREDEP) bin/asn1_compile bin/compile_et binaries libraries modules include dynconfig.mk include heimdal_build/config.mk -- cgit