Changeset 73e5448 for common


Ignore:
Timestamp:
04/09/2006 10:38:40 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
0be51e5
Parents:
bd5bf06
Message:

The tool in trunk is called "jhalfs"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    rbd5bf06 r73e5448  
    5353
    5454${BOLD}  -D  --directory DIR${OFF}
    55         use DIR directory for building ${BOLD}$(echo $PROGNAME | tr [a-z] [A-Z])${OFF}; all files jhalfs-X produces
     55        use DIR directory for building ${BOLD}$(echo $PROGNAME | tr [a-z] [A-Z])${OFF}; all files jhalfs produces
    5656        will be in the directory DIR/jhalfs.
    5757
     
    9090${BOLD}  -R --rebuild${OFF}
    9191        clean the build directory before to perfom any other task. The directory
    92         is cleaned only if it was populated by a previous jhalfs-X run.
     92        is cleaned only if it was populated by a previous jhalfs run.
    9393-EOF-
    9494
     
    140140
    141141version="
    142 ${BOLD}  \"jhalfs-X\"${OFF} builder tool (development) \$Rev$
     142${BOLD}  \"jhalfs\"${OFF} builder tool (development) \$Rev$
    143143\$Date$
    144144
     
    163163
    164164    Please format the partition mounted on \$BUILDDIR or set
    165     a different build directory before running jhalfs-X.
     165    a different build directory before running jhalfs.
    166166${OFF}
    167167${DD_BORDER}
     
    183183echo \"Attempting to continue.\" >&2"
    184184
    185 HEADER="# This file is automatically generated by jhalfs-X
     185HEADER="# This file is automatically generated by jhalfs
    186186# DO NOT EDIT THIS FILE MANUALLY
    187187#
     
    442442    # Test to make sure that the build directory was populated by jhalfs
    443443    if [ ! -d $JHALFSDIR ] || [ ! -d $BUILDDIR/sources ] ; then
    444       echo "Looks like $BUILDDIR was not populated by a previous jhalfs-X run."
     444      echo "Looks like $BUILDDIR was not populated by a previous jhalfs run."
    445445      exit 1
    446446    else
Note: See TracChangeset for help on using the changeset viewer.