2011-10-25 21:17:49 +02:00
|
|
|
BUILD_DIRS=build.*
|
2009-03-18 13:51:08 +01:00
|
|
|
|
2014-03-18 13:41:14 +02:00
|
|
|
all: release
|
2009-03-18 13:51:08 +01:00
|
|
|
|
2009-04-05 23:10:05 +02:00
|
|
|
system:
|
2010-11-11 17:38:57 +01:00
|
|
|
./scripts/image
|
2009-04-05 23:10:05 +02:00
|
|
|
|
2010-01-19 16:07:31 +01:00
|
|
|
release:
|
2011-08-14 17:11:16 +02:00
|
|
|
./scripts/image release
|
2009-03-18 13:51:08 +01:00
|
|
|
|
2013-09-16 18:13:09 +03:00
|
|
|
image:
|
2013-12-27 21:39:15 +01:00
|
|
|
./scripts/image mkimage
|
2013-09-16 18:13:09 +03:00
|
|
|
|
2014-02-28 21:04:38 +02:00
|
|
|
image-efi:
|
|
|
|
./scripts/image mkimage efi
|
|
|
|
|
2013-08-25 16:32:37 +02:00
|
|
|
noobs:
|
|
|
|
./scripts/image noobs
|
|
|
|
|
2009-03-18 13:51:08 +01:00
|
|
|
clean:
|
2011-10-25 21:17:49 +02:00
|
|
|
rm -rf $(BUILD_DIRS)/* $(BUILD_DIRS)/.stamps
|
2009-03-18 13:51:08 +01:00
|
|
|
|
|
|
|
src-pkg:
|
2009-04-05 23:10:05 +02:00
|
|
|
tar cvjf sources.tar.bz2 sources .stamps
|