Browse Source

* enhanced mnemosyne's config.in to export CFGTEMP_TREE indicating the tree we are building so we can use that as a dependency on some modules

legacy/multilib
Alejandro Mery 18 years ago
parent
commit
abf370b770
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      config.in

+ 7
- 0
config.in

@ -17,6 +17,13 @@
const SDECFG_TRG_MNEMOSYNE ${target:-$SDECFG_TARGET}
case "$sdever" in
2.1*) CFGTEMP_TREE=21 ;;
2.2*) CFGTEMP_TREE=22 ;;
2.3*) CFGTEMP_TREE=23 ;;
*) CFGTEMP_TREE=unknown ;;
esac
if [ ! -s $cfgtmpdir/mnemosyne.config.in ]; then
if ! perl ./target/$SDECFG_TRG_MNEMOSYNE/mnemosyne.pl "./target/$SDECFG_TRG_MNEMOSYNE/pkgsel" TRG_MNEMOSYNE \

Loading…
Cancel
Save