Index: src/tools/make_ctags =================================================================== RCS file: /cvsroot/pgsql-server/src/tools/make_ctags,v retrieving revision 1.7 diff -c -c -r1.7 make_ctags *** src/tools/make_ctags 18 Jan 2003 06:06:51 -0000 1.7 --- src/tools/make_ctags 1 Feb 2004 23:10:42 -0000 *************** *** 10,15 **** --- 10,17 ---- find `pwd`/ \( -name _deadcode -a -prune \) -o \ -type f -name '*.[chyl]' -print|xargs ctags "$FLAGS" -a -f tags + LANG=C + LC_ALL=C sort tags >/tmp/$$ && mv /tmp/$$ tags find . -name 'CVS' -prune -o -type d -print |while read DIR