diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-07-23 19:19:34 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-07-23 19:19:34 +0000 |
| commit | 33c0b8cfbb53e5800fc31dd7101acfaf0c911770 (patch) | |
| tree | 1abf4ec34ce3bd539e28cd0a91d71abde0cc4ed0 /Maintenance | |
| parent | e32314c4b28dad3dcb8bfc7482885b9e8fc1268d (diff) | |
Make the bootloader generation maintenance script copy over the project license text when generation is complete.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2412 d5102386-fcda-11dd-9fdb-3debd5008f28
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 b5a3b7bc..6ddae85c 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 |
