Setting tag linux-2.6-32-24
[linux-2.6.git] / Makefile
index f84d470..4149dee 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ SHA1SUM       = sha1sum
 SED    = sed
 
 # this is passed on the command line as the full path to <build>/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,10 +86,11 @@ trees: sources
 srpm: sources
        mkdir -p SOURCES SRPMS
        (cd SOURCES; rpm2cpio ../$(SOURCE_RPM) | cpio -diu; \
-        cp ../$(notdir $(SPECFILE)) . ; cp ../config-vserver . ; \
+        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 ; \
-        sed -i -e s,CONFIG_IPV6=m,CONFIG_IPV6=y, config-generic)
+        cat config-planetlab >> config-generic)
+       ./modify_rh_config.sh
        ./rpmmacros.sh
        export HOME=$(shell pwd) ; rpmbuild $(RPMDIRDEFS) $(RPMDEFS) --nodeps -bs $(SPECFILE)