Author: pierre
Date: Thu Apr 25 01:44:43 2019
New Revision: 4105
Log:
Fix a few missing bits of the transition to the new menu subsystem
Modified:
jhalfs/trunk/Makefile
jhalfs/trunk/common/libs/func_install_blfs
jhalfs/trunk/install-blfs-tools.sh
Modified: jhalfs/trunk/Makefile
==============================================================================
--- jhalfs/trunk/Makefile Wed Apr 24 09:16:20 2019 (r4104)
+++ jhalfs/trunk/Makefile Thu Apr 25 01:44:43 2019 (r4105)
@@ -18,6 +18,6 @@
# Clean up
clean:
- rm -f configuration configuration.old error
+ rm -f configuration .configuration.old error
.PHONY: all menuconfig clean
Modified: jhalfs/trunk/common/libs/func_install_blfs
==============================================================================
--- jhalfs/trunk/common/libs/func_install_blfs Wed Apr 24 09:16:20 2019
(r4104)
+++ jhalfs/trunk/common/libs/func_install_blfs Thu Apr 25 01:44:43 2019
(r4105)
@@ -25,7 +25,6 @@
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@ \
Modified: jhalfs/trunk/install-blfs-tools.sh
==============================================================================
--- jhalfs/trunk/install-blfs-tools.sh Wed Apr 24 09:16:20 2019 (r4104)
+++ jhalfs/trunk/install-blfs-tools.sh Thu Apr 25 01:44:43 2019 (r4105)
@@ -164,6 +164,9 @@
# 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
--
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page