CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Updated to 1.18.4 and added new applets and features
[initrd.git] / Makefile
index beba480740f6496f695050b2d999936159d9a39f..55fca4c0eb2f11a6d76f3bd8aa219a095f82e4ae 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ KERNEL_PATH = $(TOPDIR)/../kernel/$(DEVICE)
 KERNEL_VERSION = $(shell grep '^KERNEL_VERSION = ' $(KERNEL_PATH)/Makefile | sed 's|KERNEL_VERSION = ||')
 
 BUSYBOX_SOURCE   = http://busybox.net/downloads/busybox-$(BUSYBOX_VERSION).tar.bz2
-BUSYBOX_VERSION  = 1.14.1
+BUSYBOX_VERSION  = 1.18.4
 
 .PHONY: all check-root busybox initrd clean distclean
 
@@ -28,6 +28,7 @@ dist-clean: busybox-distclean initrd-distclean
 check-root:
        @if [ "$$UID" != "0" ]; then \
                echo "You need to be root to do this."; \
+    echo "Now you should run 'make initrd' as root to finish compilation or 'sudo make initrd'."; \
                exit 1; \
        fi