From 7132d92ac421d956e775a5ed6cad33605e7f7162 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 5 May 2010 19:33:34 +0200 Subject: Add a per-dcf_root disfigure target Use it subsystems. This allows one to have sub-projects with separate build configurations. --- .../cxx/hello/libhello/build/import/libhello/configuration-rules.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/cxx') diff --git a/examples/cxx/hello/libhello/build/import/libhello/configuration-rules.make b/examples/cxx/hello/libhello/build/import/libhello/configuration-rules.make index df8dfda..610e463 100644 --- a/examples/cxx/hello/libhello/build/import/libhello/configuration-rules.make +++ b/examples/cxx/hello/libhello/build/import/libhello/configuration-rules.make @@ -8,7 +8,7 @@ $(dcf_root)/import/libhello/configuration-dynamic.make: | $(dcf_root)/import/lib ifndef %foreign% -disfigure:: +$(dcf_root)/.disfigure:: $(call message,rm $(dcf_root)/import/libhello/configuration-dynamic.make,\ rm -f $(dcf_root)/import/libhello/configuration-dynamic.make) -- cgit v1.1