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:
authorRaja R Harinath <harinath@hurrynot.org>2005-11-21 12:04:17 +0300
committerRaja R Harinath <harinath@hurrynot.org>2005-11-21 12:04:17 +0300
commit775664f445b6e78d375fdaae434f88cf3dc0ec13 (patch)
tree21cf7afb5c72960013dac68aa51d508b217be143 /scripts
parent779c05558c5996a7e055b528cfddb8dfaf63ef18 (diff)
* scripts/Makefile.am (bin_SCRIPTS): Move 'gmcs' to ...
(scripts_2_0): ... here. (gmcs): Remove special-case rule. svn path=/trunk/mono/; revision=53299
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.am12
1 files changed, 5 insertions, 7 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 971729823f7..7ddb6fa1780 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -1,4 +1,4 @@
-bin_SCRIPTS = $(scripts_1_0) $(scripts_1_0_umask) $(scripts_2_0) gmcs mono-service $(scripts_rpmhelpers)
+bin_SCRIPTS = $(scripts_1_0) $(scripts_1_0_umask) $(scripts_2_0) mono-service $(scripts_rpmhelpers)
scripts_1_0 = \
al \
@@ -37,9 +37,11 @@ scripts_1_0_umask = \
sn
scripts_2_0 = \
+ gmcs \
+ ilasm2 \
monop2 \
- xbuild \
- wsdl2
+ wsdl2 \
+ xbuild
scripts_rpmhelpers = mono-find-provides mono-find-requires
@@ -93,10 +95,6 @@ $(scripts_1_0_umask): script_umask.in Makefile
$(REWRITE1) -e 's,@''exe_name@,$@,g' $(srcdir)/script_umask.in > $@.tmp
mv $@.tmp $@
-gmcs: script.in Makefile
- $(REWRITE2) -e 's,@''exe_name@,$@,g' $(srcdir)/script.in > $@.tmp
- mv $@.tmp $@
-
$(scripts_2_0): script.in Makefile
n=`echo $@ | sed 's,2$$,,'`; \
$(REWRITE2) -e "s,@""exe_name@,$$n,g" $(srcdir)/script.in > $@.tmp