Add 'etags' makefile target.
authorThomas Schilling <nominolo@googlemail.com>
Mon, 13 Oct 2008 17:09:27 +0000 (17:09 +0000)
committerThomas Schilling <nominolo@googlemail.com>
Mon, 13 Oct 2008 17:09:27 +0000 (17:09 +0000)
commite48d901d2e723c1b24b86c4755b948e70506f990
tree1a718aedbaae4281c35375c73b58b7ba5928d3d1
parent7fb94f753f166563ee3f3b43e7ec5064e82971d3
Add 'etags' makefile target.

This only works with stage2 since `ghctags' is built against stage1
but not against the bootstrapping compiler.  Also note that all of GHC
must typecheck for this target to succeed.  Perhaps we should not
overwrite the old TAGS file by default then.
compiler/Makefile