From ef660a90ce34e57fddd8f2bf193c041ed3388360 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 22 Jul 2007 21:29:42 +0000 Subject: Move CREDITS to docs/ Be a bit verbose when restoring a sample. diff --git a/CREDITS b/CREDITS deleted file mode 100644 index 9df8bf6..0000000 --- a/CREDITS +++ /dev/null @@ -1,24 +0,0 @@ -I would like to thank these fine people for making crosstool-NG possible: - - Dan KEGEL, the original author of crosstool: http://www.kegel.com/ - Dan was very helpfull and willing to help when I build my first toolchains. - I owe him one. Thank you Dan! - Some crosstool-NG scripts have code snippets coming almost as-is from the - original work by Dan. - -And in order of appearance on the crossgcc ML: - - Allan CLARK for his investigations on building toolchains on MacOS-X. - Allan made extensive tests of the first alpha of crosstool-NG-ng on his - MacOS-X, and unveiled some bash-2.05 weirdness. - - Enrico WEIGELT for some improvements of the build procedure: - - cxa_atexit disabling for C libraries not supporting it (uClibc) - - misc suggestions (restartable build, ...) - - Robert P. J. DAY: - - some small improvements to the configurator, misc prompting glitches - - 'sanitised' patches for binutils-2.17 - - patches for glibc-2.5 - -More to come as they help. diff --git a/Makefile.in b/Makefile.in index 54fe82c..184c6fd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -101,9 +101,9 @@ install-lib-samples: install-local-test $(LIBDIR) install-lib-main done install-doc: install-local-test $(DOCDIR) - @for doc_file in CREDITS docs/overview.txt; do \ - echo " INST $${doc_file}"; \ - install -m 644 "$${doc_file}" $(DOCDIR); \ + @for doc_file in docs/CREDITS docs/overview.txt; do \ + echo " INST $${doc_file}"; \ + install -m 644 "$${doc_file}" $(DOCDIR); \ done install-man: install-local-test $(MANDIR) diff --git a/docs/CREDITS b/docs/CREDITS new file mode 100644 index 0000000..9df8bf6 --- /dev/null +++ b/docs/CREDITS @@ -0,0 +1,24 @@ +I would like to thank these fine people for making crosstool-NG possible: + + Dan KEGEL, the original author of crosstool: http://www.kegel.com/ + Dan was very helpfull and willing to help when I build my first toolchains. + I owe him one. Thank you Dan! + Some crosstool-NG scripts have code snippets coming almost as-is from the + original work by Dan. + +And in order of appearance on the crossgcc ML: + + Allan CLARK for his investigations on building toolchains on MacOS-X. + Allan made extensive tests of the first alpha of crosstool-NG-ng on his + MacOS-X, and unveiled some bash-2.05 weirdness. + + Enrico WEIGELT for some improvements of the build procedure: + - cxa_atexit disabling for C libraries not supporting it (uClibc) + - misc suggestions (restartable build, ...) + + Robert P. J. DAY: + - some small improvements to the configurator, misc prompting glitches + - 'sanitised' patches for binutils-2.17 + - patches for glibc-2.5 + +More to come as they help. diff --git a/samples/samples.mk b/samples/samples.mk index 3d1dc60..221e82a 100644 --- a/samples/samples.mk +++ b/samples/samples.mk @@ -20,7 +20,9 @@ help-build:: # How we do build one sample PHONY += $(CT_SAMPLES) $(CT_SAMPLES): + @echo 'Configuring for "$@"' @$(CT_NG) $(patsubst %,copy_config_%,$(@)) oldconfig + @echo 'Execute "$(CT_NG) build" to build your toolchain' $(patsubst %,copy_config_%,$(CT_SAMPLES)): @if [ -f $(CT_TOP_DIR)/samples/$(patsubst copy_config_%,%,$(@))/crosstool.config ]; then \ -- cgit v0.10.2-6-g49f6