9a8f8ef7cd
- set(), add(), log() + special thanks to rider@ for log format feedback - simple debug facility - builds, installs and runs... again
7 lines
234 B
Makefile
7 lines
234 B
Makefile
iso:
|
|
@echo "** starting image build process"
|
|
@### setup GLOBAL_BOOT_TYPE, etc
|
|
(cd $(BUILDDIR)/; autoconf; ./configure --with-aptconf=$(HOME)/apt/apt.conf) ###
|
|
$(MAKE) -C $(BUILDDIR)/ GLOBAL_BUILDDIR=$(BUILDDIR)
|
|
@# check iso size
|