Changeset 2b77c9d4 for BOOK/Makefile


Ignore:
Timestamp:
Jan 1, 2010, 3:28:59 PM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
bc7834d
Parents:
012dfcb
Message:

Do all the work in a temporary directory in the book tree. Also add a .gitignore to prevent git from trying to commit these files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/Makefile

    r012dfcb r2b77c9d4  
    1 BASEDIR         := ~/cross-lfs-book
    2 DUMPDIR         := ~/cross-lfs-commands
    3 DLLISTDIR       := ~/cross-lfs-dllist
    4 RENDERTMP       := $(HOME)/tmp
     1TOP             := $(PWD)
     2
     3WORKDIR         := $(TOP)/render-output
     4
     5BASEDIR         := $(WORKDIR)/cross-lfs-book
     6DUMPDIR         := $(WORKDIR)/cross-lfs-commands
     7DLLISTDIR       := $(WORKDIR)/cross-lfs-dllist
     8RENDERTMP       := $(WORKDIR)/tmp
    59CHUNK_QUIET     := 1
    610ROOT_ID         :=
     
    170174
    171175help:
     176        @echo "Output: $(WORKDIR)"
     177        @echo
    172178        @echo "HTML Targets"
    173179        @echo -e "  \e[0;32mlfs tidy render titlepage \e[0;34m$(ARCHS_HTML)\e[0;0m"
Note: See TracChangeset for help on using the changeset viewer.