X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=07b9005b2b07793a2199726a1a4cdabecc643c64;hb=f16617470ceaf00f36ed2425bdcbd04312ba4400;hp=89d3e11a1bade95c9b6ad477904087a053ecc181;hpb=5a8ae559a6cf067f132ef67b9c5021ff430e9e4c;p=linux-2.6.git diff --git a/Makefile b/Makefile index 89d3e11a1..07b9005b2 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 ../config-vserver . ; cp ../config-planetlab .; \ + cp ../$(notdir $(SPECFILE)) . ; cp ../linux-*.patch .; cp ../config-vserver . ; cp ../config-planetlab .; \ for downloaded in $(SOURCEFILES) ; do cp ../$$downloaded . ; done ; \ cat config-vserver >> config-generic ; \ cat config-planetlab >> config-generic ; \