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:
authorZoltan Varga <vargaz@gmail.com>2009-08-18 04:05:51 +0400
committerZoltan Varga <vargaz@gmail.com>2009-08-18 04:05:51 +0400
commitec02c4b91f91367e63576cb7dc40ee90bdbbfdd0 (patch)
treeaaf15952baaaa49d82ca52b9c26c1b47342980b1 /scripts
parentb3fd359ec463f9e171af7e64aab8147181982e00 (diff)
2009-08-18 Zoltan Varga <vargaz@gmail.com>
* scripts/Makefile.am: Applied patch from Hib Eris (hib@hiberis.nl). Add $(SCRIPT_SUFFIX) to the name of the 'mod' tool. svn path=/trunk/mono/; revision=140116
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 2b2559291f1..5fbde483e4b 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -35,7 +35,7 @@ bin_SCRIPTS = \
$(scripts_rpmhelpers) \
$(MDOC_SUBCOMMANDS) \
$(MDOC_COMPAT) \
- mod \
+ mod$(SCRIPT_SUFFIX) \
mono-test-install
if INSTALL_4_0
@@ -212,6 +212,7 @@ nunit-console2$(SCRIPT_SUFFIX): $(SCRIPT_IN) Makefile
$(REWRITE2_DEBUG) -e 's,@''exe_name@,nunit-console,g' $(srcdir)/$(SCRIPT_IN) | $(FILTER) > $@.tmp
mv $@.tmp $@
+#FIXME: this is not the correct rule for mod.bat.
mod$(SCRIPT_SUFFIX): mod.in Makefile
$(REWRITE1) -e "s,@""exe_name@,mod,g" $(srcdir)/mod.in > $@.tmp
mv $@.tmp $@
@@ -220,6 +221,7 @@ $(scripts_1_0): $(SCRIPT_IN) Makefile
$(REWRITE1) -e 's,@''exe_name@,$@,g' $(srcdir)/$(SCRIPT_IN) | $(FILTER) > $@.tmp
mv $@.tmp $@
+#FIXME: this is not the correct rule for bat files.
$(scripts_1_0_umask): script_umask.in Makefile
$(REWRITE1) -e 's,@''exe_name@,$@,g' $(srcdir)/script_umask.in > $@.tmp
mv $@.tmp $@