Changeset 04de9bc


Ignore:
Timestamp:
03/29/2020 05:19:25 PM (4 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
a2b5689
Parents:
3261fe7
Message:

Allow to find kernfs and chroot in any chapter

We use those files to generate code snippets to use in Makefile.
They used to be in chapter 6, but the new book will have some
of them in chapter 5.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_book_parser

    r3261fe7 r04de9bc  
    282282      xsltproc --nonet --xinclude \
    283283               -o chroot-scripts/ chroot.xsl \
    284                $BOOK/chapter06/chapter06.xml >> $LOGDIR/$LOG 2>&1
     284               $BOOK/chapter0?/*chroot*.xml >> $LOGDIR/$LOG 2>&1
    285285      ;;
    286286    *)
     
    313313      xsltproc --nonet \
    314314               -o kernfs-scripts/devices.sh kernfs.xsl \
    315                $BOOK/chapter06/kernfs.xml >> $LOGDIR/$LOG 2>&1
     315               $BOOK/*/kernfs.xml >> $LOGDIR/$LOG 2>&1
    316316      xsltproc --nonet \
    317317               -o kernfs-scripts/teardown.sh kernfs.xsl \
Note: See TracChangeset for help on using the changeset viewer.