~ubuntu-branches/ubuntu/maverick/uboot-imx/maverick

« back to all changes in this revision

Viewing changes to debian/patches/0036-ENGR00115592-Replace-whitespaces-with-tabs-in-Makef.patch

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2010-01-06 09:28:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100106092825-q8o7x811035syh8k
Tags: 2009.08-0ubuntu1
* move to new upstream (2009.08)
* move to new freescale patchset for the 2009.08 release
* remove README.nios_CONFIG_SYS_NIOS_CPU from debian/docs, 
  this is not shipped upstream anymore
* update 1000_fix_gcc_4.4_compability.patch to apply to the new code
* Makefile target is now mx51_bbg_config, update rules accordingly
* switch everything to to3 (including the binary package)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
From c2590273ef39925ebb3450401673ec340734d2cb Mon Sep 17 00:00:00 2001
2
 
From: Terry Lv <r65388@freescale.com>
3
 
Date: Tue, 18 Aug 2009 17:25:15 +0800
4
 
Subject: [PATCH] ENGR00115592: Replace whitespaces with tabs in Makefile
5
 
 
6
 
Replace whitespaces with tabs in Makefile.
7
 
 
8
 
Signed-off-by: Terry Lv <r65388@freescale.com>
9
 
---
10
 
 Makefile |    2 +-
11
 
 1 files changed, 1 insertions(+), 1 deletions(-)
12
 
 
13
 
diff --git a/Makefile b/Makefile
14
 
index 6de501f..52e68e6 100644
15
 
--- a/Makefile
16
 
+++ b/Makefile
17
 
@@ -2975,7 +2975,7 @@ mx31_3stack_config        : unconfig
18
 
 
19
 
 mx35_3stack_config      \
20
 
 mx35_3stack_mmc_config: unconfig
21
 
-        @$(MKCONFIG) $(@:_config=) arm arm1136 mx35_3stack freescale mx35
22
 
+       @$(MKCONFIG) $(@:_config=) arm arm1136 mx35_3stack freescale mx35
23
 
 
24
 
 imx51_config           : unconfig
25
 
        @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 imx51 freescale mx51
26
 
1.5.4.4
27