gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 104/150: winbuild: Use CALL to run batch scripts


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 104/150: winbuild: Use CALL to run batch scripts
Date: Fri, 30 Mar 2018 16:49:18 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 4fff37b91f26c0aeb61db99bcc53ff3013950916
Author: Rod Widdowson <address@hidden>
AuthorDate: Thu Feb 22 15:25:18 2018 +0000

    winbuild: Use CALL to run batch scripts
    
    Co-authored-by: Stefan Kanthak
    
    Closes https://github.com/curl/curl/issues/2330
    Closes https://github.com/curl/curl/pull/2331
---
 winbuild/Makefile.vc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/winbuild/Makefile.vc b/winbuild/Makefile.vc
index cec9b14e7..46919fc2d 100644
--- a/winbuild/Makefile.vc
+++ b/winbuild/Makefile.vc
@@ -248,12 +248,12 @@ $(MODE):
        @SET DIROBJ=$(LIBCURL_DIROBJ)
        @SET MACRO_NAME=LIBCURL_OBJS
        @SET OUTFILE=LIBCURL_OBJS.inc
-       @gen_resp_file.bat $(LIBCURL_OBJS)
+       @CALL gen_resp_file.bat $(LIBCURL_OBJS)
 
        @SET DIROBJ=$(CURL_DIROBJ)
        @SET MACRO_NAME=CURL_OBJS
        @SET OUTFILE=CURL_OBJS.inc
-       @gen_resp_file.bat $(CURL_OBJS)
+       @CALL gen_resp_file.bat $(CURL_OBJS)
 
        @SET CONFIG_NAME_LIB=$(CONFIG_NAME_LIB)
        @SET MACHINE=$(MACHINE)

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



reply via email to

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