bug-global
[Top][All Lists]
Advanced

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

Re: GLOBAL-5.6.1 released.


From: Hideki IWAMOTO
Subject: Re: GLOBAL-5.6.1 released.
Date: Sat, 11 Aug 2007 20:41:19 +0900

Automake that you are using doesn't correctly make GTAGS target. 

[global-5.6]$ make GTAGS
here=`CDPATH="${ZSH_VERSION+.}:" && cd . && pwd` \
  && cd . \
  && gtags -i  $here \
  && if test '.' != '.'; then \
       echo '.' >$here/GTAGSROOT; \
     fi

[global-5.6.1]$ make GTAGS
here=`CDPATH="${ZSH_VERSION+.}:" && cd . && pwd` \
  && cd . \
  && gtags -i  $here
&& if test '.' != '.'; then \
       echo '.' >./GTAGSROOT; fi
/bin/sh: -c: line 0: syntax error near unexpected token `&&'
/bin/sh: -c: line 0: `&& if test '.' != '.'; then  echo '.' >./GTAGSROOT; fi'
make: *** [GTAGS] Error 2

----
Hideki IWAMOTO  address@hidden




reply via email to

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