[uClibc]Suggested change to the makefile

johan.adolfsson at axis.com johan.adolfsson at axis.com
Thu Jan 24 11:40:57 UTC 2002


I suggest using install -d instead of mkdir although
they are probably equivalent.
/Johan

----- Original Message ----- 
From: "Matthew Bloch" <mattbee at soup-kitchen.net>
To: <uclibc at uclibc.org>
Sent: den 22 januari 2002 21:29
Subject: [uClibc]Suggested change to the makefile


> Hi;
> 
> I've had a bit of grief from what I expected 'make install' to do:
> basically because it executes this command:
> 
> install -m 755 ldso/util/ldd $(PREFIX)$(DEVEL_PREFIX)/bin
> 
> which means that if you haven't got a bin directory in your DEVEL_PREFIX
> directory, ldd gets copied as a file called bin, and subsequent installs
> fail with a funny-looking error.  A quick:
> 
> mkdir -p $(PREFIX)$(DEVEL_PREFIX)/bin
> mkdir -p $(PREFIX)$(DEVEL_PREFIX)/lib
> 
> beforehand could sort this out, and I've added that to my private copy to
> stop it confusing me.
> 
> -- 
> Matthew       > http://www.soup-kitchen.net/
>               > ICQ 19482073
> 
> _______________________________________________
> uClibc mailing list
> uClibc at uclibc.org
> http://uclibc.org/mailman/listinfo/uclibc
> 




More information about the uClibc mailing list