[BusyBox] Tinylogin 1.02 patch

Brendan J Simon brendan.simon at ctam.com.au
Wed Jun 26 21:56:03 UTC 2002


Here is a working (probably crude) patch to allow tinylogin 1.02 to be 
built in seperate build directory (ie. not the source directory).
The only requirement is that the build directory exist with a Config.h 
and that the source directory MUST NOT have a Config.h file.

eg.
$ mkdir /tmp/build
$ cp /tinylogin-src-dir/Config.h-orig /tmp/build/Config.h
$ cd /tmp/build/Config.h    # Edit /tmp/build/Config.h to suit
$ make -f /tinylogin-src-dir TINYLOGIN_SRC_DIR=tinylogin-src-dir 
TINYLOGIN_OBJ_DIR=/tmp/build PREFIX=/tmp/install all
$ su
$ make -f /tinylogin-src-dir TINYLOGIN_SRC_DIR=tinylogin-src-dir 
TINYLOGIN_OBJ_DIR=/tmp/build PREFIX=/tmp/install all

Hope this is useful.  It probably is obsolete now that tinylogin has be 
integrated/merged into busybox.

Cheers,
Brendan Simon.

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: tinylogin-1.02-separate-build.patch
Url: http://lists.busybox.net/pipermail/busybox/attachments/20020626/8422951e/attachment.diff 


More information about the busybox mailing list