History log of /fuchsia/zircon/third_party/uapp/mkfs-msdosfs/rules.mk
Revision Date Author Comments
# 008b27ed 15-Sep-2017 Roland McGrath <mcgrathr@google.com>

[build] Make MODULE_GROUP mandatory for user modules

Make sure everything in the manifest has a group tag.

Change-Id: Id33e8ef34c148d6b18e34acc7a59466a3e18daf2


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

[zx] Magenta -> Zircon

The Great Renaming is here!

Change-Id: I3229bdeb2a3d0e40fb4db6fec8ca7d971fbffb94


# 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


# 12242caa 07-Mar-2017 Brian Swetland <swetland@google.com>

[build][musl] refer to musl libc as ulib/c

This makes the build rules and the intermediate
output files easier to understand, without having
to modify the path where musl libc lives.

The biggest observeable difference is the build
intermediate files:

$ ls build-magenta-pc-x86-64/ulib/c
config-module.h libc.abi.h libc.abi.stamp libc.so libc.so.id libc.so.strip
libc.a libc.abi.o libc.a.opts libc.so.abi libc.so.opts third_party

which previously were at build-magenta-pc-x86/ulib/musl
and named libmusl.*

and the replacing of ulib/musl with ulib/c in the library
dependencies of all the rules.mk files (the vast bulk of
this change)

Change-Id: If9c5d522099d2c9ac5bdb666b8e67a2eb3d316ee


# 1f41c1ae 01-Dec-2016 Brian Swetland <swetland@google.com>

[msdos-fstools] use hyphens, not underscores for binary names

Change-Id: I9f1236132dcb82b2dfe4bf5952bf00ab370a5a81


# 57f95e0e 13-Nov-2016 Sean Klein <smklein@google.com>

[third-party][mkfs-msdosfs] Modifications to build on Magenta

These modifications include:
- Removing informational signal handlers
- Removing ioctls
- Removing some command line options
- Altering types, attributes, and macros to Magenta equivalents

Change-Id: Iee2260e04fe625f7f06f34d9534ca1833ef59dfb