Browse Source

well - of course without debugging code ...

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1187 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
2b4ea6bf7b
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      package/base/linux24/lx_config.sh

+ 0
- 2
package/base/linux24/lx_config.sh

@ -32,7 +32,6 @@ lx_cpu=`echo "$arch_machine" | sed -e s/x86/i386/ \
MAKE="$MAKE ARCH=$lx_cpu CROSS_COMPILE=$archprefix KCC=$KCC"
set -x
# correct the abolute path for patchfiles supplied in the .conf file
for x in $patchfiles ; do
if [ ! -e $x ] ; then
@ -41,7 +40,6 @@ for x in $patchfiles ; do
var_append patchfiles " " "$x"
fi
done
set +x
lx_config ()
{

Loading…
Cancel
Save