> > iff --git a/scripts/package/Makefile b/scripts/package/Makefile > > index 87bf080..212ee19 100644 > > --- a/scripts/package/Makefile > > +++ b/scripts/package/Makefile > > @@ -105,8 +105,8 @@ clean-dirs += $(objtree)/debian/ > > # tarball targets > > # --------------------------------------------------------------------------- > > tar%pkg: FORCE > > - $(MAKE) KBUILD_SRC= > > - $(CONFIG_SHELL) $(srctree)/scripts/package/buildtar $@ > > + +$(MAKE) KBUILD_SRC= > > + +$(CONFIG_SHELL) $(srctree)/scripts/package/buildtar $@ > > > > clean-dirs += $(objtree)/tar-install/ > > For the following comamnd: > > make O=o -j8 tar-pkg > > your patch fixed the annoying warning?!? I still see the warning even with the patch :-( Hmm, I use a separate objdir. Could that be related? -Andi -- ak@xxxxxxxxxxxxxxx -- Speaking for myself only. -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html