Skip to content

Commit

Permalink
btrfs-progs: build: command output format update
Browse files Browse the repository at this point in the history
Minor update to the command format and indentation, drop the [ ] and
prefix only by two spaces (like kernel).

Signed-off-by: David Sterba <[email protected]>
  • Loading branch information
kdave committed Jan 7, 2025
1 parent 0268a8f commit a69ad66
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 80 deletions.
2 changes: 1 addition & 1 deletion Documentation/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ BTRFS_VERSION = $(shell $(SED) -n 's/.*PACKAGE_VERSION "\(.*\)"/\1/p' ../config.
ifneq ($(findstring $(MAKEFLAGS),s),s)
ifndef V
QUIET_RM = @
QUIET_SPHINX = @echo " [SPHINX] $@";
QUIET_SPHINX = @echo " SPHINX $@";
SPHINXOPTS += -q
endif
endif
Expand Down
Loading

0 comments on commit a69ad66

Please sign in to comment.