Whamcloud - gitweb
LU-13787 build: fix snmp / libcfs build order 88/39388/3
authorJames Simmons <jsimmons@infradead.org>
Wed, 15 Jul 2020 18:33:24 +0000 (14:33 -0400)
committerOleg Drokin <green@whamcloud.com>
Fri, 7 Aug 2020 04:59:59 +0000 (04:59 +0000)
The Lustre snmp code is dependent on libcfs so make
sure libcfs is built first. This only shows up in
parallel builds.

Fixes: 742897a967cf ("LU-13274 uapi: make lnet UAPI headers C99 compliant")
Test-Parameters: trivial
Change-Id: Ibe1669e8586eb54129d3b9dd74b0287766af0bf3
Signed-off-by: James Simmons <jsimmons@infradead.org>
Reviewed-on: https://review.whamcloud.com/39388
Reviewed-by: Gian-Carlo DeFazio <defazio1@llnl.gov>
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Olaf Faaland-LLNL <faaland1@llnl.gov>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
autoMakefile.am

index b7bcff3..0f1424b 100644 (file)
@@ -1,15 +1,15 @@
 SUBDIRS := @LDISKFS_SUBDIR@ \
        . \
        @LUSTREIOKIT_SUBDIR@ \
-       @SNMP_SUBDIR@ \
        libcfs \
+       @SNMP_SUBDIR@ \
        lnet \
        lustre
 
 DIST_SUBDIRS := ldiskfs \
        lustre-iokit \
-       @SNMP_DIST_SUBDIR@ \
        libcfs \
+       @SNMP_DIST_SUBDIR@ \
        lnet \
        lustre \
        config