* [U-Boot] [PATCH] Makefile: drop arch/*/include/asm/proc from make mrproper pattern
@ 2014-06-24 9:15 Masahiro Yamada
2014-07-08 1:37 ` [U-Boot] " Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2014-06-24 9:15 UTC (permalink / raw)
To: u-boot
Commit 7d89982b stopped creating symbolic link
arch/${arch}/include/asm/proc.
We do not need to delete it by "make mrproper" any more.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Vasili Galka <vvv444@gmail.com>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index e429212..234708a 100644
--- a/Makefile
+++ b/Makefile
@@ -1273,7 +1273,7 @@ $(mrproper-dirs):
mrproper: clobber $(mrproper-dirs)
$(call cmd,rmdirs)
$(call cmd,rmfiles)
- @rm -f arch/*/include/asm/arch arch/*/include/asm/proc
+ @rm -f arch/*/include/asm/arch
# distclean
#
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] Makefile: drop arch/*/include/asm/proc from make mrproper pattern
2014-06-24 9:15 [U-Boot] [PATCH] Makefile: drop arch/*/include/asm/proc from make mrproper pattern Masahiro Yamada
@ 2014-07-08 1:37 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2014-07-08 1:37 UTC (permalink / raw)
To: u-boot
On Tue, Jun 24, 2014 at 06:15:45PM +0900, Masahiro Yamada wrote:
> Commit 7d89982b stopped creating symbolic link
> arch/${arch}/include/asm/proc.
>
> We do not need to delete it by "make mrproper" any more.
>
> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
> Cc: Vasili Galka <vvv444@gmail.com>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140707/5588724b/attachment.pgp>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-08 1:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-24 9:15 [U-Boot] [PATCH] Makefile: drop arch/*/include/asm/proc from make mrproper pattern Masahiro Yamada
2014-07-08 1:37 ` [U-Boot] " Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox