Browse Source

Removed hack_stages() from config.in as it's part of lib/sde-config/functions.in now

legacy/next/gcc
Alejandro Mery 16 years ago
parent
commit
5e1a39026f
1 changed files with 4 additions and 18 deletions
  1. +4
    -18
      config.in

+ 4
- 18
config.in

@ -1,11 +1,12 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
#
# Filename: target/mnemosyne/config.in
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2002 - 2006 Alejandro Mery
#
#
# More information can be found in the files COPYING and README.
#
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
@ -26,21 +27,6 @@ case "$sdever" in
CFGTEMP_TREE=unknown ;;
esac
hack_stages() {
local stage="$1----------"; shift
local pkgs="$*"
if [ $# -gt 1 ]; then
pkgs="${pkgs// /\|}"
elif [ $# -eq 1 ]; then
true
fi
if [ "$pkgs" ]; then
pkgfilter sed -e "s,^\(.\) [^ ]* \([^ ]*\) \([^ ]*\) \($pkgs\) ,\1 ${stage:0:10} \2 \3 \4 ,"
fi
}
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