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 <vbatts@hashbangbash.com>

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

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>

---------

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
  • Loading branch information
vbatts authored and dmitris committed Mar 27, 2023
1 parent 8a76d28 commit 458a3c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +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)
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
ifeq (,$(shell $(GOEXE) env GOBIN))
GOBIN=$(shell $(GOEXE) env GOPATH)/bin
Expand Down

0 comments on commit 458a3c9

Please sign in to comment.