From 59c5a1a31cc840573cb907959af4b7dd1835b892 Mon Sep 17 00:00:00 2001 From: kurt Date: Fri, 27 Apr 2012 11:20:07 -0400 Subject: Added kernel compilation to the build file --- diff --git a/build b/build index 6face2b..3a36cb9 100644..100755 --- a/build +++ b/build @@ -4,7 +4,9 @@ linux-libre linux-libre-headers: linux-libre.buildstamp .SILENT: linux-libre.buildstamp linux-libre.buildstamp: + cd src && make oldconfig && make oh-installfiles linux-libre linux-libre-headers + oh-installdocs linux-libre linux-libre-headers oh-gencontrol linux-libre linux-libre-headers oh-buildopk linux-libre linux-libre-headers touch linux-libre.buildstamp diff --git a/changelog b/changelog index 5a46373..1838eb8 100644 --- a/changelog +++ b/changelog @@ -1,7 +1,3 @@ Linux-Libre (3.2.7) - * Fixed control files in *.pkg to change architecture to any - * Fixed config file - * Fixed "gettext" in build file - * Fixed build file to not recursively call itself * Initial Release -- Kurt Meyer Thu, 26 Apr 2012 15:38:07 -0400 -- cgit v0.9.1