Home
last modified time | relevance | path

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

/xnu-8792.61.2/SETUP/config/
H A Dmkmakefile.c148 char *COPTS; variable
233 COPTS = malloc((unsigned)(strlen(cp) + 1)); in makefile()
234 if (COPTS == 0) { in makefile()
238 strcpy(COPTS, cp); in makefile()
757 if (COPTS == 0) { in do_rules()
760 COPTS = ""; in do_rules()