Changeset 2c603d8


Ignore:
Timestamp:
04/25/2019 08:44:43 AM (5 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
77a8042
Parents:
f596dde
Message:

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rf596dde r2c603d8  
    1919
    2020clean:
    21         rm -f configuration configuration.old error
     21        rm -f configuration .configuration.old error
    2222
    2323.PHONY: all menuconfig clean
  • common/libs/func_install_blfs

    rf596dde r2c603d8  
    2626rm -rf ${BUILDDIR}${BLFS_ROOT}/xsl/.svn
    2727rm -rf ${BUILDDIR}${BLFS_ROOT}/menu/.svn
    28 rm -rf ${BUILDDIR}${BLFS_ROOT}/menu/lxdialog/.svn
    2928
    3029# Set some harcoded envars to their proper values
  • install-blfs-tools.sh

    rf596dde r2c603d8  
    165165# Clean-up
    166166[[ $VERBOSITY > 0 ]] && echo Cleaning the ${BUILDDIR}${BLFS_ROOT} directory
     167rm -rf ${BUILDDIR}${BLFS_ROOT}/libs/.svn
     168rm -rf ${BUILDDIR}${BLFS_ROOT}/xsl/.svn
     169rm -rf ${BUILDDIR}${BLFS_ROOT}/menu/.svn
    167170# We do not want to keep an old version of the book:
    168171rm -rf ${BUILDDIR}${BLFS_ROOT}/$BLFS_XML
Note: See TracChangeset for help on using the changeset viewer.