Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sdks/builds/Makefile')
-rw-r--r--sdks/builds/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/sdks/builds/Makefile b/sdks/builds/Makefile
index c00834dc268..4f5a6714267 100644
--- a/sdks/builds/Makefile
+++ b/sdks/builds/Makefile
@@ -1,8 +1,6 @@
TOP=$(realpath $(CURDIR)/../..)
-include $(TOP)/sdks/Make.config
-all: package
-
MAKEFLAGS += --no-builtin-rules
CONFIGURATION?=release
@@ -69,7 +67,8 @@ EXTRA_PATH=$(wildcard /usr/local/Cellar/libtool/*/bin/)
endif
endif
-all: package
+.PHONY: all
+all:
## Common Mono targets
@@ -174,9 +173,6 @@ setup-$(1)-$(2):
.PHONY: package-$(1)-$(2)
package-$(1)-$(2): setup-$(1)-$(2) build-$(1)-$(2)
-.PHONY: package
-package: package-$(1)-$(2)
-
.PHONY: clean-$(1)-$(2)
clean-$(1)-$(2):