public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [crosstool-ng/crosstool-ng] 51a360: Fix use of custom location if it is a directory.
@ 2016-12-03  3:19 Alexey Neyman
  0 siblings, 0 replies; only message in thread
From: Alexey Neyman @ 2016-12-03  3:19 UTC (permalink / raw)
  To: crossgcc

[-- Attachment #1: Type: text/plain, Size: 2372 bytes --]

  Branch: refs/heads/master
  Home:   https://github.com/crosstool-ng/crosstool-ng
  Commit: 51a3606b17b62eb5a9ae5616467f8814792969b7
      https://github.com/crosstool-ng/crosstool-ng/commit/51a3606b17b62eb5a9ae5616467f8814792969b7
  Author: Alexey Neyman <stilor@att.net>
  Date:   2016-12-02 (Fri, 02 Dec 2016)

  Changed paths:
    M scripts/build/companion_libs/320-libiconv.sh
    M scripts/build/companion_libs/330-gettext.sh
    M scripts/build/debug/200-duma.sh
    M scripts/build/debug/400-ltrace.sh
    M scripts/build/libc/avr-libc.sh
    M scripts/build/libc/uClibc.sh

  Log Message:
  -----------
  Fix use of custom location if it is a directory.

In that case, CT_GetCustom just creates a symlink to the original.
In that case, 'cp -a <path> .' gives an error and 'cp -a <path> <newdir>'
creates <newdir> as a symlink (which will then run the build inside
the shared directory, .build/src/<package>).

Signed-off-by: Alexey Neyman <stilor@att.net>


  Commit: 289188e6f2b55382fa508fed39385c49c5bb9c7c
      https://github.com/crosstool-ng/crosstool-ng/commit/289188e6f2b55382fa508fed39385c49c5bb9c7c
  Author: Alexey Neyman <stilor@att.net>
  Date:   2016-12-02 (Fri, 02 Dec 2016)

  Changed paths:
    M config/libc/uClibc.in

  Log Message:
  -----------
  uClibc-ng needs to know whether it is 1.0.15+

This is workaround, as more packages require similar tweaks (some
depend on X_Y_Z_or_later config variables either in kconfig, or in
the build scripts.

We should have a CT_CompareVersion, that will apply the default
or per-package method of comparison.

Signed-off-by: Alexey Neyman <stilor@att.net>


  Commit: a787e410dc7133fb371e71161663639e1c0dc89b
      https://github.com/crosstool-ng/crosstool-ng/commit/a787e410dc7133fb371e71161663639e1c0dc89b
  Author: Alexey Neyman <stilor@att.net>
  Date:   2016-12-02 (Fri, 02 Dec 2016)

  Changed paths:
    M config/libc/uClibc.in
    M scripts/build/companion_libs/320-libiconv.sh
    M scripts/build/companion_libs/330-gettext.sh
    M scripts/build/debug/200-duma.sh
    M scripts/build/debug/400-ltrace.sh
    M scripts/build/libc/avr-libc.sh
    M scripts/build/libc/uClibc.sh

  Log Message:
  -----------
  Merge pull request #492 from stilor/custom-loc

Fix building uClibc-ng from custom directory


Compare: https://github.com/crosstool-ng/crosstool-ng/compare/f7f70b67c447...a787e410dc71

[-- Attachment #2: Type: text/plain, Size: 71 bytes --]

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-12-03  3:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-03  3:19 [crosstool-ng/crosstool-ng] 51a360: Fix use of custom location if it is a directory Alexey Neyman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).