From f0f60d0e0c0b114a4bfc9a96812884501246f05f Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sun, 9 Oct 2005 17:53:54 +0000 Subject: [PATCH] The kernel config file must be put in place after "make mrproper" to work. --- dump-lfs-scripts.xsl | 4 ++++ jhalfs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dump-lfs-scripts.xsl b/dump-lfs-scripts.xsl index 32c5731..7648741 100644 --- a/dump-lfs-scripts.xsl +++ b/dump-lfs-scripts.xsl @@ -92,6 +92,10 @@ + + make mrproper && + cp -v ../kernel-config .config && + tar.bz2 diff --git a/jhalfs b/jhalfs index d83622c..25b6492 100755 --- a/jhalfs +++ b/jhalfs @@ -704,7 +704,7 @@ EOF if [ "$i" = "132-kernel" ] ; then ( cat << EOF - @source envars && cp $CONFIG \$(LFS)\$(PKGDIR)/.config + @cp $CONFIG \$(LFS)/sources/kernel-config EOF ) >> $MKFILE.tmp fi