X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=Makefile;h=84b71845c43f328ca56e7cfa5d6880220068abc2;hb=0150aedda00efe2df9156c57de63f4dea8568e8e;hp=65a5dc653debc5728159e97d4ab89b0886d58634;hpb=2f86e45a7f427d217f4b94603a9f43a14877e2cc;p=sfrench%2Fcifs-2.6.git diff --git a/Makefile b/Makefile index 65a5dc653deb..84b71845c43f 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 5 -PATCHLEVEL = 5 +PATCHLEVEL = 6 SUBLEVEL = 0 -EXTRAVERSION = +EXTRAVERSION = -rc1 NAME = Kleptomaniac Octopus # *DOCUMENTATION* @@ -1679,7 +1679,7 @@ PHONY += descend $(build-dirs) descend: $(build-dirs) $(build-dirs): prepare $(Q)$(MAKE) $(build)=$@ \ - single-build=$(if $(filter-out $@/, $(single-no-ko)),1) \ + single-build=$(if $(filter-out $@/, $(filter $@/%, $(single-no-ko))),1) \ need-builtin=1 need-modorder=1 clean-dirs := $(addprefix _clean_, $(clean-dirs))