[BACK]Return to enginechoice.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / make

File: [local] / src / usr.bin / make / enginechoice.h (download)

Revision 1.1, Mon Jan 13 15:41:53 2020 UTC (4 years, 4 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7

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.

#ifndef ENGINECHOICE_H
#define ENGINECHOICE_H

extern void engine_run_list(Lst, bool *, bool *);
extern void engine_node_updated(GNode *);
extern void choose_engine(bool);

#endif