From 58b4c6d0a44d57b15d7857ecb27711a2224949e9 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 7 May 2007 09:04:02 +0000 Subject: Merge the save-sample branch to trunk: - reorder most of the environment setup, - geting, extracting and patching are now components' sub-actions, - save the current config as a sample to be used as a pre-configured target. --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9ca5dad7..fa6e2da8 100644 --- a/Makefile +++ b/Makefile @@ -13,10 +13,11 @@ all: _ct_build HOST_CC = gcc -funsigned-char help:: - @echo 'Available make targets (*: default target):' + @echo 'Available make targets:' @echo include $(CT_TOP_DIR)/kconfig/Makefile +include $(CT_TOP_DIR)/samples/Makefile help:: @echo 'Build targets:' @@ -26,6 +27,9 @@ help:: include $(CT_TOP_DIR)/tools/Makefile +help:: + @echo 'Execute "make" or "make all" to build all targets marked with [*]' + .config: $(shell find $(CT_TOP_DIR)/config -type f -name '*.in') @make menuconfig @# Because exiting menuconfig without saving is not an error to menuconfig -- cgit v1.2.3