Changeset d68eb1b for jhalfs


Ignore:
Timestamp:
01/12/2014 09:40:20 PM (10 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
b97ed5b
Parents:
7735c7a
Message:

Major change to th scripts layout:

  • Do not put the chroot commands in $PROGNAME-commands, but rather in a separate directory chroot-scripts
  • Use the commands in the chroot-scripts directory to generate the CHROOT variables in Makefile
  • The commands are extracted to $PROGNAME-commands only if they do not have role="nodump attribute and they do not begin with "chroot" (for compatibility with previous books where chroot commands did not have the role="nodump" attribute.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r7735c7a rd68eb1b  
    358358  #
    359359  # Copy common helper files
    360   cp $COMMON_DIR/{makefile-functions,progress_bar.sh,packages.xsl} $JHALFSDIR/
     360  cp $COMMON_DIR/{makefile-functions,progress_bar.sh} $JHALFSDIR/
     361  # Copy needed stylesheets
     362  cp $COMMON_DIR/{packages.xsl,chroot.xsl} $JHALFSDIR/
    361363  #
    362364  # Fix the XSL book parser
Note: See TracChangeset for help on using the changeset viewer.