Adopt BSD make ports framework
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
BMAKE ?= bmake
|
||||
|
||||
.PHONY: check
|
||||
|
||||
check:
|
||||
./tests/check-layout.sh
|
||||
@if command -v "$(BMAKE)" >/dev/null 2>&1; then \
|
||||
"$(BMAKE)" -f tests/framework.mk check; \
|
||||
else \
|
||||
printf '%s\n' "bmake parse check skipped: bmake is unavailable"; \
|
||||
fi
|
||||
|
||||
|
Before Width: | Height: | Size: 47 B After Width: | Height: | Size: 239 B |
Reference in New Issue
Block a user