1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 14:48:55 +00:00

split makefile into local and in-docker

This commit is contained in:
Ivan Mikushin
2015-08-06 00:46:22 +05:00
parent 8c9fa7ba2f
commit 9436b0da9a
7 changed files with 101 additions and 95 deletions

View File

@@ -12,7 +12,7 @@ KERNEL=${BASE}/dist/artifacts/vmlinuz
INITRD=${BASE}/dist/artifacts/initrd
NO_COMPRESS_INITRD=${INITRD}.none
HD=${BASE}/state/empty-hd.img
HD_GZ=${ARTIFACTS}/empty-hd.img.gz
HD_GZ=${BASE}/assets/empty-hd.img.gz
INITRD_TMP=${BUILD}/$(sha1sum ${INITRD} | awk '{print $1}')
INITRD_CURRENT=${BUILD}/initrd-current
INITRD_TEST=${BUILD}/initrd.test