Gaa! It's too early, sorry. * Ralf Wildenhues wrote on Sun, Apr 03, 2005 at 08:26:56AM CEST: > * Marc Singer wrote on Sat, Apr 02, 2005 at 12:02:01AM CEST: > > I think there is more to this override story. Perhaps this is why > > I've not found the makefile command line override very helful. > > > > It looks like when we have a make invocation within make, the > > overrides do not propagate.
> > #Makefile.1 > > PREFIX=/usr/local > > all: > > make -f Makefile.2 > > You need to use $(MAKE) here. Yes you do (but that does not solve _this_ problem). > > #Makefile.2 > > PREFIX=/usr/local > > > > > make PREFIX=/usr -f Makefile.1 > > > > During Makefile.1, the PREFIX is /usr. In Makefile.2, it is > > /usr/local. But it's not if you use `-e'. Which I think I mentioned. Regards, Ralf _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool
