checkwps: Update the cleanall script and documentation

Change-Id: I170875f2b199ec5395a8b66976a8bc17d9eb85f8
This commit is contained in:
Solomon Peachy 2024-12-07 18:05:24 -05:00
parent 8cee2ac784
commit 0c8b71b00d
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,9 @@
rootdir=`dirname $0`
outdir=$rootdir/output
make clean # make clean the build dir first
if [ -f Makefile ] ; then
make clean # make clean the build dir first
fi
rm -f autoconf.h
rm -f Makefile
awk -f $rootdir/parse_configure.awk $rootdir/../configure | (