From 7db75c4db78171a5f3c80787676b832f9596c904 Mon Sep 17 00:00:00 2001 From: Avery Pennarun Date: Thu, 16 Oct 2008 17:09:33 -0400 Subject: [PATCH] Tell autobuilder to ignore warnings produced in the 'wv' directory. Those warnings are someone else's problem, basically. --- Makefile | 6 ++++++ configure | 5 +++++ configure-mingw32 | 4 ++++ 3 files changed, 15 insertions(+) diff --git a/Makefile b/Makefile index f80a153..fdd6f3d 100644 --- a/Makefile +++ b/Makefile @@ -21,8 +21,14 @@ nall: wvdotnet wvdbus-sharp versaplexd all: nall vxodbc # Note: $(MAKE) -C wv doesn't work, as wv's Makefile needs an accurate $(PWD) + +# We tell the autobuilder to ignore all warnings produced in the 'wv' +# directory, since that project isn't really this project and it should +# have its own autobuilder. wvstreams: + @echo --START-IGNORE-WARNINGS cd wv && $(MAKE) wvstreams + @echo --STOP-IGNORE-WARNINGS vxodbc: wvstreams diff --git a/configure b/configure index 889dd70..4330eb8 100755 --- a/configure +++ b/configure @@ -7,5 +7,10 @@ cat >config.mk <config.mk <