diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-07-23 19:19:34 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-07-23 19:19:34 +0000 |
commit | 5b6bae3445d81a00f0dddf5759aa38d011f90cef (patch) | |
tree | 1abf4ec34ce3bd539e28cd0a91d71abde0cc4ed0 /Maintenance | |
parent | 07f4f8e99094795285e9261531bf505d5353bf94 (diff) | |
download | lufa-5b6bae3445d81a00f0dddf5759aa38d011f90cef.tar.gz lufa-5b6bae3445d81a00f0dddf5759aa38d011f90cef.tar.bz2 lufa-5b6bae3445d81a00f0dddf5759aa38d011f90cef.zip |
Make the bootloader generation maintenance script copy over the project license text when generation is complete.
Diffstat (limited to 'Maintenance')
-rw-r--r-- | Maintenance/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Maintenance/makefile b/Maintenance/makefile index b5a3b7bcd..6ddae85cb 100644 --- a/Maintenance/makefile +++ b/Maintenance/makefile @@ -97,6 +97,7 @@ make_bootloaders: done < $(patsubst %/,%,$(LUFA_ROOT))/BuildTests/BootloaderTest/BootloaderDeviceMap.cfg $(MAKE) -f BuildMakefile build_bootloaders + cp $(patsubst %/,%,$(LUFA_ROOT))/LUFA/License.txt Bootloaders rm -f BuildMakefile # Check the working branch documentation, ensure no placeholder values |