Skip to content

Commit

Permalink
kernel: make clean on smoke.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rurban committed Oct 18, 2022
1 parent 5ba4416 commit 490ffb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile.kernel
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# -*- makefile -*-
# Makefile - top level makefile
#
# Aug 2012, Jonathan Toppins
Expand Down
3 changes: 1 addition & 2 deletions build-aux/smoke.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,9 @@ autoreconf
echo "--disable-wchar -f Makefile.kernel"
./configure --disable-wchar && \
make -s -j4 -f Makefile.kernel || exit
make -s -j4 -f Makefile.kernel clean
make -s clean
git clean -dxf src tests
rm -f testslkm.mod slkm.mod .testslkm.mod.cmd .testslkm.ko.cmd .slkm.mod.cmd \
.slkm.ko.cmd .modules.order.cmd .Module.symvers.cmd
autoreconf
echo gcc gcov
if ./configure --enable-gcov --disable-shared --enable-unsafe --enable-norm-compat; then
Expand Down

0 comments on commit 490ffb7

Please sign in to comment.