From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Fischer Date: Tue, 21 Aug 2007 13:11:09 +0200 Subject: [Buildroot] svn commit: trunk/buildroot/toolchain/gcc In-Reply-To: <0708211218490.1707@somehost> References: <20070821102843.A2E07A4622@busybox.net> <0708211218490.1707@somehost> Message-ID: <20070821111109.GA15996@aon.at> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Tue, Aug 21, 2007 at 12:26:00PM +0200, Cristian Ionescu-Idbohrn wrote: >I'd like to comment on this, if you don't mind. > >On Tue, 21 Aug 2007, aldot at uclibc.org wrote: > >> Log: >> - put libstdc++.so into the correct place (usr/lib) and make sure >> that the dir exists >> >> >> Modified: >> trunk/buildroot/toolchain/gcc/gcc-uclibc-3.x.mk >> trunk/buildroot/toolchain/gcc/gcc-uclibc-4.x.mk >> >> >> Changeset: >> Modified: trunk/buildroot/toolchain/gcc/gcc-uclibc-3.x.mk >> Modified: trunk/buildroot/toolchain/gcc/gcc-uclibc-4.x.mk >> =================================================================== >> --- trunk/buildroot/toolchain/gcc/gcc-uclibc-4.x.mk 2007-08-21 10:26:55 UTC (rev 19601) >> +++ trunk/buildroot/toolchain/gcc/gcc-uclibc-4.x.mk 2007-08-21 10:28:43 UTC (rev 19602) >> @@ -333,6 +333,7 @@ >> # >> # Ok... that's enough of that. >> # >> + -mkdir -p $(TARGET_DIR)/usr/lib $(TARGET_DIR)/usr/sbin > ^ > please remove the dash, because > >[man mkdir] > -p, --parents > no error if existing, make parent directories as needed > >But if it still fails for any reason, then we want to know and have >make stop there. What do you think? Fair enough. See r19612