From: Yaroslav Halchenko Date: Wed, 10 Feb 2010 13:30:35 +0000 (-0500) Subject: -f for rm's so cronjob is silent X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ac03a8413b31d830deb58a82421a1a3656bf4165;p=neurodebian.git -f for rm's so cronjob is silent --- diff --git a/Makefile b/Makefile index 5fec98b..2899020 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ removecache: -rm -rf build/cache removedb: - -rm build/db.db + -rm -f build/db.db updatedb: removedb removecache build/db.db @@ -52,7 +52,7 @@ build/db.db: --cfg neurodebian.cfg \ --db build/db.db \ updatedb - -rm source-stamp + -rm -f source-stamp upload-website: html