copy patches into SOURCEFILES
authorS.Çağlar Onur <caglar@cs.princeton.edu>
Thu, 29 Apr 2010 18:23:25 +0000 (18:23 +0000)
committerS.Çağlar Onur <caglar@cs.princeton.edu>
Thu, 29 Apr 2010 18:23:25 +0000 (18:23 +0000)
Makefile

index 89d3e11..07b9005 100644 (file)
--- 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 ; \