summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBunnaroath Sou <bsou@sifive.com>2019-03-29 12:43:03 -0700
committerBunnaroath Sou <bsou@sifive.com>2019-03-29 12:43:03 -0700
commit0cd16b328cdef918666a35fa142fb1b573d8edc5 (patch)
treebdad19e81e0c9f2e988dd7054339ed1556ca6df9 /Makefile
parent304acc90c507f5254b93d4dbaaff79a767e4fc29 (diff)
Mix a minor cleanup missed
Diffstat (limited to 'Makefile')
-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/