[Libreoffice-commits] core.git: solenv/bin

Takeshi Abe tabe at fixedpoint.jp
Fri Nov 7 03:38:12 PST 2014


 solenv/bin/create-tags |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d045ad920be0aa55cd3761dc236fc621bcd8e387
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Fri Nov 7 13:52:44 2014 +0900

    make 'make tags' work in case of out-of-tree build
    
    Change-Id: I6c25988497208d9ae652feb1f9c37032f22ae376
    Reviewed-on: https://gerrit.libreoffice.org/12295
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

diff --git a/solenv/bin/create-tags b/solenv/bin/create-tags
index a9f2622..1d3f2a5 100755
--- a/solenv/bin/create-tags
+++ b/solenv/bin/create-tags
@@ -12,7 +12,7 @@ omnicppoptions="--c++-kinds=+p --fields=+iaS --extra=+q"
 ctags -h "+.hdl.hrc" --langmap=c:+.hrc.src,c++:+.hdl $omnicppoptions \
       --languages=-HTML,Java,JavaScript \
       -R --exclude=instdir --exclude=workdir \
-      --exclude=clone --totals=yes *
+      --exclude=clone --totals=yes ${SRCDIR:-*}
 
 ctags -h "+.hdl.hrc" --langmap=c:+.hrc.src,c++:+.hdl $omnicppoptions \
       --languages=-HTML,Java,JavaScript \


More information about the Libreoffice-commits mailing list