build: remove configure for prebuild.

This commit is contained in:
Alexandre Pujol 2023-04-19 18:53:54 +01:00
parent ec733d30ac
commit 5af9bab04b
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
5 changed files with 4 additions and 281 deletions

View file

@ -12,9 +12,11 @@ P = $(notdir $(wildcard ${BUILD}/apparmor.d/*))
.PHONY: all build enforce full install local $(P) pkg dpkg rpm lint clean
all: build
@./${BUILD}/prebuild --complain
build:
@go build -o ${BUILD}/ ./cmd/aa-log
@go build -o ${BUILD}/ ./cmd/prebuild
enforce: build
@./${BUILD}/prebuild
@ -42,7 +44,6 @@ install:
done
local:
@./configure --complain
@make
@sudo make install
@sudo systemctl restart apparmor || sudo systemctl status apparmor