Bug #53196 CMake builds don't support 'make tags' and 'make ctags' targets.
Submitted: 27 Apr 2010 12:44 Modified: 17 Jun 2010 7:31
Reporter: Konstantin Osipov (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: Vladislav Vaintroub CPU Architecture:Any

[27 Apr 2010 12:44] Konstantin Osipov
Description:
CMake builds don't support 'make tags' and 'make ctags' targets.

How to repeat:
Try to build the server with CMake. Run 'make tags' or 'make ctags'. Observe there are no such targets:
kostja@ibbur:~/work/trunk-runtime$ make ctags
make: *** No rule to make target `ctags'.  Stop.
kostja@ibbur:~/work/trunk-runtime$ make tags
make: *** No rule to make target `tags'.  Stop.
[29 Apr 2010 19:33] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/106993

3161 Vladislav Vaintroub	2010-04-29
      Bug#53196 : CMake builds don't support 'make tags' and 'make ctags' targets.
      
      - Added tags and ctags targets
[10 Jun 2010 18:50] Konstantin Osipov
Pushed into trunk-runtime a while ago.
[15 Jun 2010 8:16] Bugs System
Pushed into 5.5.5-m3 (revid:alik@sun.com-20100615080459-smuswd9ooeywcxuc) (version source revid:mmakela@bk-internal.mysql.com-20100415070122-1nxji8ym4mao13ao) (merge vers: 5.1.47) (pib:16)
[15 Jun 2010 8:33] Bugs System
Pushed into mysql-next-mr (revid:alik@sun.com-20100615080558-cw01bzdqr1bdmmec) (version source revid:mmakela@bk-internal.mysql.com-20100415070122-1nxji8ym4mao13ao) (pib:16)
[17 Jun 2010 7:31] MC Brown
No changelog entry required.