From 2d4272ab5f7285c558958cdfe1a23018770cbc12 Mon Sep 17 00:00:00 2001 From: Jurij Smakov Date: Mon, 23 May 2005 16:25:33 +0000 Subject: [PATCH] Moved the creation of .config file in kernel-source directory to headers-stamp target to avoid overwriting it. svn path=/branches/kernel-image-2.6.11/; revision=3225 --- Makefile | 2 +- arch/amd64/Makefile.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2a950e649..c9200109d 100755 --- a/Makefile +++ b/Makefile @@ -120,6 +120,7 @@ headers-stamp: $(kdir) 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 @@ $(kdir): post-install-$(subarch) 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) diff --git a/arch/amd64/Makefile.inc b/arch/amd64/Makefile.inc index cbd19213c..1ea278a6a 100644 --- a/arch/amd64/Makefile.inc +++ b/arch/amd64/Makefile.inc @@ -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