summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.nu>2010-07-16 10:16:49 -0500
committerMatt Housh <jaeger@crux.nu>2010-07-16 10:16:49 -0500
commitd0dffac8a73b96586e14da1ddd14062fcf6cfd3a (patch)
treef427c57839a0b99e7b329419a42fd1948c92588b /Makefile
parentfb9b94a860d01f687d1e2c55e2ed2fa8fddc4a1a (diff)
downloadiso-d0dffac8a73b96586e14da1ddd14062fcf6cfd3a.tar.gz
iso-d0dffac8a73b96586e14da1ddd14062fcf6cfd3a.tar.xz
Removed my usb image building stuff in favor of the external make_usbdisk script
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index d97f9f2..03a64b6 100644
--- a/Makefile
+++ b/Makefile
@@ -408,13 +408,6 @@ iso: image-base
@rm /tmp/iso.sort
@echo "Done"
-##### usb/disk image building #####
-image: image-base
- ./buildimage.sh tmp/crux-$(CRUX_VERSION)$(CUSTOMVERSION).img $(IMG_ROOT_DIR)
-
-
-images: iso image
-
source-iso: busybox-source packages.all iso/squashfs$(SQUASHFS_VERSION).tar.gz iso/syslinux-$(SYSLINUX_VERSION).tar.gz
@echo "Creating ISO image with sources ($(SRCISO_FILENAME))"

Generated by cgit