Whamcloud - gitweb
Fix "tags" target if portals is a symlink
authoruid34591 <uid34591>
Fri, 5 Jul 2002 22:39:03 +0000 (22:39 +0000)
committeruid34591 <uid34591>
Fri, 5 Jul 2002 22:39:03 +0000 (22:39 +0000)
lustre/Rules

index 00b17e3..6c9e894 100644 (file)
@@ -16,8 +16,8 @@ $(MODULE).o: $($(MODULE)_OBJECTS)
 tags:
        rm -f $(top_srcdir)/TAGS
        rm -f $(top_srcdir)/tags
-       find $(top_srcdir)/../portals -name '*.[hc]' | xargs etags -a
+       find $(top_srcdir)/../portals/ -name '*.[hc]' | xargs etags -a
        find $(top_srcdir) -name '*.[hc]' | xargs etags -a
-       find $(top_srcdir)/../portals -name '*.[hc]' | xargs ctags -a
+       find $(top_srcdir)/../portals/ -name '*.[hc]' | xargs ctags -a
        find $(top_srcdir) -name '*.[hc]' | xargs ctags -a