*** ./src/tools/make_ctags.orig 2004-02-01 11:00:58.000000000 +0200 --- ./src/tools/make_ctags 2004-02-01 11:04:51.000000000 +0200 *************** *** 10,15 **** --- 10,16 ---- find `pwd`/ \( -name _deadcode -a -prune \) -o \ -type f -name '*.[chyl]' -print|xargs ctags "$FLAGS" -a -f tags + LANG=C sort tags >/tmp/$$ && mv /tmp/$$ tags find . -name 'CVS' -prune -o -type d -print |while read DIR