From: Rod Whitby Date: Tue, 26 Jul 2005 02:41:20 +0000 (+0000) Subject: Added make autoclean to the optware builds X-Git-Tag: Release-2010-05/1~9453^2~2960^2^2~9^2~2^2~3^2^2~4^2~120 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e425c59a06e14acf57533b944b46a921cbb7dfcd;p=openembedded.git Added make autoclean to the optware builds --- diff --git a/Makefile b/Makefile index 333f822364..82c64a969f 100644 --- a/Makefile +++ b/Makefile @@ -36,11 +36,11 @@ optware build-optware: build-optware-nslu2 build-optware-wl500g .PHONY: optware-nslu2 build-optware-nslu2 optware-nslu2 build-optware-nslu2: optware/nslu2/Makefile - ( cd optware/nslu2 ; make ) + ( cd optware/nslu2 ; make autoclean ; make ) .PHONY: optware-wl500g build-optware-wl500g optware-wl500g build-optware-wl500g: optware/wl500g/Makefile - ( cd optware/wl500g ; make ) + ( cd optware/wl500g ; make autoclean ; make ) .PHONY: setup-monotone setup-monotone monotone/nslu2-linux.db: