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>] [day] [month] [year] [list]
Date:	Tue,  8 Aug 2006 17:24:13 +0900 (JST)
From:	Magnus Damm <magnus@...inux.co.jp>
To:	linux-kernel@...r.kernel.org
Cc:	Magnus Damm <magnus@...inux.co.jp>, fastboot@...ts.osdl.org,
	ebiederm@...ssion.com
Subject: [PATCH] i386: CONFIG_RELOCATABLE clean fix

i386: CONFIG_RELOCATABLE clean fix

vmlinux.bin.all and vmlinux.relocs should be removed by the clean rule.

Signed-off-by: Magnus Damm <magnus@...inux.co.jp>
---

 This patch applies on top of Eric W. Biedermans CONFIG_RELOCATABLE tree

 Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

--- 0001/arch/i386/boot/compressed/Makefile
+++ work/arch/i386/boot/compressed/Makefile	2006-08-07 12:47:00.000000000 +0900
@@ -4,7 +4,8 @@
 # create a compressed vmlinux image from the original vmlinux
 #
 
-targets		:= vmlinux vmlinux.bin vmlinux.bin.gz head.o misc.o piggy.o
+targets		:= vmlinux vmlinux.bin vmlinux.bin.gz head.o misc.o piggy.o \
+		   vmlinux.bin.all vmlinux.relocs
 EXTRA_AFLAGS	:= -traditional
 
 LDFLAGS_vmlinux := -T
-
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