mirror of
https://github.com/clearlinux/graphene.git
synced 2026-08-19 12:16:35 +00:00
[Makefile] Drop unused targets
This commit is contained in:
committed by
Michał Kowalczyk
parent
004c2fe9a4
commit
4e33068678
+1
-4
@@ -3,10 +3,7 @@ MAKEFLAGS += --check-symlink-times
|
||||
SYS ?= $(shell gcc -dumpmachine)
|
||||
export SYS
|
||||
|
||||
targets = all debug clean
|
||||
ifeq ($(findstring x86_64,$(SYS))$(findstring linux,$(SYS)),x86_64linux)
|
||||
targets += pack
|
||||
endif
|
||||
targets = all clean
|
||||
|
||||
.PHONY: $(targets)
|
||||
$(targets):
|
||||
|
||||
@@ -8,7 +8,3 @@ $(targets):
|
||||
$(MAKE) -C Pal $@
|
||||
$(MAKE) -C LibOS $@
|
||||
$(MAKE) -C Runtime $@
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
@echo "\"make install\" is deprecated. use \"make\" instead."
|
||||
|
||||
@@ -19,8 +19,3 @@ format:
|
||||
-path ./lib/crypto/udivmodti4.c -prune -o \
|
||||
-path ./src/host/Linux-SGX/sgx-driver -prune -o \
|
||||
\( -name '*.h' -o -name '*.c' \) -print)
|
||||
|
||||
.PHONY: pack
|
||||
pack:
|
||||
$(MAKE) -C test pack
|
||||
$(MAKE) -C regression pack
|
||||
|
||||
@@ -7,6 +7,3 @@ clean:
|
||||
|
||||
.PHONY: format
|
||||
format:
|
||||
|
||||
.PHONY: pack
|
||||
pack:
|
||||
|
||||
Reference in New Issue
Block a user