X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=e329d0ce9a93f16b648518b31737d948e9697ad2;hb=d3444a423880c1556e1f9ed25f28cf7c7330a856;hp=07b9005b2b07793a2199726a1a4cdabecc643c64;hpb=f16617470ceaf00f36ed2425bdcbd04312ba4400;p=linux-2.6.git diff --git a/Makefile b/Makefile index 07b9005b2..e329d0ce9 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) @@ -90,7 +90,8 @@ srpm: sources for downloaded in $(SOURCEFILES) ; do cp ../$$downloaded . ; done ; \ cat config-vserver >> config-generic ; \ cat config-planetlab >> config-generic ; \ - sed -i -e s,CONFIG_IPV6=m,CONFIG_IPV6=y, config-generic) + sed -i -e s,CONFIG_IPV6=m,CONFIG_IPV6=y, config-generic ;\ + sed -e -e s,CONFIG_MODULE_SIG=y,CONFIG_MODULE_SIG=n, config-generic-rhel) ./rpmmacros.sh export HOME=$(shell pwd) ; rpmbuild $(RPMDIRDEFS) $(RPMDEFS) --nodeps -bs $(SPECFILE)