Home | History | Annotate | Download | only in x86_64-linux-glibc2.11-4.6

Lines Matching refs:ARCHIVE

335 By default, it generates a package archive ($TOOLCHAIN_ARCHIVE) but you can,
643 # Pack a given archive
645 # $1: archive file path (including extension)
646 # $2: source directory for archive content
650 local ARCHIVE="$1"
660 if [ "`basename $ARCHIVE`" = "$ARCHIVE" ] ; then
661 ARCHIVE="`pwd`/$ARCHIVE"
663 mkdir -p `dirname $ARCHIVE`
671 case "$ARCHIVE" in
673 (cd $SRCDIR && run zip $ZIPFLAGS "$ARCHIVE" $SRCFILES)
676 (cd $SRCDIR && run tar $TARFLAGS "$ARCHIVE" $SRCFILES)
679 (cd $SRCDIR && run tar z$TARFLAGS "$ARCHIVE" $SRCFILES)
682 (cd $SRCDIR && run tar j$TARFLAGS "$ARCHIVE" $SRCFILES)
685 panic "Unsupported archive format: $ARCHIVE"
1283 fail_panic "Unable to download packages list, try --ubuntu-mirror=<url> to use another archive mirror"