Home | History | Annotate | Download | only in core

Lines Matching defs:file

5 # you may not use this file except in compliance with the License.
33 # $(1): source file
34 # $(2): destination file
35 # $(3): goals that should copy the file
37 define copy-one-dist-file
41 $$(copy-file-to-new-target-with-cp)
49 # $(2): the dist files to add to those goals. If the file contains ':',
50 # the text following the colon is the name that the file is copied
54 $(foreach file,$(2), \
55 $(eval fw := $(subst :,$(space),$(file))) \
60 $(call copy-one-dist-file, \