summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJon Ringle <jon@ringle.org>2009-10-28 13:23:12 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-11-04 13:56:44 +0100
commite7283c31751a1b383bb0485170785003ed434208 (patch)
tree45c02d1078bac2b7935f496a599ada3147178915 /bin
parent6289ef9acd0dc09ae5c614b11b8423a70bb3dc09 (diff)
downloadptxdist-e7283c31751a1b383bb0485170785003ed434208.tar.gz
ptxdist-e7283c31751a1b383bb0485170785003ed434208.tar.xz
[ptxdist] add klibc- packages infrastructure
Signed-off-by: Jon Ringle <jon@ringle.org> [mkl: split into smaller patches, add support for generic extract stage] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ptxdist4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index 274364fb8..9a43b8dac 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -454,6 +454,7 @@ check_dirs() {
for dir in \
"${BUILDDIR}" \
"${CROSS_BUILDDIR}" \
+ "${KLIBC_BUILDDIR}" \
"${HOST_BUILDDIR}" \
"${STATEDIR}" \
"${IMAGEDIR}" \
@@ -477,6 +478,7 @@ check_dirs() {
for dir in \
"${BUILDDIR}" \
"${CROSS_BUILDDIR}" \
+ "${KLIBC_BUILDDIR}" \
"${HOST_BUILDDIR}" \
; do
local testfile_lower="${dir}/.secret-world-domination-project"
@@ -850,7 +852,7 @@ clean() {
echo
echo "${PROMPT}removing build directories..."
- for dir in "${BUILDDIR}" "${CROSS_BUILDDIR}" "${HOST_BUILDDIR}"; do
+ for dir in "${BUILDDIR}" "${CROSS_BUILDDIR}" "${KLIBC_BUILDDIR}" "${HOST_BUILDDIR}"; do
if [ ! -d "${dir}" ]; then
continue
fi