Home
last modified time | relevance | path

Searched refs:compatMake (Results 1 – 1 of 1) sorted by relevance

/openbsd/usr.bin/make/
H A Dmain.c78 static bool compatMake; /* -B argument */ variable
132 compatMake = true; in set_notparallel()
140 compatMake = true; in posixParseOptLetter()
681 compatMake = false; /* No compat mode */ in main()
725 compatMake = true; in main()
761 if (compatMake) in main()
803 choose_engine(compatMake); in main()