Changeset f596dde for BLFS/Makefile


Ignore:
Timestamp:
04/24/2019 04:16:20 PM (5 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
2c603d8
Parents:
7fa9369
Message:

Get rid of the GPLv2 license:

  • Replace the menu system with the Kconfiglib, which has an ISC license
  • Remove farce and any reference to it
  • Rewrite the copyright notice, add the LICENSE files
  • Adapt Config.in and a few other programs to the new menu system
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/Makefile

    r7fa9369 rf596dde  
    101101        $(Q)$(TOPDIR)/gen_pkg_book.sh $(TOPDIR) $(BLFS_FULL) $(LFS_FULL)
    102102
    103 $(CONFIG_OUT): $(CONFIG_CONFIG_IN) $(MENU)/mconf
    104         $(Q)$(MENU)/mconf $(CONFIG_CONFIG_IN)
    105 
    106 $(MENU)/mconf:
    107         $(Q)$(MAKE) -C $(MENU) ncurses conf mconf
     103$(CONFIG_OUT): $(CONFIG_CONFIG_IN)
     104        $(Q)CONFIG_="" KCONFIG_CONFIG=configuration \
     105            $(MENU)/menuconfig.py $(CONFIG_CONFIG_IN)
    108106
    109107$(CONFIG_CONFIG_IN): $(PACK_LIST) $(XSLDIR)/gen_config.xsl
     
    203201        rm -f $(CONFIG_OUT) $(CONFIG_OUT).old $(TOPDIR)/packages.xml $(XSLDIR)/specialCases.xsl $(CONFIG_CONFIG_IN) book.xml
    204202        rm -rf $(TOPDIR)/dependencies $(TOPDIR)/book-html $(TOPDIR)/scripts
    205         - $(MAKE) -C $(MENU) clean
    206203
    207204FORCE:
Note: See TracChangeset for help on using the changeset viewer.