aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index bb797199b..57de0ae74 100644
--- a/Makefile
+++ b/Makefile
@@ -23,15 +23,15 @@ ifneq ($(REV), sysv)
endif
ifeq ($(REV), sysv)
- BASEDIR = ~/lfs-book
- PDF_OUTPUT = LFS-BOOK.pdf
- NOCHUNKS_OUTPUT = LFS-BOOK.html
- DUMPDIR = ~/lfs-commands
+ BASEDIR ?= ~/lfs-book
+ PDF_OUTPUT ?= LFS-BOOK.pdf
+ NOCHUNKS_OUTPUT ?= LFS-BOOK.html
+ DUMPDIR ?= ~/lfs-commands
else
- BASEDIR = ~/lfs-systemd
- PDF_OUTPUT = LFS-SYSD-BOOK.pdf
- NOCHUNKS_OUTPUT = LFS-SYSD-BOOK.html
- DUMPDIR = ~/lfs-sysd-commands
+ BASEDIR ?= ~/lfs-systemd
+ PDF_OUTPUT ?= LFS-SYSD-BOOK.pdf
+ NOCHUNKS_OUTPUT ?= LFS-SYSD-BOOK.html
+ DUMPDIR ?= ~/lfs-sysd-commands
endif
book: validate profile-html