You are viewing a plain text version of this content. The canonical link for it is here.
Posted to savan-dev@ws.apache.org by na...@apache.org on 2007/09/24 13:15:59 UTC

svn commit: r578757 - /webservices/savan/trunk/c/build/win32/makefile

Author: nandika
Date: Mon Sep 24 04:15:56 2007
New Revision: 578757

URL: http://svn.apache.org/viewvc?rev=578757&view=rev
Log:
makefile updated

Modified:
    webservices/savan/trunk/c/build/win32/makefile

Modified: webservices/savan/trunk/c/build/win32/makefile
URL: http://svn.apache.org/viewvc/webservices/savan/trunk/c/build/win32/makefile?rev=578757&r1=578756&r2=578757&view=diff
==============================================================================
--- webservices/savan/trunk/c/build/win32/makefile (original)
+++ webservices/savan/trunk/c/build/win32/makefile Mon Sep 24 04:15:56 2007
@@ -73,12 +73,12 @@
 	@if exist int.msvc rmdir /S /Q int.msvc
 
 copy_extra:
-	@copy $(SAVANSRC)\README $(SAVANDISTDIR)
-	@copy $(SAVANSRC)\NEWS $(SAVANDISTDIR)
-	@copy $(SAVANSRC)\COPYING $(SAVANDISTDIR)
-	@copy $(SAVANSRC)\LICENSE $(SAVANDISTDIR)
-	@copy $(SAVANSRC)\INSTALL $(SAVANDISTDIR)
-	@copy $(SAVANSRC)\AUTHORS $(SAVANDISTDIR)
+	@if exist $(SAVANSRC)\README copy $(SAVANSRC)\README $(SAVANDISTDIR)
+	@if exist $(SAVANSRC)\NEWS copy $(SAVANSRC)\NEWS $(SAVANDISTDIR)
+	@if exist $(SAVANSRC)\COPYING copy $(SAVANSRC)\COPYING $(SAVANDISTDIR)
+	@if exist $(SAVANSRC)\LICENSE copy $(SAVANSRC)\LICENSE $(SAVANDISTDIR)
+	@if exist $(SAVANSRC)\INSTALL copy $(SAVANSRC)\INSTALL $(SAVANDISTDIR)
+	@if exist  $(SAVANSRC)\AUTHORS copy $(SAVANSRC)\AUTHORS $(SAVANDISTDIR)
 	
 copy_samples:
 	@xcopy /E $(SAVANSRC)\samples $(SAVANDISTDIR)\samples