gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 02/03: more makefile + documentation.


From: gnunet
Subject: [gnurl] 02/03: more makefile + documentation.
Date: Thu, 07 Nov 2019 00:52:25 +0100

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 8bff2c94016535c8f0f5690a098e0c423a7b90b7
Author: ng0 <address@hidden>
AuthorDate: Wed Nov 6 23:50:27 2019 +0000

    more makefile + documentation.
---
 aux-gnurl/Makefile       | 10 ++++++----
 aux-gnurl/ReleaseProcess | 23 +++++------------------
 2 files changed, 11 insertions(+), 22 deletions(-)

diff --git a/aux-gnurl/Makefile b/aux-gnurl/Makefile
index 7b93b9a11..af3702145 100644
--- a/aux-gnurl/Makefile
+++ b/aux-gnurl/Makefile
@@ -15,14 +15,16 @@ allfiles:
 lint:
        sh ./man_lint.sh
 
+# TODO: finally drop the gmake dependency.
 .PHONY: release
 release:
        (cd .. ; sh ./buildconf)
        (cd .. ; CC="ccache cc" sh ./configure-gnurl)
-       (cd .. ; make)
-       (cd .. ; make -C tests test)
-       (cd .. ; make distcheck)
-       (cd .. ; make clean ; cd aux-gnurl ; git restore Makefile)
+       (cd .. ; gmake)
+       (cd .. ; gmake -C tests test)
+#      (cd .. ; gmake distcheck)
+       (cd .. ; gmake clean ; cd aux-gnurl ; git restore Makefile)
+        (cd .. ; MAKE="gmake" ./maketgz 7.67.0)
 
 .PHONE: clean
 clean:
diff --git a/aux-gnurl/ReleaseProcess b/aux-gnurl/ReleaseProcess
index 35641b023..3eadc2117 100644
--- a/aux-gnurl/ReleaseProcess
+++ b/aux-gnurl/ReleaseProcess
@@ -1,25 +1,12 @@
 # May this be automated one day.
 
-git checkout master
-git pull upstream master
-git checkout -b gnurl-$new curl-$new
-git cherry-pick `git log gnurl-$old | head -n 1 | cut -c8-`
-git mergetool
-git cherry-pick --continue
+git fetch --all ; git pull ; git merge $latest_curl_tag
 
-make clean
-make autoclean
-guix build -f gnurl-guix.scm
+cd aux-gnurl; make release
+#make clean ; make autoclean
+#./buildconf ; CC="ccache cc" ./configure-gnurl ; make
+#make test
 
-./buildconf
-./configure --enable-ipv6 --with-gnutls --without-libssh2 
--without-libmetalink \
---without-winidn --without-librtmp --without-nghttp2 --without-nss 
--without-cyassl \
---without-polarssl --without-ssl --without-winssl --without-darwinssl 
--disable-sspi \
---disable-ntlm-wb --disable-ldap --disable-rtsp --disable-dict 
--disable-telnet --disable-tftp \
---disable-pop3 --disable-imap --disable-smtp --disable-gopher \
---disable-file --disable-ftp --disable-smb
-make
-make test
 make distcheck
 make clean
 

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



reply via email to

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