freebsd-dev/cddl/lib
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
..
drti cddl: normalize paths using SRCTOP-relative paths or :H when possible 2017-03-04 11:30:04 +00:00
libavl DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
libctf DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
libdtrace Add a dtrace provider for UDP-Lite. 2018-07-31 22:56:03 +00:00
libnvpair Use INCS for non-sys/ libnvpair and libzfs_core includes 2018-08-13 03:38:32 +00:00
libumem DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
libuutil DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
libzfs Do not blindly include illumos kernel headers instead of user-space. 2018-08-02 18:55:55 +00:00
libzfs_core Use INCS for non-sys/ libnvpair and libzfs_core includes 2018-08-13 03:38:32 +00:00
libzpool Do not blindly include illumos kernel headers instead of user-space. 2018-08-02 18:55:55 +00:00
tests Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed 2016-05-04 23:20:53 +00:00
Makefile libbe(3): Move build goop back out of cddl/ 2018-08-18 03:20:59 +00:00
Makefile.inc Revert r284417 it is not necessary anymore 2015-06-15 19:28:07 +00:00