CVS: moonbase/kernel/kernel-headers BUILD, NONE, 1.1 DETAILS, NONE, 1.1 PRE_BUILD, NONE, 1.1

elaine at lunar-linux.org elaine at lunar-linux.org
Thu Oct 9 16:28:21 GMT 2003


Update of /var/cvs/lunar/moonbase/kernel/kernel-headers
In directory dbguin.lunar-linux.org:/tmp/cvs-serv9199

Added Files:
	BUILD DETAILS PRE_BUILD 
Log Message:
Kernel headers installation usually run post-glibc install but it may
also be run by installing glibc


--- NEW FILE: BUILD ---
(
  # Unpack and install both sources
  cd /usr/include                         &&
  if [ -f $SOURCE_CACHE/$SOURCE ] && [ -f $SOURCE_CACHE/$SOURCE2 ] ; then
    rm -rf asm linux                        &&
    tar -xvjf $SOURCE_CACHE/$SOURCE         &&
    tar -xvjf $SOURCE_CACHE/$SOURCE2
  fi
) > $C_FIFO 2>&1


--- NEW FILE: DETAILS ---
          MODULE=kernel-headers
         VERSION="$(uname -s)-$(uname -r | sed 's/[-a-z].*//')-$(uname -m | sed 's/[456]/3/')"
          SOURCE=$MODULE-$VERSION.tar.bz2
         SOURCE2=asm-headers-$VERSION.tar.bz2
   SOURCE_URL[0]=$PATCH_URL/$SOURCE
  SOURCE2_URL[0]=$PATCH_URL/$SOURCE2
        WEB_SITE=http://lunar-linux.org
      MAINTAINER=elaine at lunar-linux.org
         ENTERED=20031008
         UPDATED=20031008
           SHORT="System kernel headers, should match the current running kernel"
cat << EOF
The system kernel headers are taken from a (configured) kernel source and
should be re-installed after changes in kernel (which should also generally
be followed by a rebuild of glibc. This module is normally generated by
the glibc build and may be reinstalled from sources.
EOF


--- NEW FILE: PRE_BUILD ---
# just a placeholder, we want to unpack sources in BUILD in this instance

cd /usr/include




More information about the Lunar-commits mailing list