Skip to content

Commit 0fb02c8

Browse files
luhenrymarek-safar
authored andcommitted
Move common targets
1 parent d4aa545 commit 0fb02c8

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

sdks/builds/Makefile

+7
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,16 @@ endif
1717
all: package
1818

1919
## Common Mono targets
20+
21+
.PHONY: configure-mono
22+
configure-mono: $(TOP)/configure
23+
2024
$(TOP)/configure: $(TOP)/configure.ac $(TOP)/autogen.sh
2125
cd $(TOP) && PATH=$(EXTRA_PATH):$$PATH NOCONFIGURE=1 ./autogen.sh
2226

27+
$(TOP)/tools/offsets-tool/MonoAotOffsetsDumper.exe: $(wildcard $(TOP)/tools/offsets-tool/*.cs)
28+
$(MAKE) -C $(dir $@) MonoAotOffsetsDumper.exe
29+
2330
TARGETS=
2431

2532
## MXE targets

sdks/builds/ios.mk

-5
Original file line numberDiff line numberDiff line change
@@ -349,9 +349,6 @@ $(eval $(call iOSSimulatorTemplate,sim64,x86_64))
349349
$(eval $(call iOSSimulatorTemplate,simtv,x86_64))
350350
$(eval $(call iOSSimulatorTemplate,simwatch,i386))
351351

352-
$(TOP)/tools/offsets-tool/MonoAotOffsetsDumper.exe: $(wildcard $(TOP)/tools/offsets-tool/*.cs)
353-
$(MAKE) -C $(dir $@) MonoAotOffsetsDumper.exe
354-
355352
LLVM_REV=3b82b3c9041eb997f627f881a67d20be37264e9c
356353

357354
# Download a prebuilt llvm
@@ -468,5 +465,3 @@ ios_crosswatch_CONFIGURE_FLAGS=--build=i386-apple-darwin10 --with-cooperative-g
468465
$(eval $(call iOSCrossTemplate,cross32,arm,llvm32,arm-darwin,arm-apple-darwin10))
469466
$(eval $(call iOSCrossTemplate,cross64,aarch64,llvm64,aarch64-darwin,aarch64-apple-darwin10))
470467
$(eval $(call iOSCrossTemplate,crosswatch,armv7k,llvm32,armv7k-unknown-darwin,armv7k-apple-darwin))
471-
472-
configure-mono: $(TOP)/configure

0 commit comments

Comments
 (0)