X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=Makefile;h=27fb890a2bffe029236a2199637518bdaf951c6c;hb=d325100504f1d0c296a1fbfef558deaa655e2240;hp=b280cfcf1efe630c0ec183c7a3e280e555c00222;hpb=494df596f9c315e20523894caa2a2938db3e5d8d;p=safe%2Fjmp%2Flinux-2.6 diff --git a/Makefile b/Makefile index b280cfc..27fb890 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 29 -EXTRAVERSION = -rc5 +EXTRAVERSION = -rc6 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 @@ -947,7 +948,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