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
path: root/mcs/build
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2009-04-30 04:11:21 +0400
committerMiguel de Icaza <miguel@gnome.org>2009-04-30 04:11:21 +0400
commit748e61f688fa80cd0b637cd0cfa5b90fd7b1aa5c (patch)
tree63082744676b92bd74d2d8a764df8cfda156ad23 /mcs/build
parentad85a34432415c3e3029927030d26e9dd231ad51 (diff)
Hook to allow the caller to requested a call to csproj-local
svn path=/trunk/mcs/; revision=133098
Diffstat (limited to 'mcs/build')
-rw-r--r--mcs/build/library.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/build/library.make b/mcs/build/library.make
index 85e892edb55..ad3919dae79 100644
--- a/mcs/build/library.make
+++ b/mcs/build/library.make
@@ -76,7 +76,7 @@ GACDIR = $(mono_libdir)
GACROOT = $(DESTDIR)$(mono_libdir)
endif
-all-local: $(the_lib)
+all-local: $(the_lib) $(extra_targets)
ifeq ($(LIBRARY_COMPILE),$(BOOT_COMPILE))
is_boot=true
@@ -91,7 +91,7 @@ csproj-local:
echo $(LIBRARY_NAME); \
echo $(BUILT_SOURCES_cmdline); \
echo $(build_lib); \
- echo $(response)) | mono $(topdir)/build/csproj/genproj.exe $(topdir)/build/csproj/csproj.tmpl > `basename $(LIBRARY_NAME) .dll`.csproj
+ echo $(response)) | mono $(topdir)/build/csproj/genproj.exe $(topdir)/build/csproj/csproj.tmpl > `basename $(LIBRARY_NAME) .dll`-PROFILE.csproj
install-local: all-local