gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: build_cscope


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: build_cscope
Date: Sat, 09 Mar 2019 12:19:28 +0100

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

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new c3a839bbf build_cscope
c3a839bbf is described below

commit c3a839bbf49f71c9c2623e7b1adcaebe3decc00f
Author: ng0 <address@hidden>
AuthorDate: Sat Mar 9 11:17:57 2019 +0000

    build_cscope
---
 contrib/scripts/build_cscope.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/contrib/scripts/build_cscope.sh b/contrib/scripts/build_cscope.sh
new file mode 100644
index 000000000..ee48f9b54
--- /dev/null
+++ b/contrib/scripts/build_cscope.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+find . -name "*.c" -o -name "*.cpp" -o -name "*.h" -o -name "*.hpp" -o -name 
"*.py" -o -name "*.sh" > cscope.files
+cscope -q -R -b -i cscope.files

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



reply via email to

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