diff options
| author | Leah Rowe <leah@libreboot.org> | 2024-05-15 02:33:35 +0100 | 
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2024-05-15 02:33:35 +0100 | 
| commit | e5ffb2afe6ca7cab8982d204709a612ac92090ab (patch) | |
| tree | 2e845c5a7fd152aa47cf0f69e693da5220d162c1 | |
| parent | c149cbb8843b9c1af45e8ebb3ecafb764dc8d529 (diff) | |
rm src/u-boot/*/test/lib/strlcat.c in u-boot
i accidentally removed this in a previous commit
Signed-off-by: Leah Rowe <leah@libreboot.org>
| -rwxr-xr-x | build | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -200,6 +200,7 @@ fetch_trees()  		    $err "!rm -Rf \"src/${xp}/${xp}\""  	done +	rm -f src/u-boot/*/test/lib/strlcat.c || $err "$_xm: rm strlcat"  	find . -name ".git" -exec rm -Rf {} + || $err "$_xm: rm .git"  	find . -name ".gitmodules" -exec rm -Rf {} + || $err "$_xm: rm .gitmod"  	x_ rm -Rf tmp .git | 
