Changeset 607ef21 for BLFS


Ignore:
Timestamp:
08/09/2017 02:18:03 PM (7 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
2cef19f
Parents:
91b7b5f
Message:

Add missing bits to generate scripts for LFS in BLFS tools

Location:
BLFS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BLFS/Makefile

    r91b7b5f r607ef21  
    9999
    100100$(BOOK_XML): $(CONFIG_OUT)
    101         $(Q)$(TOPDIR)/gen_pkg_book.sh $(TOPDIR) $(BLFS_FULL)
     101        $(Q)$(TOPDIR)/gen_pkg_book.sh $(TOPDIR) $(BLFS_FULL) $(LFS_FULL)
    102102
    103103$(CONFIG_OUT): $(CONFIG_CONFIG_IN) $(MENU)/mconf
  • BLFS/gen_pkg_book.sh

    r91b7b5f r607ef21  
    1414if test -z "$BLFS_FULL"; then
    1515  BLFS_FULL=${TOPDIR}/blfs-xml/tmp/blfs-full.xml
     16fi
     17LFS_FULL=$3
     18if test -z "$LFS_FULL"; then
     19  LFS_FULL=${TOPDIR}/lfs-xml/tmp/lfs-full.xml
    1620fi
    1721declare -r ConfigFile="${TOPDIR}/configuration"
     
    158162rm -f ${BookXml}
    159163echo Making XML book
    160 xsltproc --stringparam list "$LIST" \
     164xsltproc --stringparam list    "$LIST"        \
     165         --stringparam MTA     "$SERVER_MAIL" \
     166         --stringparam lfsbook "$LFS_FULL"    \
    161167         -o ${BookXml} \
    162168         ${MakeBook} \
Note: See TracChangeset for help on using the changeset viewer.