From 86be0aeaf638b1b2c0dd453ff30d4dadd96250ef Mon Sep 17 00:00:00 2001 From: David Sterba Date: Thu, 30 Oct 2014 19:06:31 +0100 Subject: [PATCH] btrfs-progs: build, add make target for a build test A quick check that everything still builds. Signed-off-by: David Sterba --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile b/Makefile index 99b03658..126dc593 100644 --- a/Makefile +++ b/Makefile @@ -248,6 +248,13 @@ library-test.static: $(libs_static) library-test.o @echo " [LD] $@" $(Q)$(CC) $(CFLAGS) -o library-test-static library-test.o $(LDFLAGS) $(libs_static) +test-build: + $(MAKE) clean-all + $(MAKE) library-test + -$(MAKE) library-test.static + $(MAKE) -j 8 all + -$(MAKE) -j 8 static + manpages: $(Q)$(MAKE) $(MAKEOPTS) -C Documentation