summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 59edb12b7..1885a64dc 100644
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,8 @@ install_only:
clean:
rm -rf images
+# force taking new rpms from repository
+ rm -rf kernel/RPMS
for i in $(DIRS); do make -C $$i clean; done
find . -name "*~" -o -name ".#*" | xargs rm -f