mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 12:46:27 +00:00
Made "make htmldocs" the last step.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@609 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -39,10 +39,10 @@
|
||||
# - Run 'make allmodconfig'.
|
||||
# - Run the sparse source code checker on the SCST directory.
|
||||
# - Run 'make headers_check'.
|
||||
# - Run 'make htmldocs'.
|
||||
# - Compile the kernel tree.
|
||||
# - Run 'make checkstack'.
|
||||
# - Run 'make namespacecheck'.
|
||||
# - Run 'make htmldocs'.
|
||||
#
|
||||
# Note: the results of the individual steps are not verified by this script
|
||||
# -- the output generated by the individual steps has to be verified by
|
||||
@@ -436,10 +436,10 @@ do
|
||||
patch_and_configure_kernel $k
|
||||
run_sparse $k
|
||||
run_headers_check $k
|
||||
run_make_htmldocs $k
|
||||
compile_patched_kernel $k
|
||||
run_checkstack $k
|
||||
run_namespacecheck $k
|
||||
run_make_htmldocs $k
|
||||
else
|
||||
echo "FAILED for kernel $k"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user