r3225 - in branches/kernel-image-2.6.11: . arch/amd64

Jurij Smakov jurij-guest@costa.debian.org
Mon, 23 May 2005 16:25:34 +0000


Author: jurij-guest
Date: 2005-05-23 16:25:33 +0000 (Mon, 23 May 2005)
New Revision: 3225

Modified:
   branches/kernel-image-2.6.11/Makefile
   branches/kernel-image-2.6.11/arch/amd64/Makefile.inc
Log:
Moved the creation of .config file in kernel-source
directory to headers-stamp target to avoid overwriting
it.


Modified: branches/kernel-image-2.6.11/Makefile
===================================================================
--- branches/kernel-image-2.6.11/Makefile	2005-05-23 14:25:40 UTC (rev 3224)
+++ branches/kernel-image-2.6.11/Makefile	2005-05-23 16:25:33 UTC (rev 3225)
@@ -120,6 +120,7 @@
 	dh_testdir
 	dh_clean -k
 	dh_installdirs
+	cp $(default) $(kdir)/.config
 	cd $(kdir); $(kpkg_headers_cmd)
 	cat $(kdir)/debian/files >> debian/files
 	touch headers-stamp
@@ -169,7 +170,6 @@
 	cp debian/changelog $(tkdir)/debian
 	cp debian/control   $(tkdir)/debian
 	cp debian/copyright $(tkdir)/debian
-	cp $(default) $(tkdir)/.config
 	touch $(tkdir)/debian/official
 	install post-install-$(subarch) $(tkdir)/debian/post-install
 	cd $(tkdir) && $(kpatch)

Modified: branches/kernel-image-2.6.11/arch/amd64/Makefile.inc
===================================================================
--- branches/kernel-image-2.6.11/arch/amd64/Makefile.inc	2005-05-23 14:25:40 UTC (rev 3224)
+++ branches/kernel-image-2.6.11/arch/amd64/Makefile.inc	2005-05-23 16:25:33 UTC (rev 3225)
@@ -4,4 +4,4 @@
 include_common_config := no
 headers_extra := arch/x86_64/kernel/ams-offsets.s
 initrd_modules := kernel/drivers/video/vesafb.ko kernel/security/capability.ko
-header_dirs = 'x86_64'
+headers_dirs = x86_64