From: zab Date: Sat, 15 Feb 2003 20:21:15 +0000 (+0000) Subject: - rebase b_io against HEAD in preparation for the latest write cache code X-Git-Tag: v1_7_100~1^368~131 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=256d30ed911dfd4d8cf8bc2b6e65902cedd1f909;p=fs%2Flustre-release.git - rebase b_io against HEAD in preparation for the latest write cache code --- diff --git a/lustre/Rules b/lustre/Rules index cbcf51f..069e89a 100644 --- a/lustre/Rules +++ b/lustre/Rules @@ -17,8 +17,8 @@ tags: rm -f $(top_srcdir)/TAGS rm -f $(top_srcdir)/tags find $(top_srcdir)/../portals/ -name '*.[hc]' | xargs etags -a - find $(top_srcdir) -name '*.[hc]' | xargs etags -a + find $(top_srcdir) -name '*.[hc]' | grep -v ".orig" | xargs etags -a find $(top_srcdir)/../portals/ -name '*.[hc]' | xargs ctags -a - find $(top_srcdir) -name '*.[hc]' | xargs ctags -a + find $(top_srcdir) -name '*.[hc]' | grep -v ".orig" | xargs ctags -a -AM_CPPFLAGS="-I$(top_builddir)/include" +AM_CPPFLAGS=-I$(top_builddir)/include