From 5fbb8a7c761cca79bb06e0129532d22451323bf9 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 5 Dec 2011 19:16:31 +0100 Subject: builds, but doesn't run yet, GPM disabled because of 64-bit troubles --- Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1dbe021..444f451 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ help: @echo "Build a minimal Linux system" @echo "" + @echo "source - download source code" + @echo "" @echo "all - create all images" @echo "qemu - create an image for QEMU" @echo "vdi - create an image for VirtualBox" @@ -61,9 +63,10 @@ step3: syslinux syslinux-loader step4: kernel busybox acpid # step5: additional user space tools: -# - GPM for mouse copy-pate +# - GPM for mouse copy-pate (disabled, no 64-bit safe) # - Miniperl -step5: gpm perl lua +# - Lua +step5: perl lua # disk image and directories @@ -167,7 +170,8 @@ busybox: cp /$(LIBDIR)/libdl.so.2 target/lib cp /$(LIBDIR)/libpthread.so.0 target/lib -cp /$(LIBDIR)/libpcre.so.0 target/lib - -cp /usr/$(LIBDIR)/libpcre.so.3 target/lib +#??? +# -cp /usr/$(LIBDIR)/libpcre.so.3 target/lib busybox-clean: -- cgit v1.2.3-54-g00ecf