X-Git-Url: http://bbs.cooldavid.org/git/?a=blobdiff_plain;f=Makefile;h=435dcfdab3cb60408c8a8000cb2a2534297c7769;hb=577bdf881d4d5a747a08f4ce0fb971ff3f14b77f;hp=b138d85432cbb6a1aff1dc59e83094032f6b18e0;hpb=ede09a6571c3c7b13be6d8ac319bd379e7596748;p=jme.git 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 \