From 4e8ea1703cad595f3136f0d48ae93de73a180c40 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Wed, 30 May 2018 16:53:53 +0200 Subject: remove obsolete and broken klibc/initramfs Signed-off-by: Michael Olbrich --- bin/ptxdist | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bin/ptxdist') diff --git a/bin/ptxdist b/bin/ptxdist index 50df432a6..a32573f62 100755 --- a/bin/ptxdist +++ b/bin/ptxdist @@ -501,7 +501,6 @@ check_dirs() { for dir in \ "${BUILDDIR}" \ "${CROSS_BUILDDIR}" \ - "${KLIBC_BUILDDIR}" \ "${HOST_BUILDDIR}" \ "${STATEDIR}" \ "${IMAGEDIR}" \ @@ -518,7 +517,6 @@ check_dirs() { for dir in \ "${BUILDDIR}" \ "${CROSS_BUILDDIR}" \ - "${KLIBC_BUILDDIR}" \ "${HOST_BUILDDIR}" \ ; do local testfile_lower="${dir}/.secret-world-domination-project" @@ -1115,7 +1113,7 @@ clean() { echo echo "${PTXDIST_LOG_PROMPT}removing build directories..." - for dir in "${BUILDDIR}" "${CROSS_BUILDDIR}" "${KLIBC_BUILDDIR}" "${HOST_BUILDDIR}"; do + for dir in "${BUILDDIR}" "${CROSS_BUILDDIR}" "${HOST_BUILDDIR}"; do if [ ! -d "${dir}" ]; then continue fi -- cgit v1.2.3