On Tue, 07 Nov 2006 07:39:02 -0500, George Boudreau wrote: > Richard, my fresh, clean, unadulterated Ubuntu will not compile > anything so as a quickie could you do the following to see if this > clears up some of the problems. > In the Makefile > > #---------------AS ROOT > mk_SETUP: > @$(call echo_SU_request) > @sudo make SHELL=/bin/bash SETUP <<-- define SHELL > @touch $@ > > #---------------AS LUSER > mk_CROSS: mk_SETUP > @$(call echo_PHASE,Cross and Temporary Tools) > @(sudo $(SU_LUSER) "source .bashrc && cd $(MOUNT_PT)/$(SCRIPT_ROOT) > && make SHELL=/bin/bash AS_LUSER" ) <<-- define SHELL > > @mk_SUDO: mk_CROSS > @sudo make SHELL=/bin/bash SUDO <<-- define SHELL > @touch [EMAIL PROTECTED] make restore-luser-env > @touch $@ > >
George, Yes, I will, but unfortunately not tonight ( it's 4:30 PM here right now, and I am about to go out for the evening - Church thing ). If no-one else posts before tomorrow, I'll give it a go. R. -- http://linuxfromscratch.org/mailman/listinfo/alfs-discuss FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
