From: S.Çağlar Onur Date: Thu, 29 Apr 2010 18:23:25 +0000 (+0000) Subject: copy patches into SOURCEFILES X-Git-Tag: linux-2.6-32-0~26 X-Git-Url: http://git.onelab.eu/?p=linux-2.6.git;a=commitdiff_plain;h=f16617470ceaf00f36ed2425bdcbd04312ba4400 copy patches into SOURCEFILES --- 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 ; \