Revision daafd0b0
kernel/kernelsetup.sh | ||
---|---|---|
343 | 343 |
printf " -i, --init\n" |
344 | 344 |
printf " Initialize ChibiOS submodule.\n" |
345 | 345 |
printf " -p, --patch,\n" |
346 |
printf " Apply patches to CHibiOS.\n"
|
|
346 |
printf " Apply patches to ChibiOS.\n"
|
|
347 | 347 |
printf " -d, --documentation <option>\n" |
348 | 348 |
printf " Possible options are: 'g' and 'o' (can be combined).\n" |
349 | 349 |
printf " - g: Generate HTML documentation of ChibiOS.\n" |
... | ... | |
504 | 504 |
for patch in $patches; do |
505 | 505 |
cp $patch . |
506 | 506 |
patch=$(basename $patch) |
507 |
printInfo "applying ${patch}...\n" |
|
507 | 508 |
git apply --whitespace=nowarn --ignore-space-change --ignore-whitespace < $patch 2>&1 | tee -a $LOG_FILE |
508 | 509 |
rm $patch |
509 | 510 |
# # These lines are disabled for safety reasons: |
Also available in: Unified diff