mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
checkwps: Update the cleanall script and documentation
Change-Id: I170875f2b199ec5395a8b66976a8bc17d9eb85f8
This commit is contained in:
parent
8cee2ac784
commit
0c8b71b00d
2 changed files with 4 additions and 4 deletions
|
@ -10,14 +10,12 @@ To compile
|
||||||
|
|
||||||
Just run the ./buildall.sh script
|
Just run the ./buildall.sh script
|
||||||
|
|
||||||
|
|
||||||
To remove all compiled files
|
To remove all compiled files
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
./cleanall.sh
|
./cleanall.sh
|
||||||
|
|
||||||
|
|
||||||
To add a new target
|
To add a new target
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
Add $target and $modelname from tools/configure to targets.txt
|
No action necessary, list of targets is parsed out of the configure script
|
||||||
|
|
|
@ -2,7 +2,9 @@
|
||||||
rootdir=`dirname $0`
|
rootdir=`dirname $0`
|
||||||
outdir=$rootdir/output
|
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 autoconf.h
|
||||||
rm -f Makefile
|
rm -f Makefile
|
||||||
awk -f $rootdir/parse_configure.awk $rootdir/../configure | (
|
awk -f $rootdir/parse_configure.awk $rootdir/../configure | (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue