From f8eee63a43eb15e0025dc996a92db77d50fb2201 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 7 Oct 2008 14:48:55 +0000 Subject: [PATCH] Check whether mk/validate.mk defines anything after validating --- validate | 8 ++++++++ 1 file changed, 8 insertions(+) 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 <