Two changes. One from Shaun Jackman makes libbb/interface.c compile only if
authorRob Landley <rob@landley.net>
Tue, 25 Oct 2005 02:19:55 +0000 (02:19 -0000)
committerRob Landley <rob@landley.net>
Tue, 25 Oct 2005 02:19:55 +0000 (02:19 -0000)
commit2d5d88ebc0366287e0c001bfff0fecd02e1c0931
tree5d26743e91f770a379776560853904406154f79d
parent38d6615ed246c6cd888b2c796b3431680950ae29
Two changes.  One from Shaun Jackman makes libbb/interface.c compile only if
it's going to be used.  (I'm guessing it doesn't work with newlib.)

The other one is from me: allyesconfig shouldn't enable devfs because that
changes all sorts of unrelated stuff (like /dev/loop0->dev/loop/0), which
can come as a bit of a surprise.  (It's still there, but you have to go into
menuconfig and select it manually.)
Makefile