3125a52331/image/Makefile
| fc349e2cf15e1e11664eb67f38cf4acd59fe042c | 3125a52331ae6d7a6bb77d0ce92a95ddc2580547 | ||
|---|---|---|---|
4 | default: image errors | 4 | default: image errors |
5 | 5 | ||
6 | image: | 6 | image: |
7 | cp pristine retroImage | ||
7 | $(VM) --shrink --with build.retro >build.log | 8 | $(VM) --shrink --with build.retro >build.log |
8 | 9 | ||
10 | initial: | ||
11 | cp pristine retroImage | ||
12 | $(VM) --shrink --with minimal.retro >build.log | ||
13 | cp retroImage pristine | ||
14 | |||
9 | errors: | 15 | errors: |
10 | cat build.log | grep -v ok | 16 | cat build.log | grep -v ok |
11 | 17 |
Download diff