History log of /openbsd/usr.bin/make/enginechoice.c (Results 1 – 4 of 4)
Revision Date Author Comments
# c9fc29cf 04-Sep-2023 espie <espie@openbsd.org>

GC old code that was originally implemented to facilitate adoption by
other BSDs, which never happened, so make things simpler for further
development.

Ditches config.h entirely since it gets reduce

GC old code that was originally implemented to facilitate adoption by
other BSDs, which never happened, so make things simpler for further
development.

Ditches config.h entirely since it gets reduced to 2 defines.

okay tb@

show more ...


# 10d58120 04-Mar-2021 espie <espie@openbsd.org>

better if I commit the version which actually includes the header ;)


# 1314328a 04-Mar-2021 espie <espie@openbsd.org>

somehow I forgot to add copyright and to include the right prototypes.
No actual code change (checked with cmp)


# ec86491d 13-Jan-2020 espie <espie@openbsd.org>

make the choice of engine explicit

simplify the running of .BEGIN/.END so that they pass through the engine
first (so they can now have dependencies). Error out properly if .BEGIN/.END
fails.