summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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