History log of /openbsd-src/usr.bin/bc/Makefile (Results 1 – 10 of 10)
Revision Date Author Comments
# 2d6abfec 19-Jul-2017 espie <espie@openbsd.org>

more depends gc / yacc rules overhaul

okay millert@


# 6cecaadf 03-Jul-2017 espie <espie@openbsd.org>

be explicit in the lex/yacc dependencies
reluctant okay deraadt@


# 9490edf2 10-Oct-2015 deraadt <deraadt@openbsd.org>

Rather than invoking fork/execve of dc(1) on a pipe, compile in the dc(1)
code directly and use it as a subfunction. This refactoring allows use of
pledge "stdio rpath proc tty" in the main bc(1) pr

Rather than invoking fork/execve of dc(1) on a pipe, compile in the dc(1)
code directly and use it as a subfunction. This refactoring allows use of
pledge "stdio rpath proc tty" in the main bc(1) process before fork, pledge
"stdio rpath tty" after fork, and fully reduced to "stdio" in the dc(1)
child.

This requires two recent to the kernel code (allowing sigsuspend(),
and kill() self as pid 0).
ok otto

show more ...


# 9fac9dd6 19-Sep-2013 otto <otto@openbsd.org>

separate termios.h out from scan.l, both have an ECHO define. Noted by
Joris Giovannangeli.


# ce0441ff 07-Mar-2011 otto <otto@openbsd.org>

add editline support; from freebsd. ok deraadt@


# a6fc0772 17-Oct-2010 schwarze <schwarze@openbsd.org>

Stop installing me(1) and ms(1) source code.
We will soon get rid of groff in base,
so there is no longer any way to use these files with base.
No opposition on tech@.


# 8f53aed9 30-Jun-2006 otto <otto@openbsd.org>

CLEANFILES no longer needed since this is now done by bsd.*.mk


# 60c3a1cc 27-May-2006 deraadt <deraadt@openbsd.org>

SRCS should refer to the .l and .c files; spotted by naddy


# 8936d184 03-Nov-2003 otto <otto@openbsd.org>

Install bc(1) USD doc.

ok deraadt@ mickey@ jmc@


# f10b9d56 25-Sep-2003 otto <otto@openbsd.org>

Makefile for bc(1).

ok deraadt@