How to re-make after the build_target file system is modified.

Eric Malkowski eric at bvwireless.net
Mon Apr 3 11:06:09 UTC 2006


At the top of the tree, I use a script with the following contents:

#!/bin/sh

set -x

rm -rf build_i386/root
rm -f build_i386/staging_dir/fakeroot.env
make 2>&1 | tee build.log


You would probably need to change i386 to arm or whatever.

But see the following issue: http://busybox.net/bugs/view.php?id=371
You may run into it, and you can fix it using what's described in the
notes in issue 371.  It doesn't look like issue 371 ever got fixed
although I haven't tried building up the tip of the tree in a while
either...

Hope this helps.

-E


> Hello,
>
>     I made some changes to the an inittab in the
> build_arm/root/etc/inittab. What is the make target command to use for
> invoking so that buildroot is rebuild the new file system with the
> changes?
>
> Thank you,
> -Pandit
>
>
> ---------------------------------
> New Yahoo! Messenger with Voice. Call regular phones from your PC for low,
> low rates.




More information about the uClibc mailing list