Source a host specific configfile to ease the pains of
differing tool paths etc.
This commit is contained in:
parent
f9a1b91686
commit
7c9f797bc4
@ -45,6 +45,9 @@ distfile=$topdir-$version-$pkgver.tgc-$os-$cpu-$pkgdirdesig.tardist
|
||||
|
||||
META_CLEAN="$topdir.spec $topdir.idb"
|
||||
|
||||
# Host specific configuration
|
||||
[ -r $buildpkgbase/scripts/config.`hostname`.irix ] && . $buildpkgbase/scripts/config.`hostname`.irix
|
||||
|
||||
#####################################################
|
||||
# Internal helper functions
|
||||
#####################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user