dc16bb4852/image/Makefile
| fbec8f49aece25bf72a68c06ecb0cd01dd84f757 | dc16bb4852392bd8b084f5e35f2fff6e29a105cf | ||
|---|---|---|---|
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 | |||
9 | errors: | 14 | errors: |
10 | cat build.log | grep -v ok | 15 | cat build.log | grep -v ok |
11 | 16 |
Download diff