RE: Makefile patch for cscope and saner Ctags

Khachaturov, Vassilii (Vassilii.Khachaturov@comverse.com)
Thu, 31 May 2001 12:11:24 -0400


Great stuff. May I suggest adding -k to the cscope cmdline:

> + cscope -b -I include

should become
+ cscope -b -k -I include

Also, I think you should separate cscope.files creation into a different
rule,
and make the cscope target depend on it and on the files in it. (Like the
stuff
with .flags)

The new .files should be created in a different file, and the old file
shouldn't
be replaced if there's no change.

Lastly, you need to clean up. I think cscope.out should be cleaned up
in the clean target, while the cscope.files should probably should only be
cleaned on rmproper or such.

Vassilii
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/