diff options
author | kurt <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) |
commit | 59c5a1a31cc840573cb907959af4b7dd1835b892 (patch) | |
tree | 399dcb24c4053473d048bc9652822a74b5a7f27d | |
parent | c8457d085e0110850462ccac682206c795eff26b (diff) |
Added kernel compilation to the build file
-rwxr-xr-x[-rw-r--r--] | build | 2 | ||||
-rw-r--r-- | changelog | 4 |
2 files changed, 2 insertions, 4 deletions
@@ -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 @@ -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 |