From 055313228caa85465f777c5c089df63d6c385694 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 13 Mar 2009 09:50:18 +0100 Subject: [PATCH] describe next-build Signed-off-by: Nico Schottelius --- linux/next-build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linux/next-build.sh b/linux/next-build.sh index bb8ef2d..6261ab0 100755 --- a/linux/next-build.sh +++ b/linux/next-build.sh @@ -17,6 +17,9 @@ # You should have received a copy of the GNU General Public License # along with nsbin. If not, see . # +# +# Script to build todays linux-next kernel +# You have to have it cloned already in $builddir builddir="$HOME/build/linux-next" date="$(date +%Y%m%d)"