added clean subc to makefile and cleaned out log artifacts, rearranged logs to be in project_root
This commit is contained in:
@@ -12,7 +12,7 @@ echo "Bootstrapping from MAKE to REX..."
|
||||
|
||||
# Executes rex from within the shell.
|
||||
|
||||
${dir_localtools}/rex \
|
||||
${dir_localtools}/rex -v \
|
||||
-c ${dir_rex}/x86_64/rex.config \
|
||||
-p ${dir_rex}/x86_64/plans/stage1.plan
|
||||
|
||||
|
||||
@@ -12,6 +12,7 @@ function mkfaildir() {
|
||||
|
||||
# clean the slate
|
||||
rm -Rfv ${dir_stage}
|
||||
rm -Rf ${dir_logs}
|
||||
|
||||
mkfaildir ${dir_stage}
|
||||
mkfaildir ${dir_localtools}
|
||||
|
||||
@@ -23,7 +23,7 @@ wget \
|
||||
echo "Validating source downloads..."
|
||||
pushd ${dir_patches} 1>/dev/null 2>/dev/null
|
||||
|
||||
md5sum --quiet -c "md5sums.txt" || echofail "Validation failed. Redownload."
|
||||
md5sum -c "md5sums.txt" || echofail "Validation failed. Redownload."
|
||||
err=$?
|
||||
popd 1>/dev/null 2>/dev/null
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ wget \
|
||||
echo "Validating source downloads..."
|
||||
pushd ${dir_sources} 1>/dev/null 2>/dev/null
|
||||
|
||||
md5sum --quiet -c "md5sums.txt" || echofail "Validation failed. Redownload."
|
||||
md5sum -c "md5sums.txt" || echofail "Validation failed. Redownload."
|
||||
err=$?
|
||||
popd 1>/dev/null 2>/dev/null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user