From 40ad842ade3d3b4178b26034b00a06162fd5e5ab Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sat, 21 May 2011 22:18:59 +0000 Subject: Add regression test for build directory handling to make lint target A couple of scenarios that were fixed in the last few revisions are tested to ensure that it's easy to determine breakage. Signed-off-by: Patrick Georgi Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6607 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 04fbb02..5082f7e 100644 --- a/Makefile +++ b/Makefile @@ -237,7 +237,9 @@ printall: endif +ifndef NOMKDIR $(shell mkdir -p $(obj) $(objutil)/kconfig/lxdialog $(additional-dirs) $(alldirs)) +endif cscope: cscope -bR -- cgit v1.1