X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=cd2299f08a5ddd28a8e0645a634ad64f8ffa39c3;hb=57add62162b3c31b9d4716e5c9d2dc73647fc8f2;hp=779640529dff6f10dbcfab170b37cd78aa4d92cc;hpb=dfc57a79e7db793e2f982e612ec9ab5768a5fa7c;p=linux-2.6.git diff --git a/Makefile b/Makefile index 779640529..cd2299f08 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,7 @@ trees: sources srpm: sources mkdir -p SOURCES SRPMS (cd SOURCES; rpm2cpio ../$(SOURCE_RPM) | cpio -diu; \ - cp ../$(notdir $(SPECFILE)) . ; cp ../linux*.patch . ; \ + cp ../$(notdir $(SPECFILE)) . ; cp ../linux*.patch . ; cp ../Makefile.config . ; cp ../config-vserver . ; \ for downloaded in $(SOURCEFILES) ; do cp ../$$downloaded . ; done ; \ sed -i -e s,CONFIG_IPV6=m,CONFIG_IPV6=y, config-generic) ./rpmmacros.sh