1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

* Jamrules.common: cleanall: temporarily disable doc cleaning

This commit is contained in:
Kaspar Schleiser 2010-12-06 15:34:22 +01:00
parent 0de6300af0
commit 80f63acec0

View File

@ -125,7 +125,7 @@ actions Cleanall
{
echo "> Cleaning binaries"
$(RM) bin$(SLASH)*
make -C $(TOP)$(SLASH)doc clean
# make -C $(TOP)$(SLASH)doc clean
}
#