scripts/build/kernel/bare-metal.sh
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Sep 28 21:34:11 2008 +0000 (2008-09-28)
changeset 884 35302e8a3483
child 965 45ddf096def1
permissions -rw-r--r--
In the glibc and eglibc trees, the 'configure' files may be older than their source 'configure.in', when used from an svn check out, or a snapshot tarball.
They are nonetheless in sync and need not be regenerated.
Fix that by touching the files to have 'make' believe they are up-to-date (which they are).

/trunk/scripts/build/libc/glibc.sh | 5 5 0 0 +++++
/trunk/scripts/build/libc/eglibc.sh | 7 6 1 0 ++++++-
2 files changed, 11 insertions(+), 1 deletion(-)
yann@861
     1
# This file declares functions for bare metal kernel (IE. none)
yann@861
     2
# Copyright 2008 Yann E. MORIN
yann@861
     3
# Licensed under the GPL v2. See COPYING in the root of this package
yann@861
     4
yann@861
     5
do_print_filename() {
yann@861
     6
    :
yann@861
     7
}
yann@861
     8
yann@861
     9
do_kernel_get() {
yann@861
    10
    :
yann@861
    11
}
yann@861
    12
yann@861
    13
do_kernel_extract() {
yann@861
    14
    :
yann@861
    15
}
yann@861
    16
yann@861
    17
do_kernel_headers() {
yann@861
    18
    :
yann@861
    19
}