> From: Bruce Dubbs <[email protected]>
> Date: Mon, 30 May 2016 13:59:36 -0500
> Subject: Re: [lfs-dev] merge is the new trunk
>
> akhiezer wrote:
> >> From: Bruce Dubbs <[email protected]>
> >> Date: Sun, 29 May 2016 15:43:13 -0500
> >> Subject: [lfs-dev] merge is the new trunk
> >>
        .
        .
> >> else
> >>     BASEDIR         ?= ~/lfs-systemd
> >>     PDF_OUTPUT      ?= LFS-SYSD-BOOK.pdf
> >>     NOCHUNKS_OUTPUT ?= LFS-SYSD-BOOK.html
> >>     DUMPDIR         ?= ~/lfs-sysd-commands
> >> endif


The above block of 4 entries, has naming-'scheme' that mixes the
shortened-form 'sysd'/'SYSD' with the fuller-form 'systemd'/'SYSTEMD' .


So perhaps change to either using full 'systemd'/'SYSTEMD' naming for
all 4 entries:
===
  else
      BASEDIR         ?= ~/lfs-systemd
      PDF_OUTPUT      ?= LFS-SYSTEMD-BOOK.pdf
      NOCHUNKS_OUTPUT ?= LFS-SYSTEMD-BOOK.html
      DUMPDIR         ?= ~/lfs-systemd-commands
  endif
===

; or using shortened 'sysd'/'SYSD' naming for all 4 entries :
---
  else
      BASEDIR         ?= ~/lfs-sysd
      PDF_OUTPUT      ?= LFS-SYSD-BOOK.pdf
      NOCHUNKS_OUTPUT ?= LFS-SYSD-BOOK.html
      DUMPDIR         ?= ~/lfs-sysd-commands
  endif
---


Maybe also make the names ('LFS-SYSD-BOOK', 'LFS-SYSTEMD-BOOK',
'LFS-BOOK', &c) all-lowercase.


> >>
> >
> >
> > Maybe use 'systemd/SYSTEMD' consistently, rather than mix with 'sysd/SYSD' .
>
> Those are just defaults.  The sysv entries have not changed.  You can 
> override via environment or command line.
>



akh





--
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to