Browse Source

2009-08-18 Zoltan Varga <[email protected]>

	* scripts/Makefile.am: Applied patch from Hib Eris ([email protected]).
	Add $(SCRIPT_SUFFIX) to the name of the 'mod' tool.

svn path=/trunk/mono/; revision=140116
Zoltan Varga 16 years ago
parent
commit
ec02c4b91f
2 changed files with 8 additions and 1 deletions
  1. 5 0
      ChangeLog
  2. 3 1
      scripts/Makefile.am

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2009-08-18  Zoltan Varga  <[email protected]>
+
+	* scripts/Makefile.am: Applied patch from Hib Eris ([email protected]).
+	Add $(SCRIPT_SUFFIX) to the name of the 'mod' tool.
+
 2009-08-04  Miguel de Icaza  <[email protected]>
 
 	* Start the split between PLATFORM_WIN32 and TARGET_WIN32.  

+ 3 - 1
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) > [email protected]
 	mv [email protected] $@
 
+#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 > [email protected]
 	mv [email protected] $@
@@ -220,6 +221,7 @@ $(scripts_1_0): $(SCRIPT_IN) Makefile
 	$(REWRITE1) -e 's,@''exe_name@,$@,g' $(srcdir)/$(SCRIPT_IN) | $(FILTER) > [email protected]
 	mv [email protected] $@
 
+#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 > [email protected]
 	mv [email protected] $@