Fix a few missing bits of the transition to the new menu subsystem

This commit is contained in:
Pierre Labastie 2019-04-25 08:44:43 +00:00
parent f596dde66c
commit 2c603d8caf
3 changed files with 4 additions and 2 deletions

View file

@ -18,6 +18,6 @@ menuconfig:
# Clean up
clean:
rm -f configuration configuration.old error
rm -f configuration .configuration.old error
.PHONY: all menuconfig clean

View file

@ -25,7 +25,6 @@ fi
rm -rf ${BUILDDIR}${BLFS_ROOT}/libs/.svn
rm -rf ${BUILDDIR}${BLFS_ROOT}/xsl/.svn
rm -rf ${BUILDDIR}${BLFS_ROOT}/menu/.svn
rm -rf ${BUILDDIR}${BLFS_ROOT}/menu/lxdialog/.svn
# Set some harcoded envars to their proper values
sed -i s@tracking-dir@$TRACKING_DIR@ \

View file

@ -164,6 +164,9 @@ cp README.BLFS ${BUILDDIR}${BLFS_ROOT}
# Clean-up
[[ $VERBOSITY > 0 ]] && echo Cleaning the ${BUILDDIR}${BLFS_ROOT} directory
rm -rf ${BUILDDIR}${BLFS_ROOT}/libs/.svn
rm -rf ${BUILDDIR}${BLFS_ROOT}/xsl/.svn
rm -rf ${BUILDDIR}${BLFS_ROOT}/menu/.svn
# We do not want to keep an old version of the book:
rm -rf ${BUILDDIR}${BLFS_ROOT}/$BLFS_XML
rm -rf ${BUILDDIR}${BLFS_ROOT}/$LFS_XML