Browse Source

Moved base config.cache file from scripts/ to lib/sde-build

karasz/new-early
Alejandro Mery 17 years ago
parent
commit
d0190d0341
2 changed files with 5 additions and 4 deletions
  1. +1
    -1
      lib/functions.in
  2. +4
    -3
      lib/sde-build/config.cache

+ 1
- 1
lib/functions.in

@ -440,7 +440,7 @@ rock_substitute() {
# packages to cross-build correctly in stages 0 and 1.
#
create_config_cache() {
cat $base/scripts/config.cache
cat $base/lib/sde-build/config.cache
if [ $createarchcache -eq 1 ]; then
cat <<-EOT

scripts/config.cache → lib/sde-build/config.cache

@ -1,7 +1,8 @@
# --- T2-COPYRIGHT-NOTE-BEGIN ---
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# T2 SDE: scripts/config.cache
# Filename: lib/sde-build/config.cache
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2004 - 2005 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
@ -11,7 +12,7 @@
# 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
# GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END ---
# --- SDE-COPYRIGHT-NOTE-END ---
# Handwritten config.cache entries (for cross compilation)

Loading…
Cancel
Save