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
This commit is contained in:
Jurij Smakov 2005-05-23 16:25:33 +00:00
parent bb28074730
commit 2d4272ab5f
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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