Change Summary:
changes needed to build the binary, integrate to illumos build system and add feature to build embedded version into boot block image file.
Diff: |
Revision 2 (+441 -94) |
---|
-
-
usr/src/tools/btxld/Makefile (Diff revision 2) We generally don't use
VPATH
. Does this get unwieldy with explicit rules?dmake
's implementation ofVPATH
has been scary, in the past. -
usr/src/tools/btxld/btxld.c (Diff revision 2) Would it make future merges easier to do this (and all similar) with a
#define
somewhere? -
Change Summary:
need to use local endian.h shim for case the build host does not have /usr/include/endian.h
Diff: |
Revision 5 (+1321 -1) |
---|