summaryrefslogtreecommitdiff
path: root/precise-armhf-developer/Makefile
blob: 4ef94fd1e38460783580e6502bf049aff5edbf1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh

# (C) 2012 Fathi Boudra <fathi.boudra@linaro.org>

# Calls all necessary live-build programs in the correct order to complete
# the bootstrap, chroot, binary, and source stage.

# You need live-build package installed and superuser privileges.

TIMESTAMP=`date "+%y%m%d%H%M%S"`
LOGFILE=logfile-$(TIMESTAMP)

all:
	set -e; sudo lb build 2>&1 | tee $(LOGFILE)

clean:
	sudo lb clean --purge