public inbox for linux-bcachefs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bcachefs-tools: make 'all' the default Makefile goal
@ 2023-12-08  8:10 Tero Roponen
  2023-12-08 20:07 ` Kent Overstreet
  0 siblings, 1 reply; 2+ messages in thread
From: Tero Roponen @ 2023-12-08  8:10 UTC (permalink / raw)
  To: kent.overstreet; +Cc: linux-bcachefs

"fsck/bcachefsck_all:" coming before "all:" in the Makefile
causes the bcachefs binary not being built by default. Fix
this by explicitly setting the .DEFAULT_GOAL=all.

Signed-off-by: Tero Roponen <tero.roponen@gmail.com>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index a7926f4..177ee45 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@ PREFIX?=/usr/local
 PKG_CONFIG?=pkg-config
 INSTALL=install
 LN=ln
+.DEFAULT_GOAL=all
 
 ifeq ("$(origin V)", "command line")
   BUILD_VERBOSE = $(V)
-- 
2.43.0


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

* Re: [PATCH] bcachefs-tools: make 'all' the default Makefile goal
  2023-12-08  8:10 [PATCH] bcachefs-tools: make 'all' the default Makefile goal Tero Roponen
@ 2023-12-08 20:07 ` Kent Overstreet
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Overstreet @ 2023-12-08 20:07 UTC (permalink / raw)
  To: Tero Roponen; +Cc: linux-bcachefs

On Fri, Dec 08, 2023 at 10:10:52AM +0200, Tero Roponen wrote:
> "fsck/bcachefsck_all:" coming before "all:" in the Makefile
> causes the bcachefs binary not being built by default. Fix
> this by explicitly setting the .DEFAULT_GOAL=all.
> 
> Signed-off-by: Tero Roponen <tero.roponen@gmail.com>

Thanks! Applied.

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

end of thread, other threads:[~2023-12-08 20:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-08  8:10 [PATCH] bcachefs-tools: make 'all' the default Makefile goal Tero Roponen
2023-12-08 20:07 ` Kent Overstreet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox