gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] branch master updated (63b81ac1e -> bc5e7eebf)


From: gnunet
Subject: [gnurl] branch master updated (63b81ac1e -> bc5e7eebf)
Date: Thu, 07 Nov 2019 00:31:41 +0100

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

ng0 pushed a change to branch master
in repository gnurl.

    from 63b81ac1e minor
     new 10d406e7d makefile.
     new bc5e7eebf fix failure to build

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 aux-gnurl/Makefile | 7 +++++++
 src/tool_operate.c | 2 ++
 2 files changed, 9 insertions(+)

diff --git a/aux-gnurl/Makefile b/aux-gnurl/Makefile
index daee65456..3e362fd73 100644
--- a/aux-gnurl/Makefile
+++ b/aux-gnurl/Makefile
@@ -15,6 +15,13 @@ allfiles:
 lint:
        sh ./man_lint.sh
 
+.PHONY: release
+release:
+       (cd .. ; sh ./buildconf)
+       (cd .. ; CC="ccache cc" sh ./configure-gnurl)
+       (cd .. ; make)
+       (cd .. ; make -C tests test)
+
 .PHONE: clean
 clean:
        git restore ..
diff --git a/src/tool_operate.c b/src/tool_operate.c
index 3087d2d14..e83ad4195 100644
--- a/src/tool_operate.c
+++ b/src/tool_operate.c
@@ -2334,8 +2334,10 @@ CURLcode operate(struct GlobalConfig *global, int argc, 
argv_item_t argv[])
       if(res == PARAM_HELP_REQUESTED)
         tool_help();
       /* Check if we were asked for the manual */
+      /*
       else if(res == PARAM_MANUAL_REQUESTED)
         hugehelp();
+      */
       /* Check if we were asked for the version information */
       else if(res == PARAM_VERSION_INFO_REQUESTED)
         tool_version_info();

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



reply via email to

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