gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 33/163: winbuild: only delete OUTFILE if it exists


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 33/163: winbuild: only delete OUTFILE if it exists
Date: Sun, 05 Aug 2018 12:35:59 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 8ff7555891ed0d7d1b9e5c4ceea528d1fa3aec34
Author: richardthe3rd <address@hidden>
AuthorDate: Thu May 24 15:11:44 2018 +0100

    winbuild: only delete OUTFILE if it exists
    
    This removes the slightly annoying "Could not file LIBCURL_OBJS.inc" and
    "Could not find CURL_OBJS.inc.inc" message when building into a clean
    folder.
    
    closes #2602
---
 winbuild/gen_resp_file.bat | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/winbuild/gen_resp_file.bat b/winbuild/gen_resp_file.bat
index 434f36963..c640cee09 100755
--- a/winbuild/gen_resp_file.bat
+++ b/winbuild/gen_resp_file.bat
@@ -1,5 +1,7 @@
 @echo OFF
address@hidden %OUTFILE%
address@hidden exist %OUTFILE% (
+    del %OUTFILE%
+)
 @echo %MACRO_NAME% = \> %OUTFILE%
 @for %%i in (%*) do @echo              %DIROBJ%/%%i \>>  %OUTFILE%
 @echo. >>  %OUTFILE%

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]