aboutsummaryrefslogtreecommitdiff
path: root/kernel/makeconf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/makeconf.sh')
-rwxr-xr-xkernel/makeconf.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/kernel/makeconf.sh b/kernel/makeconf.sh
deleted file mode 100755
index d9d6fe1..0000000
--- a/kernel/makeconf.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#! /bin/sh
-
-echo Running autoheader...
-autoheader
-echo Running autoconf...
-autoconf
-
-rm -f config.cache config.status
-echo "To compile run './configure', and then 'make'."