Whamcloud - gitweb
- temporarily disable building some dirs when cray portals are in use
authorzab <zab>
Wed, 3 Mar 2004 00:58:30 +0000 (00:58 +0000)
committerzab <zab>
Wed, 3 Mar 2004 00:58:30 +0000 (00:58 +0000)
- revert the overly aggressive migration of portals/list.h
- make sure all builds see -DCRAY_PORTALS.  this is gross.
- protect the libcfs ioctl registration with __KERNEL__
- avoid portals_nid2str() as it breaks the compiler

lnet/Makefile.am
lustre/portals/Makefile.am

index 9f6afac..0083ac1 100644 (file)
@@ -11,7 +11,7 @@ SUBDIRS = portals unals utils
 else
 
 if CRAY_PORTALS
-SUBDIRS = libcfs unals utils tests doc 
+SUBDIRS = libcfs tests doc 
 else 
 SUBDIRS = libcfs portals knals unals utils tests doc router
 endif
index 9f6afac..0083ac1 100644 (file)
@@ -11,7 +11,7 @@ SUBDIRS = portals unals utils
 else
 
 if CRAY_PORTALS
-SUBDIRS = libcfs unals utils tests doc 
+SUBDIRS = libcfs tests doc 
 else 
 SUBDIRS = libcfs portals knals unals utils tests doc router
 endif