X-Git-Url: http://bbs.cooldavid.org/git/?a=blobdiff_plain;f=Makefile;h=435dcfdab3cb60408c8a8000cb2a2534297c7769;hb=cc377620b83ee49cf582a56f828765ca40eb2a59;hp=4285fbf4486f0aba793653e19c9bbbdba9e1f399;hpb=b74ddc4baf84cb2a4b2132652ff45b7c9a03e897;p=jme.git diff --git a/Makefile b/Makefile index 4285fbf..435dcfd 100644 --- a/Makefile +++ b/Makefile @@ -43,6 +43,8 @@ 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 \