summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkurt <kurt@kurt-Inspiron-600m.(none)>2012-04-27 11:20:07 (EDT)
committer kurt <kurt@kurt-Inspiron-600m.(none)>2012-04-27 11:20:07 (EDT)
commit59c5a1a31cc840573cb907959af4b7dd1835b892 (patch)
tree399dcb24c4053473d048bc9652822a74b5a7f27d
parentc8457d085e0110850462ccac682206c795eff26b (diff)
Added kernel compilation to the build file
-rwxr-xr-x[-rw-r--r--]build2
-rw-r--r--changelog4
2 files changed, 2 insertions, 4 deletions
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 <kem2@njit.edu> Thu, 26 Apr 2012 15:38:07 -0400