|
@ -2,7 +2,7 @@ |
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
# |
|
|
# |
|
|
# Filename: target/linux-base/config.in |
|
|
# Filename: target/linux-base/config.in |
|
|
# Copyright (C) 2008 The OpenSDE Project |
|
|
|
|
|
|
|
|
# Copyright (C) 2008 - 2012 The OpenSDE Project |
|
|
# |
|
|
# |
|
|
# More information can be found in the files COPYING and README. |
|
|
# More information can be found in the files COPYING and README. |
|
|
# |
|
|
# |
|
@ -14,6 +14,14 @@ |
|
|
|
|
|
|
|
|
#Description: LSB Compliant Base |
|
|
#Description: LSB Compliant Base |
|
|
|
|
|
|
|
|
|
|
|
for x in \ |
|
|
|
|
|
CCACHE_USEIT=1 \ |
|
|
|
|
|
GCC_JAVA=0 GCC_F77=0 GCC_OBJC=0 GCC_GO=0 \ |
|
|
|
|
|
; do |
|
|
|
|
|
|
|
|
|
|
|
export SDECFGSET_PKG_$x |
|
|
|
|
|
done |
|
|
|
|
|
|
|
|
if [ ! -s "$cfgtmpdir/$target.config.in" ]; then |
|
|
if [ ! -s "$cfgtmpdir/$target.config.in" ]; then |
|
|
# render files just once |
|
|
# render files just once |
|
|
lib/sde-config/pkgseldir_compile.sh \ |
|
|
lib/sde-config/pkgseldir_compile.sh \ |
|
|