Lines Matching refs:in
56 ERRORS += "This variable must be defined in your sources or GNUsources file,"
57 ERRORS += "or it may be calculated provided you are in a CVS source repository,"
128 ## This catch-all generic rule breaks make targets defined in module which
261 ERRORS += "in your sources or GNUsources file."
264 # include any branding defined if they exist in the environment
293 # it by explicitly setting MAKECMDGOALS in the clean rule at the top
300 # So no foo.c and foo.cpp in the same makefile.
343 # calculate some dynamic variables that are useful in build rules.
350 # in src/makefile/<obj-type>.mk file
484 # depending upon the requirements expressed in the individual
526 # include dependencies are evaluated in reverse order from their
527 # appearance in the makefile. Therefore we include the NUL file from
529 # themselves. This results in the object directory getting created
572 @for warn in $(WARNING) ; do echo $$warn; done
580 @for err in $(ERRORS) ; do echo $$err; done