On Thursday 02 March 2006 3:51 pm, Bernhard Fischer wrote: > On Thu, Mar 02, 2006 at 02:32:53PM -0500, Rob Landley wrote: > >On Thursday 02 March 2006 1:18 pm, Bernhard Fischer wrote: > >> >Not happy... > >> > >> Missing dependency of applets/applets.o vs. .config. > >> Fixed in r14431. > > > >Yup, that's fixed. Thanks. :) > > > >It now builds for me if I disable everything in the e2fsprogs directory, > > which is cool. Unfortunately, if I switch on e2fsprogs: > > > >make: *** No rule to make target > >`/home/landley/busybox/busybox/e2fsprogs/blkid_getsize.c', needed by > >`/home/landley/busybox/busybox/e2fsprogs/blkid/blkid_getsize.o'. Stop. > > > >This is under ubuntu. > > my incarnation of debian (also a dedicated ubuntu box) has make-3.81b4. > I'm curiuos as to what make version is driving at your end?
The fall 2005 release has make 3.80 (same as Red Hat 9). > I *think* that i'm tripping a bug in "my" make-3.81b4 version. > Please reread the bug with-make-and-e2fsprogs mail ¹) or just apply > *and* *checkin* the attached alleged proper fix which will make > make-3.81b4 (from debian) go up in flames but will work four your > make-3.80... > > ¹) http://busybox.net/lists/busybox/2006-March/018910.html Huh. For some reason I don't seem to have gotten a copy of that message. Weird. This patch does indeed fix it for me on ubuntu. Red Hat 9 still barfs on the line 247 of Makefile: $(foreach d,$(DIRS_UPPER),$(eval $(notdir $(d))-y:=)) The error messages are things like: Makefile:247: /root/coreutils/libcoreutils/Makefile.in: No such file or directory When the path the file is actually at would be /root/busybox/coreutils/libcoreutils/Makefile.in Rob (Oh, and make distclean isn't zapping libbusybox.*) -- Never bet against the cheap plastic solution. _______________________________________________ Bug-make mailing list Bug-make@gnu.org http://lists.gnu.org/mailman/listinfo/bug-make