From 780a199410056c9589f5868a836f565b452fb14e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 18 Oct 2009 15:18:15 +0200 Subject: Write getting started guide --- build/bootstrap.make | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'build') diff --git a/build/bootstrap.make b/build/bootstrap.make index 204eaf2..1ac9807 100644 --- a/build/bootstrap.make +++ b/build/bootstrap.make @@ -26,18 +26,20 @@ $(call include,$(bld_root)/cxx/configuration.make) # Aliases # -.PHONY: $(out_base)/ \ - $(out_base)/.test \ - $(out_base)/.install \ - $(out_base)/.clean +.PHONY: $(out_base)/ \ + $(out_base)/.test \ + $(out_base)/.install \ + $(out_base)/.clean \ + $(out_base)/.cleandoc ifdef %interactive% -.PHONY: test install clean +.PHONY: test install clean cleandoc test: $(out_base)/.test install: $(out_base)/.install clean: $(out_base)/.clean +cleandoc: $(out_base)/.cleandoc endif @@ -63,7 +65,7 @@ endif # Don't include dependency info for certain targets. # -ifneq ($(filter $(MAKECMDGOALS),clean disfigure),) +ifneq ($(filter $(MAKECMDGOALS),clean cleandoc disfigure),) include-dep = endif -- cgit v1.1