Make the bootloader generation maintenance script copy over the project license text when generation is complete.

This commit is contained in:
Dean Camera 2012-07-23 19:19:34 +00:00
parent 07f4f8e990
commit 5b6bae3445
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,10 @@
LUFA Library
Copyright (C) Dean Camera, 2012.
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
Permission to use, copy, modify, and distribute this software Permission to use, copy, modify, and distribute this software
and its documentation for any purpose is hereby granted without and its documentation for any purpose is hereby granted without
fee, provided that the above copyright notice appear in all fee, provided that the above copyright notice appear in all

View File

@ -97,6 +97,7 @@ make_bootloaders:
done < $(patsubst %/,%,$(LUFA_ROOT))/BuildTests/BootloaderTest/BootloaderDeviceMap.cfg done < $(patsubst %/,%,$(LUFA_ROOT))/BuildTests/BootloaderTest/BootloaderDeviceMap.cfg
$(MAKE) -f BuildMakefile build_bootloaders $(MAKE) -f BuildMakefile build_bootloaders
cp $(patsubst %/,%,$(LUFA_ROOT))/LUFA/License.txt Bootloaders
rm -f BuildMakefile rm -f BuildMakefile
# Check the working branch documentation, ensure no placeholder values # Check the working branch documentation, ensure no placeholder values