X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=Makefile;h=d04ee0ad1dccce7ea2503637ffbe6d8753074ffe;hb=77ecfe8d427f554fabbf258e9d789f1d4c3afd63;hp=681c1d23b4d4f813703667516f9966d9d701d915;hpb=6c6f1f0f4db31a192916eaa31ec2f114fda7d5e5;p=deliverable%2Flinux.git diff --git a/Makefile b/Makefile index 681c1d23b4d4..d04ee0ad1dcc 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 29 -EXTRAVERSION = -rc4 +EXTRAVERSION = -rc7 NAME = Erotic Pickled Herring # *DOCUMENTATION* @@ -389,6 +389,7 @@ PHONY += outputmakefile # output directory. outputmakefile: ifneq ($(KBUILD_SRC),) + $(Q)ln -fsn $(srctree) source $(Q)$(CONFIG_SHELL) $(srctree)/scripts/mkmakefile \ $(srctree) $(objtree) $(VERSION) $(PATCHLEVEL) endif @@ -946,7 +947,6 @@ ifneq ($(KBUILD_SRC),) mkdir -p include2; \ ln -fsn $(srctree)/include/asm-$(SRCARCH) include2/asm; \ fi - ln -fsn $(srctree) source endif # prepare2 creates a makefile if using a separate output directory