[PATCH] Fix small type in root Makefile.
Signed-off-by: Warren Turkal <wt@penguintechs.org> --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 3754ab9..92a6450 100644 --- a/Makefile +++ b/Makefile @@ -359,7 +359,7 @@ clean: clean-for-update rm -f $(obj)/coreboot* .ccwrap clean-abuild: - rm -rf coreboot_builds + rm -rf coreboot-builds clean-cscope: rm -f cscope.out -- 1.7.1
This is a simple one. Please review and commit. Alternatively, how and I get commit rights for simple changes like this? Thanks, wt On Tue, Sep 28, 2010 at 12:24 AM, Warren Turkal <wt@penguintechs.org> wrote:
Signed-off-by: Warren Turkal <wt@penguintechs.org> --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile index 3754ab9..92a6450 100644 --- a/Makefile +++ b/Makefile @@ -359,7 +359,7 @@ clean: clean-for-update rm -f $(obj)/coreboot* .ccwrap
clean-abuild: - rm -rf coreboot_builds + rm -rf coreboot-builds
clean-cscope: rm -f cscope.out -- 1.7.1
Warren Turkal wrote:
Signed-off-by: Warren Turkal <wt@penguintechs.org>
Someone please commit. Acked-by: Peter Stuge <peter@stuge.se>
On Tue, Sep 28, 2010 at 07:40:31PM +0200, Peter Stuge wrote:
Warren Turkal wrote:
Signed-off-by: Warren Turkal <wt@penguintechs.org>
You have a type, erm, typo in the Subject line btw.
Someone please commit.
Acked-by: Peter Stuge <peter@stuge.se>
r5877. Uwe. -- http://hermann-uwe.de | http://sigrok.org http://randomprojects.org | http://unmaintained-free-software.org
participants (3)
-
Peter Stuge -
Uwe Hermann -
Warren Turkal