You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@@ -48,6 +48,10 @@ if INSTALL_MONOTOUCH_TV
|
||||
build_profiles += monotouch_tv monotouch_tv_runtime
|
||||
endif
|
||||
|
||||
if INSTALL_MOBILE_STATIC
|
||||
build_profiles += mobile_static
|
||||
endif
|
||||
|
||||
if INSTALL_XAMMAC
|
||||
build_profiles += xammac xammac_net_4_5
|
||||
endif
|
||||
@@ -84,7 +88,7 @@ clean-local:
|
||||
|
||||
endif BUILD_MCS
|
||||
|
||||
TEST_SUPPORT_FILES = $(tmpinst)/bin/mono $(tmpinst)/bin/ilasm $(tmpinst)/bin/mcs $(tmpinst)/bin/dmcs $(tmpinst)/bin/al2 $(tmpinst)/bin/al
|
||||
TEST_SUPPORT_FILES = $(tmpinst)/bin/mono $(tmpinst)/bin/ilasm $(tmpinst)/bin/mcs $(tmpinst)/bin/al
|
||||
|
||||
mcs-do-test-profiles:
|
||||
cd $(mcs_topdir) && $(MAKE) NO_DIR_CHECK=1 PROFILES='$(test_profiles)' test-profiles
|
||||
@@ -164,24 +168,12 @@ $(tmpinst)/bin/mcs: $(tmpinst)/bin/mono Makefile
|
||||
echo 'exec "'"$$r/$(tmpinst)/bin/mono"'" "'"$$m/class/lib/build/mcs.exe"'" "$$@"' >> $@ ; \
|
||||
chmod +x $@
|
||||
|
||||
$(tmpinst)/bin/dmcs: $(tmpinst)/bin/mono Makefile
|
||||
echo '#! /bin/sh' > $@ ; \
|
||||
r=`pwd`; m=`cd $(mcs_topdir) && pwd`; \
|
||||
echo 'exec "'"$$r/$(tmpinst)/bin/mono"'" "'"$$m/class/lib/build/mcs.exe -sdk:4"'" "$$@"' >> $@ ; \
|
||||
chmod +x $@
|
||||
|
||||
$(tmpinst)/bin/ilasm: $(tmpinst)/bin/mono Makefile
|
||||
echo '#! /bin/sh' > $@ ; \
|
||||
r=`pwd`; m=`cd $(mcs_topdir) && pwd`; \
|
||||
echo 'exec "'"$$r/$(tmpinst)/bin/mono"'" "'"$$m/ilasm/ilasm.exe"'" "$$@"' >> $@ ; \
|
||||
chmod +x $@
|
||||
|
||||
$(tmpinst)/bin/al2: $(tmpinst)/bin/mono Makefile
|
||||
echo '#! /bin/sh' > $@ ; \
|
||||
r=`pwd`; m=`cd $(mcs_topdir) && pwd`; \
|
||||
echo 'exec "'"$$r/$(tmpinst)/bin/mono"'" "'"$$m/class/lib/net_2_0/al.exe"'" "$$@"' >> $@ ; \
|
||||
chmod +x $@
|
||||
|
||||
$(tmpinst)/bin/al: $(tmpinst)/bin/mono Makefile
|
||||
echo '#! /bin/sh' > $@ ; \
|
||||
r=`pwd`; m=`cd $(mcs_topdir) && pwd`; \
|
||||
|
||||
Reference in New Issue
Block a user