2009-03-18 13:53:49 +01:00
|
|
|
BUILD_DIRS="build.*"
|
2009-03-18 13:51:08 +01:00
|
|
|
|
2010-11-11 17:38:57 +01:00
|
|
|
all: squashfs
|
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:
|
2010-11-11 17:38:57 +01:00
|
|
|
./scripts/image_release
|
2010-01-19 16:07:31 +01:00
|
|
|
|
2010-11-11 17:38:57 +01:00
|
|
|
squashfs:
|
|
|
|
|
./scripts/image_squashfs
|
2010-07-19 18:51:57 +02:00
|
|
|
|
2009-04-05 23:10:05 +02:00
|
|
|
qemu:
|
2010-11-11 17:38:57 +01:00
|
|
|
./scripts/image_qemu
|
|
|
|
|
|
|
|
|
|
vmware:
|
|
|
|
|
./scripts/image_vmware
|
|
|
|
|
|
|
|
|
|
addons:
|
|
|
|
|
./scripts/image_addons
|
2009-03-18 13:51:08 +01:00
|
|
|
|
|
|
|
|
clean:
|
|
|
|
|
rm -rf $(BUILD_DIRS)
|
|
|
|
|
|
|
|
|
|
src-pkg:
|
2009-04-05 23:10:05 +02:00
|
|
|
tar cvjf sources.tar.bz2 sources .stamps
|