[Intel-gfx] [PATCH i-g-t 3/6] Makefile.meson: no need to mkdir build directory before running meson

Jani Nikula jani.nikula at intel.com
Tue Oct 24 09:52:53 UTC 2017


Meson creates the directory for you.

Signed-off-by: Jani Nikula <jani.nikula at intel.com>
---
 Makefile.meson | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Makefile.meson b/Makefile.meson
index 6955e6a9a694..9f71cf341121 100644
--- a/Makefile.meson
+++ b/Makefile.meson
@@ -8,7 +8,6 @@ Makefile: Makefile.meson
 	cp $< $@
 
 build/build.ninja: Makefile
-	mkdir -p build
 	meson build
 
 all: build/build.ninja
-- 
2.11.0



More information about the Intel-gfx mailing list