On Tue, Dec 09, 2008 at 02:43:44AM -0600, Rob Landley wrote:
>If you look at utils/Makefile.in you'll see that despite prepending PREFIX and
>RUNTIME_PREFIX, when you install_utils it prepends another "usr" to the start
>of the path it installs to.
>
>So if you say "PREFIX=/usr/local RUNTIME_PREFIX=/" you wind up installing in
>/usr/local/usr, which is weird. If you say "PREFIX=/ RUNTIME_PREFIX=/usr" you
>wind up installing in /usr/usr/", which is also weird.
>
>Does anybody know what's up with this?
$(TARGET_DIR)/usr/bin/ldd: $(cross_compiler) $(TARGET_DIR)/lib/libc.so.0
$(MAKE) -C $(UCLIBC_DIR) \
PREFIX=$(TARGET_DIR) \
utils install_utils
_______________________________________________
uClibc mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/uclibc