[ELDK] [PATCH RFSB] Makefile: fix typo that prevented removal of status dir

Detlev Zundel dzu at denx.de
Thu Oct 28 14:32:57 CEST 2010


Hi Wolfgang,

> Signed-off-by: Wolfgang Denk <wd at denx.de>
> ---
>  Makefile |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index dc3a437..3dc6dc1 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -153,7 +153,7 @@ chroot:	$(STAMP_CHROOT)
>  $(STAMP_CLEAN):
>  # Make sure build directory is empty
>  	@echo "Cleaning $(BUILD)"
> -	@rm -fr $(BUILD) $(STATUS)
> +	@rm -fr $(BUILD) $(STATUS_DIR)
>  	@mkdir -p $(BUILD) $(STATUS_DIR)
>  	@touch $(STAMP_CLEAN)

Thanks applied.

Cheers
  Detlev

-- 
-- Question authority!
-- Yeah, says who?
--
DENX Software Engineering GmbH,      MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu at denx.de


More information about the eldk mailing list