All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Btrfs-progs updates to build
@ 2014-11-07 17:06 David Sterba
  2014-11-07 17:06 ` [PATCH 1/5] btrfs-progs: build, add basic build test for library David Sterba
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: David Sterba @ 2014-11-07 17:06 UTC (permalink / raw)
  To: linux-btrfs; +Cc: David Sterba

We've managed to break build of snapper two times now, a new make rule
'test-build' should help us to check the build. Static build is not required to
pass due to dependency on static libs that may not be widely available.

David Sterba (5):
  btrfs-progs: build, add basic build test for library
  btrfs-progs: build, add make target for a build test
  btrfs-progs: build, gather utilities that are not built by default
  btrfs-progs: build, update the clean rule
  btrfs-progs: update .gitignore

 .gitignore     |  4 ++++
 Makefile       | 28 ++++++++++++++++++++----
 library-test.c | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 97 insertions(+), 4 deletions(-)
 create mode 100644 library-test.c

-- 
1.8.4.5


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-11-07 17:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-07 17:06 [PATCH 0/5] Btrfs-progs updates to build David Sterba
2014-11-07 17:06 ` [PATCH 1/5] btrfs-progs: build, add basic build test for library David Sterba
2014-11-07 17:06 ` [PATCH 2/5] btrfs-progs: build, add make target for a build test David Sterba
2014-11-07 17:06 ` [PATCH 3/5] btrfs-progs: build, gather utilities that are not built by default David Sterba
2014-11-07 17:06 ` [PATCH 4/5] btrfs-progs: build, update the clean rule David Sterba
2014-11-07 17:06 ` [PATCH 5/5] btrfs-progs: update .gitignore David Sterba

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.