I'm trying to build a chroot for my personal LFS distro which make use of nearly no GNU components, and I noticed the make file contains
ifneq ($(OS),Windows_NT) mkdir -p $(DESTDIR)$(LIBSTDBUF_DIR) $(INSTALL) -m 755 $(BUILDDIR)/deps/libstdbuf* $(DESTDIR)$(LIBSTDBUF_DIR)/ endif
Which occurs regardless of if any libstdbuf was built. This causes a failure upon make install.