lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 12 Mar 2010 09:53:32 +0100
From:	Michal Simek <monstr@...str.eu>
To:	Arun Bhanu <arun@...nu.net>
CC:	linux-kernel@...r.kernel.org, microblaze-uclinux@...e.uq.edu.au
Subject: Re: [PATCH] microblaze: Fix Makefile to delete build generated files

Arun Bhanu wrote:
> 'make mrproper' does not to delete the following build generated files:
>        arch/microblaze/boot/linux.bin.ub
>        arch/microblaze/boot/simpleImage.system
>        arch/microblaze/boot/simpleImage.system.ub
> 
> Fix the Makefile to delete these build generated files.

The problem is that if you run make clean it will delete all simpleImage 
files too. The best will be just delete them if you run make mrproper as 
you wrote above. Make clean should keep them or just remove .unstrip 
because of size.

Michal


> 
> Signed-off-by: Arun Bhanu <arun@...nu.net>
> ---
>  arch/microblaze/boot/Makefile |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/microblaze/boot/Makefile b/arch/microblaze/boot/Makefile
> index 902cf98..73a3263 100644
> --- a/arch/microblaze/boot/Makefile
> +++ b/arch/microblaze/boot/Makefile
> @@ -62,6 +62,6 @@ quiet_cmd_dtc = DTC     $@
>  $(obj)/%.dtb: $(dtstree)/%.dts FORCE
>  	$(call if_changed,dtc)
>  
> -clean-kernel += linux.bin linux.bin.gz simpleImage.*
> +clean-kernel += linux.bin linux.bin.gz
>  
> -clean-files += *.dtb simpleImage.*.unstrip
> +clean-files += *.dtb *.ub simpleImage.*


-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ