1
0
mirror of https://github.com/rancher/os.git synced 2025-09-16 06:59:12 +00:00

cleanup Makefile a bit

This commit is contained in:
Ivan Mikushin
2016-02-29 13:26:41 -08:00
parent 0f263d570b
commit 0bab70e84e
2 changed files with 13 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
set -ex
TARGET=${1}
TARGET=$(pwd)/${1}
ARCH=${ARCH:-"amd64"}
DFS_IMAGE=${DFS_IMAGE:?"DFS_IMAGE not set"}