summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-05-23 06:42:49 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-05-23 06:42:49 +0000
commit21ce6a9b6268d76406d033470f4f6fa06e9012f1 (patch)
tree37ff6f04457a010eaade7766c97fad206c3cbe6c /Makefile
parent74abd5d458c87d244ccd965aaa8acf5627a10591 (diff)
downloaddrakx-backup-do-not-use-21ce6a9b6268d76406d033470f4f6fa06e9012f1.tar
drakx-backup-do-not-use-21ce6a9b6268d76406d033470f4f6fa06e9012f1.tar.gz
drakx-backup-do-not-use-21ce6a9b6268d76406d033470f4f6fa06e9012f1.tar.bz2
drakx-backup-do-not-use-21ce6a9b6268d76406d033470f4f6fa06e9012f1.tar.xz
drakx-backup-do-not-use-21ce6a9b6268d76406d033470f4f6fa06e9012f1.zip
- create kernel/RPMS/ to copy rpms before expanding them in kernel/all.kernels
- remove old compatability code - add some doc in update_kernel
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