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:	Sun, 24 Sep 2006 14:01:08 +0200
From:	Jesper Juhl <jesper.juhl@...il.com>
To:	linux-kernel@...r.kernel.org
Cc:	trivial@...nel.org, sam@...nborg.org, jesper.juhl@...il.com
Subject: [PATCH] Add distclean info to 'make help' and more details for 'clean'.


Add distclean info, that was previously missing, to 'make help'.
Also add a few more details to the 'make clean' help text.


Signed-off-by: Jesper Juhl <jesper.juhl@...il.com>
---

 Makefile |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

--- linux-2.6.18-git2-orig/Makefile	2006-09-24 13:01:38.000000000 +0200
+++ linux-2.6.18-git2/Makefile	2006-09-24 13:56:23.000000000 +0200
@@ -1057,8 +1057,10 @@ boards := $(notdir $(boards))
 
 help:
 	@echo  'Cleaning targets:'
-	@echo  '  clean		  - remove most generated files but keep the config'
+	@echo  '  clean		  - remove most generated files but keep the config and'
+	@echo  '                    enough to build external modules'
 	@echo  '  mrproper	  - remove all generated files + config + various backup files'
+	@echo  '  distclean       - remove editor backup files, patch leftover files and the like'
 	@echo  ''
 	@echo  'Configuration targets:'
 	@$(MAKE) -f $(srctree)/scripts/kconfig/Makefile help


-
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