freebsd-dev/lib/libbe
Kyle Evans 7920ad944b libbe(3): Move build goop back out of cddl/
Some background: in the GSoC project, libbe/Makefile lived in lib/libbe. I
created projects/bectl branch, maintained the above for all of five
minutes before I misread Makefile.inc1 and decided that it couldn't possibly
build outside of cddl/, so I kicked the Makefile out into the cddl/ build
and all was good. The misreading was of the bit where .WAIT is added to
SUBDIR after lib, libexec but prior to building bin and cddl *only during
the install targets*, which is the critical part.

Fast forward- buildworld was still broken in my branch unbeknownst to me
because I didn't nuke my OBJDIR. Combing through Makefile.inc1 eventually
revealed the necessary magic to make sure that libbe's dependencies are
specified well enough, and it becomes clear what needs done to make a
non-cddl/ build work. This is an interesting prospect, because the build
split is kind of annoying to work with.

IGNORE_PRAGMA is added to avoid dropping WARNS by one more. This was
previously pulled in via cddl/Makefile.inc.
2018-08-18 03:20:59 +00:00
..
be_access.c libbe(3): Prefer safer versions of strcat/strcpy 2018-08-16 18:37:47 +00:00
be_error.c libbe(3): More error handling bits 2018-08-10 21:23:56 +00:00
be_impl.h libbe(3)/bectl(8): Hit rewind on a bunch of off-by-ones 2018-08-16 17:56:03 +00:00
be_info.c libbe(3)/bectl(8): Standardize $FreeBSD$ IDs 2018-08-07 14:02:41 +00:00
be.c libbe(3): Impose dataset length restrictions on boot env name validation 2018-08-16 18:58:34 +00:00
be.h libbe(3)/bectl(8): Kill off the 'add' functionality for now 2018-08-11 01:02:27 +00:00
libbe.3 libbe(3): Impose dataset length restrictions on boot env name validation 2018-08-16 18:58:34 +00:00
Makefile libbe(3): Move build goop back out of cddl/ 2018-08-18 03:20:59 +00:00