]> granicus.if.org Git - curl/commitdiff
revert previous patch since it turned out that older cp dont know this switch, argh!
authorGunter Knauf <gk@gknw.de>
Thu, 28 Jun 2007 22:31:18 +0000 (22:31 +0000)
committerGunter Knauf <gk@gknw.de>
Thu, 28 Jun 2007 22:31:18 +0000 (22:31 +0000)
tests/testcurl.pl

index 8a3d7becbbeb84c314dba08b2561f48df0f1e8e2..b7828d32a78d554b4d1aebb68a18b700b08cb8c6 100755 (executable)
@@ -477,14 +477,14 @@ if ($configurebuild) {
     mydie "configure didn't work";
   }
 } else {
-  logit "Copying files to build dir...";
+  logit "copying files to build dir ...";
   if (($^O eq 'MSWin32') && ($targetos !~ /netware/)) {
     system("xcopy /s /q ..\\$CURLDIR .");
     system("buildconf.bat");
   }
   elsif (($^O eq 'linux') || ($targetos =~ /netware/)) {
-    system("cp -afr --no-preserve=ownership ../$CURLDIR/* ."); 
-    system("cp -af --no-preserve=ownership ../$CURLDIR/Makefile.dist Makefile"); 
+    system("cp -afr ../$CURLDIR/* ."); 
+    system("cp -af ../$CURLDIR/Makefile.dist Makefile"); 
     system("$make -i -C lib -f Makefile.$targetos prebuild");
     system("$make -i -C src -f Makefile.$targetos prebuild");
   }