]> bbs.cooldavid.org Git - jme.git/commitdiff
Add centos compile tests
authorGuo-Fu Tseng <cooldavid@cooldavid.org>
Tue, 28 Jun 2011 18:19:51 +0000 (02:19 +0800)
committerGuo-Fu Tseng <cooldavid@cooldavid.org>
Tue, 28 Jun 2011 18:19:51 +0000 (02:19 +0800)
Makefile

index 4285fbf4486f0aba793653e19c9bbbdba9e1f399..b138d85432cbb6a1aff1dc59e83094032f6b18e0 100644 (file)
--- 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 \