X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=cd2299f08a5ddd28a8e0645a634ad64f8ffa39c3;hb=refs%2Fheads%2Ff12;hp=779640529dff6f10dbcfab170b37cd78aa4d92cc;hpb=a2ece80b4e728bf83f63d2b0585f9c4965084cab;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