You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.151
Former-commit-id: ffd6414cefbb5fbb0d9568fd124df49cf596b667
This commit is contained in:
parent
c0d0d7dce1
commit
37fbf886a3
@@ -1,3 +1,4 @@
|
||||
|
||||
tmpinst = _tmpinst
|
||||
|
||||
noinst_SCRIPTS = mono-wrapper monodis-wrapper
|
||||
@@ -81,34 +82,49 @@ endif
|
||||
|
||||
test_profiles = $(filter-out binary_reference_assemblies monodroid_tools,$(build_profiles))
|
||||
|
||||
if BUILD_MCS
|
||||
|
||||
MAKE_FLAGS=$(if $(V),,--no-print-directory -s)
|
||||
|
||||
# The write check is to foil 'make distcheck'
|
||||
all-local: $(SUPPORT_FILES) $(TEST_SUPPORT_FILES)
|
||||
all-mcs: $(SUPPORT_FILES) $(TEST_SUPPORT_FILES)
|
||||
if test -w $(mcs_topdir); then :; else chmod -R +w $(mcs_topdir); fi
|
||||
cd $(mcs_topdir) && $(MAKE) $(MAKE_FLAGS) NO_DIR_CHECK=1 PROFILES='$(build_profiles)' CC='$(CC)' all-profiles
|
||||
|
||||
# override automake
|
||||
install: install-exec install-data
|
||||
install-mcs: install-mcs-exec install-mcs-data
|
||||
|
||||
# override automake
|
||||
install-exec: $(SUPPORT_FILES) $(TEST_SUPPORT_FILES)
|
||||
install-mcs-exec: $(SUPPORT_FILES) $(TEST_SUPPORT_FILES)
|
||||
cd $(mcs_topdir) && $(MAKE) NO_DIR_CHECK=1 PROFILES='$(build_profiles)' RUNTIME_HAS_CONSISTENT_GACDIR=yes prefix=$(prefix) install-profiles
|
||||
|
||||
# override automake
|
||||
install-data:
|
||||
install-mcs-data:
|
||||
@:
|
||||
|
||||
# override automake
|
||||
uninstall:
|
||||
uninstall-mcs:
|
||||
cd $(mcs_topdir) && $(MAKE) NO_DIR_CHECK=1 PROFILES='$(build_profiles)' RUNTIME_HAS_CONSISTENT_GACDIR=yes prefix=$(prefix) uninstall-profiles
|
||||
|
||||
clean-local:
|
||||
clean-mcs:
|
||||
cd $(mcs_topdir) && $(MAKE) NO_DIR_CHECK=1 PROFILES='$(build_profiles)' clean-profiles
|
||||
-rm -fr $(etctmp) $(tmpinst)
|
||||
|
||||
if BUILD_MCS
|
||||
|
||||
all-local: all-mcs
|
||||
|
||||
# override automake
|
||||
install: install-mcs
|
||||
|
||||
# override automake
|
||||
install-exec: install-mcs-exec
|
||||
|
||||
# override automake
|
||||
install-data: install-mcs-data
|
||||
|
||||
# override automake
|
||||
uninstall: uninstall-mcs
|
||||
|
||||
clean-local: clean-mcs
|
||||
|
||||
endif BUILD_MCS
|
||||
|
||||
TEST_SUPPORT_FILES = $(tmpinst)/bin/mono $(tmpinst)/bin/ilasm $(tmpinst)/bin/csc $(tmpinst)/bin/mcs $(tmpinst)/bin/al
|
||||
|
||||
Reference in New Issue
Block a user