summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-11-22 14:15:24 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-11-22 14:15:24 +0000
commitc879294087d1f55b5992ff194bae9d0ded78c31a (patch)
treee54ee940894d61a91f93ee69fc66b3e0d08e58ed /Makefile
parent0a60319a0b805bf9c7dfe191ab2bd64fb0fa60e6 (diff)
downloaddrakx-backup-do-not-use-c879294087d1f55b5992ff194bae9d0ded78c31a.tar
drakx-backup-do-not-use-c879294087d1f55b5992ff194bae9d0ded78c31a.tar.gz
drakx-backup-do-not-use-c879294087d1f55b5992ff194bae9d0ded78c31a.tar.bz2
drakx-backup-do-not-use-c879294087d1f55b5992ff194bae9d0ded78c31a.tar.xz
drakx-backup-do-not-use-c879294087d1f55b5992ff194bae9d0ded78c31a.zip
- no more kernel/all.modules, things are in kernel/all.kernels
- cleanup what we keep in kernel/all.kernels: only vmlinuz, modules.dep, *.mar, all_modules.tar, modules.cz - replace all_modules.list + modules with all_modules.tar - kernel/all.modules/modules.cz-VERSION are now in kernel/all.kernels/VERSION/modules.cz - allow having a normal in isolinux, but don't use it for floppy images (for this, add kernel/all.kernels/.main-BOOT) - add many modules kernel/list_modules.pm in unused categories since we don't take all modules from kernel, only those listed (needed to have a not too big modules.cz for normal kernel) - complete rewrite of update_kernel (now written in perl)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 85eee1baf..f2144fb86 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ install_only:
make -C rescue install
clean:
- rm -rf images all.modules all.modules64
+ rm -rf images
for i in $(DIRS); do make -C $$i clean; done
find . -name "*~" -o -name ".#*" | xargs rm -f