Make it easier to redefine distfile by not declaring it until after host
specific configuration has been sourced
This commit is contained in:
parent
72cdd16821
commit
df172ec972
@ -41,13 +41,14 @@ pkgname=$pkgprefix$topdir
|
|||||||
|
|
||||||
os=irix`$UNAME -r`
|
os=irix`$UNAME -r`
|
||||||
cpu=mips3
|
cpu=mips3
|
||||||
distfile=$topdir-$version-$pkgver.tgc-$os-$cpu-$pkgdirdesig.tardist
|
|
||||||
|
|
||||||
META_CLEAN="$topdir.spec $topdir.idb"
|
META_CLEAN="$topdir.spec $topdir.idb"
|
||||||
|
|
||||||
# Host specific configuration
|
# Host specific configuration
|
||||||
[ -r $buildpkgbase/scripts/config.`hostname`.irix ] && . $buildpkgbase/scripts/config.`hostname`.irix
|
[ -r $buildpkgbase/scripts/config.`hostname`.irix ] && . $buildpkgbase/scripts/config.`hostname`.irix
|
||||||
|
|
||||||
|
distfile=$topdir-$version-$pkgver.tgc-$os-$cpu-$pkgdirdesig.tardist
|
||||||
|
|
||||||
#####################################################
|
#####################################################
|
||||||
# Internal helper functions
|
# Internal helper functions
|
||||||
#####################################################
|
#####################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user