Changeset 822 in code for trunk


Ignore:
Timestamp:
Aug 20, 2023, 2:36:11 PM (22 months ago)
Author:
yakumo.izuru
Message:

Prefer immortal.run over runit and rc.d, use vendored modules
for convenience.

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

Location:
trunk
Files:
2316 added
5 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r820 r822  
    11GO ?= go
    22RM ?= rm
    3 GOFLAGS ?= -v -ldflags "-w -X `go list`.Version=$(VERSION) -X `go list`.Commit=$(COMMIT) -X `go list`.Build=$(BUILD)" -tags "static_build"
     3GOFLAGS ?= -v -ldflags "-w -X `go list`.Version=$(VERSION) -X `go list`.Commit=$(COMMIT) -X `go list`.Build=$(BUILD)" -mod=vendor
    44PREFIX ?= /usr/local
    55BINDIR ?= bin
Note: See TracChangeset for help on using the changeset viewer.