File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 3131
3232.PHONY : lint
3333lint :
34- $(GOMODULECMD ) tool vet .
34+ $(GOMODULECMD ) vet ./.. .
3535
3636
3737IPXE_COMMIT_SHA := $(shell cat ipxe/IPXE_COMMIT_SHA)
5353 mv -f ipxe/ipxe/src/bin/undionly.kpxe ipxe/ipxe/bin/undionly.kpxe
5454 mv -f ipxe/ipxe/src/bin-x86_64-efi/ipxe.efi ipxe/ipxe/bin/ipxe-x86_64.efi
5555 mv -f ipxe/ipxe/src/bin-i386-efi/ipxe.efi ipxe/ipxe/bin/ipxe-i386.efi
56- (cd ipxe/ipxe/src && make veryclean)
56+ (cd ipxe/ipxe/src && make veryclean)
Original file line number Diff line number Diff line change 1313// limitations under the License.
1414
1515//go:build linux
16- // +build linux
1716
1817package dhcp4
1918
Original file line number Diff line number Diff line change 1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414
15- //+ build linux
15+ //go: build linux
1616
1717package dhcp4
1818
Original file line number Diff line number Diff line change 1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414
15- //+ build !linux
15+ //go: build !linux
1616
1717package dhcp4
1818
You can’t perform that action at this time.
0 commit comments