X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=2473bfa36d5f94ead4c19a736021070d7d4b69d0;hb=7ef205cf4296989315075e4139870107828a7dba;hp=89d3e11a1bade95c9b6ad477904087a053ecc181;hpb=25f1eae35e636f9c0e7fbfdddd7a8dc5fa33b0da;p=linux-2.6.git diff --git a/Makefile b/Makefile index 89d3e11a1..2473bfa36 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ SHA1SUM = sha1sum SED = sed # this is passed on the command line as the full path to /SPECS/kernel.spec -SPECFILE = kernel.spec +SPECFILE = kernel-2.6.spec # Thierry - when called from within the build, PWD is /build PWD=$(shell pwd) @@ -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 ; \