summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathaniel Graff <nathaniel.graff@sifive.com>2019-03-29 19:48:55 +0000
committerGitHub <noreply@github.com>2019-03-29 19:48:55 +0000
commitcebbb7cb6c7b16767b4ba04e7f231a784be9697a (patch)
treebdad19e81e0c9f2e988dd7054339ed1556ca6df9
parent304acc90c507f5254b93d4dbaaff79a767e4fc29 (diff)
parent0cd16b328cdef918666a35fa142fb1b573d8edc5 (diff)
Merge pull request #227 from sifive/rel-fix
Fix a minor cleanup miss
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4089f21..530c5ca 100644
--- a/Makefile
+++ b/Makefile
@@ -180,12 +180,12 @@ standalone: \
cp -r freedom-metal $</
- find $</freedom-metal -name ".git*" | xargs rm
+ find $</freedom-metal -name ".git*" | xargs rm -rf
mkdir -p $</scripts
cp -r scripts/elf2hex $</scripts
- find $</scripts/elf2hex -name ".git*" | xargs rm
+ find $</scripts/elf2hex -name ".git*" | xargs rm -rf
$(MAKE) -C $(SRC_DIR) clean
cp -r $(SRC_DIR)/* $</src/
@@ -211,7 +211,7 @@ standalone: \
cp -r freedom-metal $</
- find $</freedom-metal -name ".git*" | xargs rm
+ find $</freedom-metal -name ".git*" | xargs rm -rf
$(MAKE) -C $(SRC_DIR) clean
cp -r $(SRC_DIR)/* $</src/