summaryrefslogtreecommitdiff
path: root/build-0.3/cxx/generic
diff options
context:
space:
mode:
Diffstat (limited to 'build-0.3/cxx/generic')
-rw-r--r--build-0.3/cxx/generic/configuration-rules.make5
-rw-r--r--build-0.3/cxx/generic/configuration-sl-rules.make5
-rw-r--r--build-0.3/cxx/generic/configuration-sl.make3
-rw-r--r--build-0.3/cxx/generic/configuration.make3
-rwxr-xr-xbuild-0.3/cxx/generic/configure3
-rwxr-xr-xbuild-0.3/cxx/generic/configure-sl3
-rw-r--r--build-0.3/cxx/generic/cxx-d.make3
-rw-r--r--build-0.3/cxx/generic/cxx-o.make3
-rw-r--r--build-0.3/cxx/generic/o-e.make3
-rw-r--r--build-0.3/cxx/generic/o-l.make3
10 files changed, 12 insertions, 22 deletions
diff --git a/build-0.3/cxx/generic/configuration-rules.make b/build-0.3/cxx/generic/configuration-rules.make
index bb4fe67..2025cfc 100644
--- a/build-0.3/cxx/generic/configuration-rules.make
+++ b/build-0.3/cxx/generic/configuration-rules.make
@@ -1,6 +1,5 @@
# file : build/cxx/generic/configuration-rules.make
-# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(dcf_root)/cxx/generic/configuration-dynamic.make: | $(dcf_root)/cxx/generic/.
@@ -8,7 +7,7 @@ $(dcf_root)/cxx/generic/configuration-dynamic.make: | $(dcf_root)/cxx/generic/.
ifndef %foreign%
-disfigure::
+$(dcf_root)/.disfigure::
$(call message,rm $(dcf_root)/cxx/generic/configuration-dynamic.make,\
rm -f $(dcf_root)/cxx/generic/configuration-dynamic.make)
diff --git a/build-0.3/cxx/generic/configuration-sl-rules.make b/build-0.3/cxx/generic/configuration-sl-rules.make
index cbcf160..3630d26 100644
--- a/build-0.3/cxx/generic/configuration-sl-rules.make
+++ b/build-0.3/cxx/generic/configuration-sl-rules.make
@@ -1,6 +1,5 @@
# file : build/cxx/generic/configuration-sl-rules.make
-# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(dcf_root)/cxx/generic/configuration-sl-dynamic.make: | $(dcf_root)/cxx/generic/.
@@ -8,7 +7,7 @@ $(dcf_root)/cxx/generic/configuration-sl-dynamic.make: | $(dcf_root)/cxx/generic
ifndef %foreign%
-disfigure::
+$(dcf_root)/.disfigure::
$(call message,rm $(dcf_root)/cxx/generic/configuration-sl-dynamic.make,\
rm -f $(dcf_root)/cxx/generic/configuration-sl-dynamic.make)
diff --git a/build-0.3/cxx/generic/configuration-sl.make b/build-0.3/cxx/generic/configuration-sl.make
index 2a5e682..f1b75be 100644
--- a/build-0.3/cxx/generic/configuration-sl.make
+++ b/build-0.3/cxx/generic/configuration-sl.make
@@ -1,6 +1,5 @@
# file : build/cxx/generic/configuration-sl.make
-# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include-once,$(bld_root)/cxx/generic/configuration-sl-rules.make,$(dcf_root))
diff --git a/build-0.3/cxx/generic/configuration.make b/build-0.3/cxx/generic/configuration.make
index b57eaaf..1816913 100644
--- a/build-0.3/cxx/generic/configuration.make
+++ b/build-0.3/cxx/generic/configuration.make
@@ -1,6 +1,5 @@
# file : build/cxx/generic/configuration.make
-# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include-once,$(bld_root)/cxx/generic/configuration-rules.make,$(dcf_root))
diff --git a/build-0.3/cxx/generic/configure b/build-0.3/cxx/generic/configure
index 48b1b59..b590398 100755
--- a/build-0.3/cxx/generic/configure
+++ b/build-0.3/cxx/generic/configure
@@ -1,8 +1,7 @@
#! /usr/bin/env bash
# file : build/cxx/generic/configure
-# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
# $1 out file
diff --git a/build-0.3/cxx/generic/configure-sl b/build-0.3/cxx/generic/configure-sl
index 1c4b8b5..31df8ce 100755
--- a/build-0.3/cxx/generic/configure-sl
+++ b/build-0.3/cxx/generic/configure-sl
@@ -1,8 +1,7 @@
#! /usr/bin/env bash
# file : build/cxx/generic/configure-sl
-# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
# $1 out file
diff --git a/build-0.3/cxx/generic/cxx-d.make b/build-0.3/cxx/generic/cxx-d.make
index 53f44b1..4a88451 100644
--- a/build-0.3/cxx/generic/cxx-d.make
+++ b/build-0.3/cxx/generic/cxx-d.make
@@ -1,6 +1,5 @@
# file : build/cxx/generic/cxx-o.make
-# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include,$(bld_root)/cxx/generic/configuration.make)
diff --git a/build-0.3/cxx/generic/cxx-o.make b/build-0.3/cxx/generic/cxx-o.make
index e88f5c6..3123dca 100644
--- a/build-0.3/cxx/generic/cxx-o.make
+++ b/build-0.3/cxx/generic/cxx-o.make
@@ -1,6 +1,5 @@
# file : build/cxx/generic/cxx-o.make
-# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include-once,$(bld_root)/c/cpp-options.make,$(out_base))
diff --git a/build-0.3/cxx/generic/o-e.make b/build-0.3/cxx/generic/o-e.make
index 8170da3..2f9f02e 100644
--- a/build-0.3/cxx/generic/o-e.make
+++ b/build-0.3/cxx/generic/o-e.make
@@ -1,6 +1,5 @@
# file : build/cxx/generic/o-e.make
-# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include,$(bld_root)/cxx/generic/configuration.make)
diff --git a/build-0.3/cxx/generic/o-l.make b/build-0.3/cxx/generic/o-l.make
index 5b29855..1e7dcff 100644
--- a/build-0.3/cxx/generic/o-l.make
+++ b/build-0.3/cxx/generic/o-l.make
@@ -1,6 +1,5 @@
# file : build/cxx/generic/o-l.make
-# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include,$(bld_root)/cxx/generic/configuration.make)