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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 21 Aug 2012 23:21:37 +1000
From:	Greg Ungerer <gregungerer@...tnet.com.au>
To:	Paul Bolle <pebolle@...cali.nl>
CC:	Geert Uytterhoeven <geert@...ux-m68k.org>,
	linux-m68k@...ts.linux-m68k.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] m68k: drop unused parts of 68VZ328 Makefile

Hi Paul,

On 08/20/2012 03:58 AM, Paul Bolle wrote:
> DRAGEN2 should obviously be CONFIG_DRAGEN2, but the screen.h entry it
> triggers only references files that are nowhere to be found in the
> current tree. Besides, nothing uses screen.h. So just drop all that.
>
> Signed-off-by: Paul Bolle <pebolle@...cali.nl>

Thanks, I'll take this through the m68knommu git tree.
Applied to for-next branch.

Regards
Greg


> ---
> 0) Entirely untested. It's hard to see what could break, though.
>
> 1) These lines got added to the tree with a patch called "m68k-nommu:
> change build process to use common head code". That patch predates the
> mainline git repository by a month. That patch did not add screen.xbm or
> xbm2lcd.pl.
>
> 2) For what it's worth: screen.xbm and xbm2lcd.pl can be found at
> http://cvs.uclinux.org/cgi-bin/cvsweb.cgi/uClinux-2.4.x/arch/m68knommu/platform/68VZ328/de2/ .
>
>   arch/m68k/platform/68VZ328/Makefile |    8 +-------
>   1 files changed, 1 insertions(+), 7 deletions(-)
>
> diff --git a/arch/m68k/platform/68VZ328/Makefile b/arch/m68k/platform/68VZ328/Makefile
> index a49d75e..8166741 100644
> --- a/arch/m68k/platform/68VZ328/Makefile
> +++ b/arch/m68k/platform/68VZ328/Makefile
> @@ -1,11 +1,5 @@
>   #
> -# Makefile for arch/m68knommu/platform/68VZ328.
> +# Makefile for arch/m68k/platform/68VZ328.
>   #
>
>   obj-y		:= config.o
> -extra-$(DRAGEN2):= screen.h
> -
> -$(obj)/screen.h: $(src)/screen.xbm $(src)/xbm2lcd.pl
> -	perl $(src)/xbm2lcd.pl < $(src)/screen.xbm > $(obj)/screen.h
> -
> -clean-files := $(obj)/screen.h
>

--
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