From: Ian Lynagh Date: Tue, 7 Oct 2008 14:48:55 +0000 (+0000) Subject: Check whether mk/validate.mk defines anything after validating X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=f8eee63a43eb15e0025dc996a92db77d50fb2201 Check whether mk/validate.mk defines anything after validating --- diff --git a/validate b/validate index d6f1c15..5d0afb4 100644 --- a/validate +++ b/validate @@ -111,6 +111,14 @@ the minimal testing procedure, please do further testing as necessary. When you are satisfied that you haven't broken anything, go ahead and push/send your patches. EOF + if grep -q "^[^#]" mk/validate.mk + then + cat <