From 67e02293317ad066806ee14c2435ea421c79ca12 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 10 Apr 2007 16:17:39 +0000 Subject: Use ${CT_TOP_DIR}/build as a base for build directories (used in default values for paths). Remove this directory on distclean (hard-coded). Mark the version to be 0.0.1-svn (no release yet). --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9950f6aa..6b2aeb16 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # Copyright 2006 Yann E. MORIN # The project version -export PROJECTVERSION=0.0.1 +export PROJECTVERSION=0.0.1-svn # This should eventually be computed if compiling out-of-tree is implemented export CT_TOP_DIR=$(shell pwd) @@ -23,7 +23,7 @@ help:: @echo 'Build targets:' @echo '* build - Build the toolchain' @echo ' clean - Remove generated files' - @echo ' distclean - Remove generated files and configuration' + @echo ' distclean - Remove generated files, configuration and build directories' include $(CT_TOP_DIR)/tools/Makefile @@ -39,4 +39,4 @@ _ct_build: .config .PHONY: distclean distclean:: clean @rm -f .config* ..config.tmp - + @rm -rf "$(CT_TOP_DIR)/build" -- cgit v1.2.3