[crosstool-ng/crosstool-ng] 1b48c9: Makefile.in: Fix uninstall target

Bryan Hundven bryanhundven@gmail.com
Thu Nov 19 22:37:00 GMT 2015


  Branch: refs/heads/master
  Home:   https://github.com/crosstool-ng/crosstool-ng
  Commit: 1b48c9bd83852894895dd3073a629a3221344f45
      https://github.com/crosstool-ng/crosstool-ng/commit/1b48c9bd83852894895dd3073a629a3221344f45
  Author: Bryan Hundven <bryanhundven@gmail.com>
  Date:   2015-11-19 (Thu, 19 Nov 2015)

  Changed paths:
    M Makefile.in

  Log Message:
  -----------
  Makefile.in: Fix uninstall target

`make uninstall` is ran against `$(TARGETS)`, which includes `lib-kconfig`.
`lib-kconfig` is installed as a part of the `lib` target, so during
uninstall, removing `lib` is enough to also remove `lib-kconfig`.

Filter out `lib-kconfig` during `real-uninstall`.

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>


  Commit: ba7ca97523db72a0c79fbd42626ca1f57da5727e
      https://github.com/crosstool-ng/crosstool-ng/commit/ba7ca97523db72a0c79fbd42626ca1f57da5727e
  Author: Bryan Hundven <bryanhundven@gmail.com>
  Date:   2015-11-19 (Thu, 19 Nov 2015)

  Changed paths:
    M Makefile.in

  Log Message:
  -----------
  Merge pull request #278 from bhundven/fix-uninstall

Makefile.in: Fix uninstall target


Compare: https://github.com/crosstool-ng/crosstool-ng/compare/7b69ac2fbbd1...ba7ca97523db
-------------- next part --------------
--
For unsubscribe information see http://sourceware.org/lists.html#faq


More information about the crossgcc mailing list