[Lunar-commits]
CVS: moonbase/kernel/kernel-headers-2.4 BUILD, NONE,
1.1 DETAILS, NONE, 1.1 PRE_BUILD, NONE, 1.1
Auke Kok
sofar at lunar-linux.org
Tue Dec 14 20:57:44 UTC 2004
Update of /var/cvs/lunar/moonbase/kernel/kernel-headers-2.4
In directory espresso.foo-projects.org:/tmp/cvs-serv14058/kernel-headers-2.4
Added Files:
BUILD DETAILS PRE_BUILD
Log Message:
adding the header equivalen of -2.4*
--- NEW FILE: BUILD ---
(
if [ -f $SOURCE_CACHE/$SOURCE -a -f $SOURCE_CACHE/$SOURCE2 ] ; then
# oh yes we do want to do this:
prepare_install &&
# Unpack and install both sources
cd /usr/include &&
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-2.4
VERSION="$(uname -s)-$(uname -r | sed 's/[-a-z].*//')-$(uname -m | sed 's/i[456]/i3/')"
SOURCE=kernel-headers-$VERSION.tar.bz2
SOURCE2=asm-headers-$VERSION.tar.bz2
SOURCE_URL=$PATCH_URL/
SOURCE2_URL=$PATCH_URL/
WEB_SITE=http://lunar-linux.org/
ENTERED=20031008
UPDATED=20031008
SHORT="System kernel headers, automagically match the current running kernel"
cat << EOF
The system kernel headers are taken from a (configured) kernel source and
may be re-installed after changes in kernel (which also ought to generally
be followed by a rebuild of glibc. This module is normally generated by
the glibc build. This module generates the '/usr/include' copies of the
kernel headers directly from the /usr/src/linux installed kernel sources.
"kernel-headers/Versioned" versions of this module may be supported in the
moonbase to allow for fixed-versions to be supported by Lunar.
EOF
--- NEW FILE: PRE_BUILD ---
true
More information about the Lunar-commits
mailing list