summaryrefslogtreecommitdiff
path: root/build-0.3/c/generic
diff options
context:
space:
mode:
Diffstat (limited to 'build-0.3/c/generic')
-rw-r--r--build-0.3/c/generic/c-d.make3
-rw-r--r--build-0.3/c/generic/c-o.make3
-rw-r--r--build-0.3/c/generic/configuration-rules.make5
-rw-r--r--build-0.3/c/generic/configuration-sl-rules.make5
-rw-r--r--build-0.3/c/generic/configuration-sl.make3
-rw-r--r--build-0.3/c/generic/configuration.make3
-rwxr-xr-xbuild-0.3/c/generic/configure3
-rwxr-xr-xbuild-0.3/c/generic/configure-sl3
-rw-r--r--build-0.3/c/generic/o-e.make3
-rw-r--r--build-0.3/c/generic/o-l.make3
10 files changed, 12 insertions, 22 deletions
diff --git a/build-0.3/c/generic/c-d.make b/build-0.3/c/generic/c-d.make
index 8f77d50..8933d7d 100644
--- a/build-0.3/c/generic/c-d.make
+++ b/build-0.3/c/generic/c-d.make
@@ -1,6 +1,5 @@
# file : build/c/generic/c-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)/c/generic/configuration.make)
diff --git a/build-0.3/c/generic/c-o.make b/build-0.3/c/generic/c-o.make
index 7b6e622..d340837 100644
--- a/build-0.3/c/generic/c-o.make
+++ b/build-0.3/c/generic/c-o.make
@@ -1,6 +1,5 @@
# file : build/c/generic/c-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/c/generic/configuration-rules.make b/build-0.3/c/generic/configuration-rules.make
index 5fa9117..05e7a42 100644
--- a/build-0.3/c/generic/configuration-rules.make
+++ b/build-0.3/c/generic/configuration-rules.make
@@ -1,6 +1,5 @@
# file : build/c/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)/c/generic/configuration-dynamic.make: | $(dcf_root)/c/generic/.
@@ -8,7 +7,7 @@ $(dcf_root)/c/generic/configuration-dynamic.make: | $(dcf_root)/c/generic/.
ifndef %foreign%
-disfigure::
+$(dcf_root)/.disfigure::
$(call message,rm $(dcf_root)/c/generic/configuration-dynamic.make,\
rm -f $(dcf_root)/c/generic/configuration-dynamic.make)
diff --git a/build-0.3/c/generic/configuration-sl-rules.make b/build-0.3/c/generic/configuration-sl-rules.make
index e685be6..147cb1d 100644
--- a/build-0.3/c/generic/configuration-sl-rules.make
+++ b/build-0.3/c/generic/configuration-sl-rules.make
@@ -1,6 +1,5 @@
# file : build/c/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)/c/generic/configuration-sl-dynamic.make: | $(dcf_root)/c/generic/.
@@ -8,7 +7,7 @@ $(dcf_root)/c/generic/configuration-sl-dynamic.make: | $(dcf_root)/c/generic/.
ifndef %foreign%
-disfigure::
+$(dcf_root)/.disfigure::
$(call message,rm $(dcf_root)/c/generic/configuration-sl-dynamic.make,\
rm -f $(dcf_root)/c/generic/configuration-sl-dynamic.make)
diff --git a/build-0.3/c/generic/configuration-sl.make b/build-0.3/c/generic/configuration-sl.make
index b3a18a8..136186f 100644
--- a/build-0.3/c/generic/configuration-sl.make
+++ b/build-0.3/c/generic/configuration-sl.make
@@ -1,6 +1,5 @@
# file : build/c/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)/c/generic/configuration-sl-rules.make,$(dcf_root))
diff --git a/build-0.3/c/generic/configuration.make b/build-0.3/c/generic/configuration.make
index 95e79f8..1881c5c 100644
--- a/build-0.3/c/generic/configuration.make
+++ b/build-0.3/c/generic/configuration.make
@@ -1,6 +1,5 @@
# file : build/c/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)/c/generic/configuration-rules.make,$(dcf_root))
diff --git a/build-0.3/c/generic/configure b/build-0.3/c/generic/configure
index 76be8df..dae8d72 100755
--- a/build-0.3/c/generic/configure
+++ b/build-0.3/c/generic/configure
@@ -1,8 +1,7 @@
#! /usr/bin/env bash
# file : build/c/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/c/generic/configure-sl b/build-0.3/c/generic/configure-sl
index 5500e8b..10064cb 100755
--- a/build-0.3/c/generic/configure-sl
+++ b/build-0.3/c/generic/configure-sl
@@ -1,8 +1,7 @@
#! /usr/bin/env bash
# file : build/c/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/c/generic/o-e.make b/build-0.3/c/generic/o-e.make
index 4a88a0f..a607239 100644
--- a/build-0.3/c/generic/o-e.make
+++ b/build-0.3/c/generic/o-e.make
@@ -1,6 +1,5 @@
# file : build/c/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)/c/generic/configuration.make)
diff --git a/build-0.3/c/generic/o-l.make b/build-0.3/c/generic/o-l.make
index cee21af..bdae9fc 100644
--- a/build-0.3/c/generic/o-l.make
+++ b/build-0.3/c/generic/o-l.make
@@ -1,6 +1,5 @@
# file : build/c/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)/c/generic/configuration.make)