Skip to content

Commit

Permalink
Makefile: date format of log should not show signatures (sigstore#2835)
Browse files Browse the repository at this point in the history
* Makefile: date format of log should not show signatures

Signed-off-by: Vincent Batts <[email protected]>

* Makefile: add the ability to DEBUG the `make` build

Signed-off-by: Vincent Batts <[email protected]>

---------

Signed-off-by: Vincent Batts <[email protected]>
  • Loading branch information
vbatts authored and dmitris committed Mar 27, 2023
1 parent 36f9bf1 commit fefe7ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.

GOEXE ?= go
ifeq (,$(shell echo $$DEBUG))
else
SHELL = bash -x
endif

GOEXE ?= go

ifeq (,$(shell echo $$DEBUG))
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
ifeq (,$(shell $(GOEXE) env GOBIN))
Expand Down

0 comments on commit fefe7ac

Please sign in to comment.