From: Guo-Fu Tseng Date: Tue, 28 Jun 2011 18:19:51 +0000 (+0800) Subject: Add centos compile tests X-Git-Tag: bp-1.0.8.1~2 X-Git-Url: http://bbs.cooldavid.org/git/?p=jme.git;a=commitdiff_plain;h=ede09a6571c3c7b13be6d8ac319bd379e7596748 Add centos compile tests --- diff --git a/Makefile b/Makefile index 4285fbf..b138d85 100644 --- a/Makefile +++ b/Makefile @@ -43,6 +43,7 @@ patch: buildtest: SRCDIRS=`find ~/linux-src -mindepth 1 -maxdepth 1 -type d -name 'linux-*' | sort -r -n`; \ + SRCDIRS="$${SRCDIRS} `find ~/linux-src/centos -mindepth 2 -maxdepth 2 -type d -name 'linux-*' | sort -r -n`"; \ for d in $${SRCDIRS}; do \ $(MAKE) clean && $(MAKE) -C . KSRC=$${d} modules; \ if [ $$? != 0 ]; then \