From 7f841018c294bb2c0cf33c44aaf1951ef31549d1 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Thu, 11 Jul 2013 11:27:34 +0200 Subject: [PATCH] make: help: consolidate to In some part of the help text, we speak about in some other . Lets consolidate this to to avoid any possible confusion. Signed-off-by: Daniel Borkmann --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 46f8ec8f..bd26d7c7 100644 --- a/Makefile +++ b/Makefile @@ -325,20 +325,20 @@ cscope: help: $(Q)echo "$(bold)Available tools from the toolkit:$(normal)" - $(Q)echo " :={$(TOOLS)}" + $(Q)echo " :={$(TOOLS)}" $(Q)echo "$(bold)Targets for building the toolkit:$(normal)" $(Q)echo " all|toolkit - Build the whole toolkit" $(Q)echo " allbutcurvetun - Build all except curvetun" $(Q)echo " allbutmausezahn - Build all except mausezahn" - $(Q)echo " - Build only one of the tools" + $(Q)echo " - Build only one of the tools" $(Q)echo "$(bold)Targets for cleaning the toolkit's build files:$(normal)" $(Q)echo " clean - Remove all build files" - $(Q)echo " _clean - Remove only one of the tool's files" + $(Q)echo " _clean - Remove only one of the tool's files" $(Q)echo " distclean - Remove all build and build config files" $(Q)echo " mrproper - Remove all files not in source distribution" $(Q)echo "$(bold)Targets for installing the toolkit:$(normal)" $(Q)echo " install - Install the whole toolkit" - $(Q)echo " _install - Install only one of the tools" + $(Q)echo " _install - Install only one of the tools" $(Q)echo "$(bold)Targets for removing the toolkit:$(normal)" $(Q)echo " uninstall - Remove the whole toolkit from the system" $(Q)echo " _uninstall - Remove only one of the tools" -- 2.11.4.GIT