OSDN Git Service

Add scripts/single.sh to build individual non-multiplexed standalone commands.
authorRob Landley <rob@landley.net>
Fri, 30 Aug 2013 06:53:31 +0000 (01:53 -0500)
committerRob Landley <rob@landley.net>
Fri, 30 Aug 2013 06:53:31 +0000 (01:53 -0500)
commitd04dc1feb92a279e27e4487c502944f454d43837
treee0bf10d7b9b3b7be24e3454d8014cd258bd6d24f
parentdd4bed0f1dff419b9dca9424f2945baab727c3dd
Add scripts/single.sh to build individual non-multiplexed standalone commands.

Alas, you can't quite do this yet:

  make defconfig
  make
  for i in $(./toybox)
  do
    echo $i
    PREFIX=singles/ scripts/single.sh $i || break
  done

Because the OLDTOY() aliases for commands won't build without the base command.
And I can't just skip them because chown/chmod or mv/cp aren't the same thing.
Config.in
Makefile
lib/xwrap.c
main.c
scripts/make.sh
scripts/single.sh [new file with mode: 0755]