History log of /fuchsia/zircon/third_party/ulib/linenoise/rules.mk
Revision Date Author Comments
# d53ea9b2 06-Feb-2018 P.Y. Laligand <pylaligand@google.com>

[build] Remove a few more GN files.

TO-732

Change-Id: I3d54c34deee3ddfd88705bbbfa4a9503b0bb001a


# f3e2126c 12-Sep-2017 Roland McGrath <mcgrathr@google.com>

[zx] Magenta -> Zircon

The Great Renaming is here!

Change-Id: I3229bdeb2a3d0e40fb4db6fec8ca7d971fbffb94


# a4723f01 21-Apr-2017 Mike Voydanoff <voydanoff@google.com>

[ulib][linenoise] Remove unnecessary dependency on the DDK library

Change-Id: Ifbc835214af1a7f68fe63aed430d9a42c32d3ed9


# 16656ae0 05-Apr-2017 Brian Swetland <swetland@google.com>

[build] flatten the build

Previously we treated kernel/, system/, and third_party/ as
overlays on a shared namespace. This required the concept
of "canonical" module names, and a lot of complexity to ensure
that things didn't collide and the build worked.

This change gets rid of that, no longer passes -I to make,
so that include directives from our *.mk files do not magically
wildcard across various paths, etc.

The most user-visible change is that everywhere where a module
name is specified (MODULE_DEPS, MODULE_LIBS, etc), full module
names like kernel/lib/io or system/ulib/mxio must be used instead
of previously-allowed "short" names like lib/io and ulib/mxio.

The build output still has a similar shape, but the first segment
of the module path (kernel/, system/, or third_party/) is no
longer elided under $(BUILDDIR)

Change-Id: I525aba1da1c86eb7a86007bddc669f7eeebfedd5


# 1c938232 22-Sep-2016 George Kulakowski <kulakowski@google.com>

[linenoise] Recapitulate the port of linenoise to Fuchsia

The Fuchsia port is at
https://fuchsia.googlesource.com/third_party/linenoise/

We have an internal copy so Magenta can continue to be standalone.

Change-Id: I0407fb19e2b7593a8ac8492659db56603e4990e2