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

Lines Matching refs:ARCHIVE

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