Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit b840e04

Browse files
committed
echo shell commands in makefile for debugging
1 parent c885300 commit b840e04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ RELEASE_BUCKET ?= $(PROJECT)
3030
SUPPORTED_PLATFORMS := linux-$(GOARCH) darwin-$(GOARCH) windows-$(GOARCH).exe
3131
BUILD_PACKAGE = $(REPOPATH)
3232

33+
SHELL = sh -xv
34+
3335
# These build tags are from the containers/image library.
3436
#
3537
# container_image_ostree_stub allows building the library without requiring the libostree development libraries

0 commit comments

Comments
 (0)