image/install:

- adding support for making release tarball via make
This commit is contained in:
Stephan Raue
2010-01-19 16:07:31 +01:00
parent 251230edd9
commit 4c141ff30e
2 changed files with 32 additions and 7 deletions

View File

@@ -5,6 +5,9 @@ all: system
system:
./scripts/install image system
release:
./scripts/install image release
qemu:
./scripts/install image qemu