History log of /freebsd-14.2/tools/bsdbox/Makefile (Results 1 – 12 of 12)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0
# d0b2dbfa 16-Aug-2023 Warner Losh <[email protected]>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


Revision tags: release/13.2.0, release/12.4.0
# c0f94ccb 29-Sep-2022 Brooks Davis <[email protected]>

bsdbox: remove previously broken telnet(d) support

Support for telnet(d) was commented out some time ago. Remove now that
telnetd is gone.

Reviewed by: imp, delphij, emaste
MFC after: 3 days
Diffe

bsdbox: remove previously broken telnet(d) support

Support for telnet(d) was commented out some time ago. Remove now that
telnetd is gone.

Reviewed by: imp, delphij, emaste
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D36782

show more ...


Revision tags: release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0
# 7b3286c1 21-Sep-2020 Kyle Evans <[email protected]>

bsdbox: fix build after recent libifconfig changes

libifconfig now generates file(s) into its .OBJDIR that are essential to the
build. Make sure we -I that in, like we already do in the ^/rescue bui

bsdbox: fix build after recent libifconfig changes

libifconfig now generates file(s) into its .OBJDIR that are essential to the
build. Make sure we -I that in, like we already do in the ^/rescue build.

show more ...


Revision tags: release/11.4.0
# 2ce22b06 23-Mar-2020 Kyle Evans <[email protected]>

bsdbox: remove useless linking against libl

All is good without it; just remove it.

Requested by: bapt


Revision tags: release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0
# 5fead429 10-Nov-2017 Bryan Drewery <[email protected]>

Avoid referencing private lib names directly.

Sponsored by: Dell EMC Isilon


# 066b9ae5 09-Nov-2017 Adrian Chadd <[email protected]>

[bsdbox] fix compilation due to library work.


Revision tags: release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0
# af1d9152 08-Dec-2014 Sean Bruno <[email protected]>

Add -lxo (for df) and -lgpio(for gpioctl) to bsdbox. This will allow the picostation
build to work again.

Reviewed by: adrian


Revision tags: release/10.1.0
# 80189b3b 17-Jul-2014 Brooks Davis <[email protected]>

Replace all uses of libncurses and libtermcap with their wide character
variants. This allows usable file system images (i.e. those with both a
shell and an editor) to be created with only one copy

Replace all uses of libncurses and libtermcap with their wide character
variants. This allows usable file system images (i.e. those with both a
shell and an editor) to be created with only one copy of the curses library.

Exp-run: antoine
PR: 189842
Discussed with: bapt
Sponsored by: DARPA, AFRL

show more ...


Revision tags: release/9.3.0
# 3bdf7758 13-Apr-2014 Warner Losh <[email protected]>

NO_MAN= has been deprecated in favor of MAN= for some time, go ahead
and finish the job. ncurses is now the only Makefile in the tree that
uses it since it wasn't a simple mechanical change, and will

NO_MAN= has been deprecated in favor of MAN= for some time, go ahead
and finish the job. ncurses is now the only Makefile in the tree that
uses it since it wasn't a simple mechanical change, and will be
addressed in a future commit.

show more ...


# 2c284d93 14-Mar-2014 Gleb Smirnoff <[email protected]>

Remove IPX support.

IPX was a network transport protocol in Novell's NetWare network operating
system from late 80s and then 90s. The NetWare itself switched to TCP/IP
as default transport in 1998.

Remove IPX support.

IPX was a network transport protocol in Novell's NetWare network operating
system from late 80s and then 90s. The NetWare itself switched to TCP/IP
as default transport in 1998. Later, in this century the Novell Open
Enterprise Server became successor of Novell NetWare. The last release
that claimed to still support IPX was OES 2 in 2007. Routing equipment
vendors (e.g. Cisco) discontinued support for IPX in 2011.

Thus, IPX won't be supported in FreeBSD 11.0-RELEASE.

show more ...


Revision tags: release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0
# e44d68c8 29-Aug-2012 Adrian Chadd <[email protected]>

Disable building textproc for now, it doesn't fit on my 4MB flash
partition.

Add -lcrypt as a dynamic target.


Revision tags: release/8.3.0_cvs, release/8.3.0
# 6b1dcfcd 06-Jan-2012 Adrian Chadd <[email protected]>

Import the first cut of "bsdbox".

This uses the existing crunchgen infrastructure to build
a series of tools designed to replace the base and networking
tools on an embedded system.

It reuses 'bsd.

Import the first cut of "bsdbox".

This uses the existing crunchgen infrastructure to build
a series of tools designed to replace the base and networking
tools on an embedded system.

It reuses 'bsd.crunchgen.mk' to drive the actual file
creation. The rescue build system also uses this.

Unlike busybox, it doesn't include its own source - instead,
it just builds from the sources in /usr/src/ and leverages
the existing BSD framework.

Thie is still quite messy and could do with a whole lot of
cleaning up. However it is proving to be very useful with
my current build framework, allowing me to build binary root
images that are about 30% less than simply cherrypicking files
and libraries from an installworld.

show more ...