All of lore.kernel.org
 help / color / mirror / Atom feed
* [Devel] [RESEND] [PATCH 2/2] acpica Makefile: Fixes some minor Tab vs whitespace issues in Makefiles
@ 2012-11-14 14:52 Thomas Renninger
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Renninger @ 2012-11-14 14:52 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 1388 bytes --]

Signed-off-by: Thomas Renninger <trenn(a)suse.de>
---
 generate/unix/acpibin/Makefile |    2 +-
 generate/unix/iasl/Makefile    |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

Index: acpica-unix2-20120913/generate/unix/acpibin/Makefile
===================================================================
--- acpica-unix2-20120913.orig/generate/unix/acpibin/Makefile
+++ acpica-unix2-20120913/generate/unix/acpibin/Makefile
@@ -27,7 +27,7 @@ HEADERS = \
     $(wildcard $(ACPIBIN)/*.h)
 
 OBJECTS = \
-   	$(OBJDIR)/abcompare.o \
+	$(OBJDIR)/abcompare.o \
 	$(OBJDIR)/abmain.o \
 	$(OBJDIR)/utalloc.o \
 	$(OBJDIR)/utcache.o \
Index: acpica-unix2-20120913/generate/unix/iasl/Makefile
===================================================================
--- acpica-unix2-20120913.orig/generate/unix/iasl/Makefile
+++ acpica-unix2-20120913/generate/unix/iasl/Makefile
@@ -192,13 +192,13 @@ INTERMEDIATES = \
 	$(OBJDIR)/prparserparse.c
 
 MISC = \
-   	$(OBJDIR)/aslcompilerparse.h \
+	$(OBJDIR)/aslcompilerparse.h \
 	$(OBJDIR)/aslcompiler.y.h \
 	$(OBJDIR)/aslcompilerparse.output \
-   	$(OBJDIR)/dtparserparse.h \
+	$(OBJDIR)/dtparserparse.h \
 	$(OBJDIR)/dtparser.y.h \
 	$(OBJDIR)/dtparserparse.output \
-   	$(OBJDIR)/prparserparse.h \
+	$(OBJDIR)/prparserparse.h \
 	$(OBJDIR)/prparser.y.h \
 	$(OBJDIR)/prparserparse.output
 

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: acpica_makefile_whitespace_cleanup.patch --]
[-- Type: text/x-patch, Size: 1411 bytes --]

acpcia: Fixes some minor Tab vs whitespace issues in Makefiles.

Signed-off-by: Thomas Renninger <trenn@suse.de>
---
 generate/unix/acpibin/Makefile |    2 +-
 generate/unix/iasl/Makefile    |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

Index: acpica-unix2-20120913/generate/unix/acpibin/Makefile
===================================================================
--- acpica-unix2-20120913.orig/generate/unix/acpibin/Makefile
+++ acpica-unix2-20120913/generate/unix/acpibin/Makefile
@@ -27,7 +27,7 @@ HEADERS = \
     $(wildcard $(ACPIBIN)/*.h)
 
 OBJECTS = \
-   	$(OBJDIR)/abcompare.o \
+	$(OBJDIR)/abcompare.o \
 	$(OBJDIR)/abmain.o \
 	$(OBJDIR)/utalloc.o \
 	$(OBJDIR)/utcache.o \
Index: acpica-unix2-20120913/generate/unix/iasl/Makefile
===================================================================
--- acpica-unix2-20120913.orig/generate/unix/iasl/Makefile
+++ acpica-unix2-20120913/generate/unix/iasl/Makefile
@@ -192,13 +192,13 @@ INTERMEDIATES = \
 	$(OBJDIR)/prparserparse.c
 
 MISC = \
-   	$(OBJDIR)/aslcompilerparse.h \
+	$(OBJDIR)/aslcompilerparse.h \
 	$(OBJDIR)/aslcompiler.y.h \
 	$(OBJDIR)/aslcompilerparse.output \
-   	$(OBJDIR)/dtparserparse.h \
+	$(OBJDIR)/dtparserparse.h \
 	$(OBJDIR)/dtparser.y.h \
 	$(OBJDIR)/dtparserparse.output \
-   	$(OBJDIR)/prparserparse.h \
+	$(OBJDIR)/prparserparse.h \
 	$(OBJDIR)/prparser.y.h \
 	$(OBJDIR)/prparserparse.output
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Devel] [RESEND] [PATCH 2/2] acpica Makefile: Fixes some minor Tab vs whitespace issues in Makefiles
@ 2012-11-14 15:33 Moore, Robert
  0 siblings, 0 replies; 2+ messages in thread
From: Moore, Robert @ 2012-11-14 15:33 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 1844 bytes --]

Thomas,

Thanks, we'll integrate these.
Bob


> -----Original Message-----
> From: devel-bounces(a)acpica.org [mailto:devel-bounces(a)acpica.org] On Behalf
> Of Thomas Renninger
> Sent: Wednesday, November 14, 2012 6:53 AM
> To: devel(a)acpica.org
> Subject: [Devel] [RESEND] [PATCH 2/2] acpica Makefile: Fixes some minor
> Tab vs whitespace issues in Makefiles
> 
> Signed-off-by: Thomas Renninger <trenn(a)suse.de>
> ---
>  generate/unix/acpibin/Makefile |    2 +-
>  generate/unix/iasl/Makefile    |    6 +++---
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> Index: acpica-unix2-20120913/generate/unix/acpibin/Makefile
> ===================================================================
> --- acpica-unix2-20120913.orig/generate/unix/acpibin/Makefile
> +++ acpica-unix2-20120913/generate/unix/acpibin/Makefile
> @@ -27,7 +27,7 @@ HEADERS = \
>      $(wildcard $(ACPIBIN)/*.h)
> 
>  OBJECTS = \
> -   	$(OBJDIR)/abcompare.o \
> +	$(OBJDIR)/abcompare.o \
>  	$(OBJDIR)/abmain.o \
>  	$(OBJDIR)/utalloc.o \
>  	$(OBJDIR)/utcache.o \
> Index: acpica-unix2-20120913/generate/unix/iasl/Makefile
> ===================================================================
> --- acpica-unix2-20120913.orig/generate/unix/iasl/Makefile
> +++ acpica-unix2-20120913/generate/unix/iasl/Makefile
> @@ -192,13 +192,13 @@ INTERMEDIATES = \
>  	$(OBJDIR)/prparserparse.c
> 
>  MISC = \
> -   	$(OBJDIR)/aslcompilerparse.h \
> +	$(OBJDIR)/aslcompilerparse.h \
>  	$(OBJDIR)/aslcompiler.y.h \
>  	$(OBJDIR)/aslcompilerparse.output \
> -   	$(OBJDIR)/dtparserparse.h \
> +	$(OBJDIR)/dtparserparse.h \
>  	$(OBJDIR)/dtparser.y.h \
>  	$(OBJDIR)/dtparserparse.output \
> -   	$(OBJDIR)/prparserparse.h \
> +	$(OBJDIR)/prparserparse.h \
>  	$(OBJDIR)/prparser.y.h \
>  	$(OBJDIR)/prparserparse.output
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-14 15:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-14 14:52 [Devel] [RESEND] [PATCH 2/2] acpica Makefile: Fixes some minor Tab vs whitespace issues in Makefiles Thomas Renninger
  -- strict thread matches above, loose matches on Subject: below --
2012-11-14 15:33 Moore, Robert

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.