diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-10-18 20:17:41 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-10-18 20:17:41 +0200 |
commit | 1cc14334e4e6a9bd0dcbbcea3cb7b17cd83bbb25 (patch) | |
tree | 923e6f098e1ffb6e7d36c76e1d8f91ef408168ae /samples/samples.mk | |
parent | 32c5ef83a1d9e627376cb759b0f3b4472dbc3d58 (diff) | |
download | crosstool-ng-1cc14334e4e6a9bd0dcbbcea3cb7b17cd83bbb25.tar.gz crosstool-ng-1cc14334e4e6a9bd0dcbbcea3cb7b17cd83bbb25.tar.bz2 crosstool-ng-1cc14334e4e6a9bd0dcbbcea3cb7b17cd83bbb25.zip |
misc: change references to point to the new website
It's been a while now that crosstool-NG has been hosted on it's own
website, and not at my home. Change every reference to the old site
to the new one, everywhere is makes sense to.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'samples/samples.mk')
-rw-r--r-- | samples/samples.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/samples.mk b/samples/samples.mk index 2a5ac629..fa5134d7 100644 --- a/samples/samples.mk +++ b/samples/samples.mk @@ -90,8 +90,8 @@ $(CT_SAMPLES): @echo '***********************************************************' @echo $(SILENT)( . $(call sample_dir,$@)/reported.by; \ - echo "Initially reported by: $${reporter_name:-Yann E. MORIN}"; \ - echo "URL: $${reporter_url:-http://ymorin.is-a-geek.org/}"; \ + echo "Initially reported by: $${reporter_name}"; \ + echo "URL: $${reporter_url}"; \ if [ -n "$${reporter_comment}" ]; then \ echo ; \ echo "Comment:"; \ |