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-next>] [day] [month] [year] [list]
Date:	Mon, 13 Dec 2010 12:35:54 +0100
From:	Michal Marek <mmarek@...e.cz>
To:	Tracey Dent <tdent48227@...il.com>
Cc:	linux-kernel@...r.kernel.org, linux-kbuild@...r.kernel.org,
	torvalds@...ux-foundation.org, akpm@...ux-foundation.org
Subject: Re: [PATCH] Makefile: add file types to remove with make clean

Dne 11.12.2010 18:27, Tracey Dent napsal(a):
> Remove .rej and .orig files when you invoke a make clean.
> They are unnecessary files which are produced by using the program
> patch and they prevents you from getting a completely clean directory.

make clean removes files generated by the build system. *.rej, *.orig
and editor backup files can contain valuable information and should thus
be skipped. If you want a completely clean directory, have a look at
make distclean.

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