From: greg@kroah.com Date: Thu, 23 Oct 2003 07:19:18 +0000 (-0700) Subject: [PATCH] added README info for how to build using klibc. X-Git-Tag: 005~4 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=a34ea8f598af378dcd63528b6328d1bff7fab0f1 [PATCH] added README info for how to build using klibc. --- diff --git a/README b/README index ed25a733a..655a30051 100644 --- a/README +++ b/README @@ -45,8 +45,14 @@ Things are still quite rough, and it's a bit beyond proof of concept code. Help is very much appreciated, see the TODO file for a list of things left to be done. +If you want to build using klibc, use the Makefile.klibc file: + make clean + make -f Makefile.klibc +and marvel at the tiny binary you just created :) + Any comment/questions/concerns please let me know. greg k-h greg@kroah.com +