~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to scripts/package/buildtar

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
                compress="bzip2 -c9"
36
36
                file_ext=".bz2"
37
37
                ;;
 
38
        tarxz-pkg)
 
39
                compress="xz -c9"
 
40
                file_ext=".xz"
 
41
                ;;
38
42
        *)
39
43
                echo "Unknown tarball target \"${1}\" requested, please add it to ${0}." >&2
40
44
                exit 1
88
92
                echo "" >&2
89
93
                echo '** ** **  WARNING  ** ** **' >&2
90
94
                echo "" >&2
91
 
                echo "Your architecture did not define any architecture-dependant files" >&2
 
95
                echo "Your architecture did not define any architecture-dependent files" >&2
92
96
                echo "to be placed into the tarball. Please add those to ${0} ..." >&2
93
97
                echo "" >&2
94
98
                sleep 5