Selaa lähdekoodia

workaround cygwin ambiguity

svn path=/trunk/mcs/; revision=45322
Andrew Skiba 20 vuotta sitten
vanhempi
sitoutus
6d4d08504a

+ 4 - 0
mcs/class/System.XML/Test/System.Xml/W3C/ChangeLog

@@ -1,3 +1,7 @@
+2005-06-02  Andrew Skiba  <[email protected]>
+
+	* Makefile : mkdir as unzip seems to have trouble otherwise (on Cygwin there is an ambiguity between xmlconf.exe and xmlconf dir)
+
 2005-06-01  Andrew Skiba  <[email protected]>
 
 	* TODO : added new file

+ 1 - 1
mcs/class/System.XML/Test/System.Xml/W3C/Makefile

@@ -20,7 +20,7 @@ $(TEST_ARCHIVE):
 	wget http://www.w3.org/XML/Test/xmlts20031210.zip
 
 $(TEST_CATALOG): $(TEST_ARCHIVE)
-	unzip -un $(TEST_ARCHIVE)
+	mkdir xmlconf; unzip -un $(TEST_ARCHIVE)
 	touch $(TEST_CATALOG)
 
 .cs.exe :