summaryrefslogtreecommitdiffstats
path: root/images/Makefile
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2013-10-30 20:36:51 +0000
committerColin Guthrie <colin@mageia.org>2013-10-30 20:36:51 +0000
commit4fcf71c999dc5970a7ecce93ea51a9a4f4058b4f (patch)
treeccf41ec5186ac5895d83833538bab421d822de91 /images/Makefile
parent3afd27c8728b52985ceb538512496990ade84197 (diff)
downloaddrakx-4fcf71c999dc5970a7ecce93ea51a9a4f4058b4f.tar
drakx-4fcf71c999dc5970a7ecce93ea51a9a4f4058b4f.tar.gz
drakx-4fcf71c999dc5970a7ecce93ea51a9a4f4058b4f.tar.bz2
drakx-4fcf71c999dc5970a7ecce93ea51a9a4f4058b4f.tar.xz
drakx-4fcf71c999dc5970a7ecce93ea51a9a4f4058b4f.zip
images: Clear out some stuff that no longer used.
Now that initrds are generated via dracut, there is no need to prepare kernel modules. This sadly removes support for passing in a kernel rpm file, but such is life.
Diffstat (limited to 'images/Makefile')
-rw-r--r--images/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/images/Makefile b/images/Makefile
index 07168eb99..c25e965bd 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -8,7 +8,7 @@ IMAGES_DEST = $(ROOTDEST)/install/images
all: images
-images: all.kernels
+images: all.kernels/.list
DISTRIB_DESCR=$(DISTRIB_DESCR) DISTRIB_VERSION=$(DISTRIB_VERSION) ./make_boot_img
rm -rf images/alternatives
if [ `ls images/*.img-* 2>/dev/null | wc -l` -gt 0 ]; then \
@@ -16,7 +16,7 @@ images: all.kernels
fi
cd images ; md5sum *.{img,iso}* > MD5SUM
-all.kernels: update_kernel ../kernel/list_modules.pm
+all.kernels/.list: update_kernel
./update_kernel $(KERNELS)
dist: tar