Create a common BR2_COPYTO to prepare to replace
authorUlf Samuelsson <ulf.samuelsson@atmel.com>
Mon, 26 Jan 2009 23:52:31 +0000 (23:52 -0000)
committerUlf Samuelsson <ulf.samuelsson@atmel.com>
Mon, 26 Jan 2009 23:52:31 +0000 (23:52 -0000)
commit0dbf9dd7ab8e08e9081a1141f0122f0e2cdc6202
tree098bb98a9d08b6ec633c00178556bdd9955ce8ae
parent78fa0d4eb4f8ce861664093cb62c1a11b22d90f6
Create a common BR2_COPYTO to prepare to replace
all the different COPYTOs spread out all over
Buildroot.
Generate COPY_FILE subroutine which can be used
to copy a file.

$(COPY_FILE , file, directory, filename)
This will copy to binary dir and to the selected
copy dir if set in new config (intended to replace
all old COPYTO configs)

This is overridden by BUILDROOT_COPYTO,
if set into the environment.
Config.in
docs/buildroot.html
target/Makefile.in
target/device/Atmel/DataFlashBoot/DataflashBoot.mk
target/device/Atmel/Makefile.in
target/device/Atmel/at91bootstrap/at91bootstrap.mk