gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 199/264: buildconf: use find -execdir instead, remove -print and


From: gnunet
Subject: [gnurl] 199/264: buildconf: use find -execdir instead, remove -print and the ares files
Date: Thu, 30 Apr 2020 16:08:22 +0200

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

nikita pushed a commit to branch master
in repository gnurl.

commit c712009838f44211958854de431315586995bc61
Author: Daniel Stenberg <address@hidden>
AuthorDate: Wed Apr 15 14:53:53 2020 +0200

    buildconf: use find -execdir instead, remove -print and the ares files
    
    Follow-up to 1e41bec96a6e
    
    Suggested-by: Marc Hörsken
---
 buildconf | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/buildconf b/buildconf
index 383665a7b..6f7f0b393 100755
--- a/buildconf
+++ b/buildconf
@@ -6,7 +6,7 @@
 #                            | (__| |_| |  _ <| |___
 #                             \___|\___/|_| \_\_____|
 #
-# Copyright (C) 1998 - 2017, Daniel Stenberg, <address@hidden>, et al.
+# Copyright (C) 1998 - 2020, Daniel Stenberg, <address@hidden>, et al.
 #
 # This software is licensed as described in the file COPYING, which
 # you should have received as part of this distribution. The terms
@@ -64,7 +64,7 @@ findtool(){
 #
 removethis(){
   if test "$#" = "1"; then
-    find . -depth -name $1 -print -exec rm -rf {} \;
+    find . -depth -name $1 -execdir rm -rf {} \;
   fi
 }
 
@@ -282,9 +282,6 @@ for fname in .deps \
     Makefile.in \
     aclocal.m4 \
     aclocal.m4.bak \
-    ares_build.h \
-    ares_config.h \
-    ares_config.h.in \
     autom4te.cache \
     compile \
     config.guess \

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



reply via email to

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