From: Guo-Fu Tseng Date: Wed, 29 Jun 2011 04:26:25 +0000 (+0800) Subject: Add fedora compile test X-Git-Tag: bp-1.0.8.1~1 X-Git-Url: http://bbs.cooldavid.org/git/?a=commitdiff_plain;ds=sidebyside;h=62e60959fef32515c8be685177fd42010b54d6c3;p=jme.git Add fedora compile test --- diff --git a/Makefile b/Makefile index b138d85..435dcfd 100644 --- a/Makefile +++ b/Makefile @@ -44,6 +44,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`"; \ + SRCDIRS="$${SRCDIRS} `find ~/linux-src/fedora -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 \