X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lnet%2FautoMakefile.am;h=d8d062eb0858ea7e7699126cf68a49d6a0892091;hb=c27a04734b4dff552dfe2034cc29bd24556778fb;hp=50d829873e5326624b5ebbbc523616b11adb20c2;hpb=00f255b8c00dff66481a6ab22391869217b5d8af;p=fs%2Flustre-release.git diff --git a/lnet/autoMakefile.am b/lnet/autoMakefile.am index 50d8298..d8d062e 100644 --- a/lnet/autoMakefile.am +++ b/lnet/autoMakefile.am @@ -3,23 +3,8 @@ # This code is issued under the GNU General Public License. # See the file COPYING in this distribution -SUBDIRS = libcfs portals knals unals router tests doc utils include \ +SUBDIRS = libcfs lnet klnds ulnds selftest doc utils include \ autoconf -sources: include/libcfs/arch +sources: $(MAKE) sources -C libcfs - -all-recursive: include/libcfs/arch - -include/libcfs/arch: - case `uname` in \ - Linux) \ - ln -s linux include/libcfs/arch \ - ;; \ - Darwin) \ - ln -s darwin include/libcfs/arch \ - ;; \ - *) \ - echo "Platform `uname` is not supported" \ - ;; \ - esac