On May 10, 2014, at 8:13 PM, William Harrington wrote:

Ah okay I think I saw what I was missing, not AS_ROOT but as SUDO now in the Makefilfe I have this:

SUDO: 086-creatingdirs 087-createfiles 088-devices 089- pwdgroup 090-fstab 091-settingenvironment 092-changingowner

Okay, the only problem I see now is this in the Makefile:

086-creatingdirs:  085-grub-build
        @$(call echo_message, Building)
@export BASHBIN=$(SHELL) && $(SHELL) progress_bar.sh $@ $ $PPID &
        @echo "$(nl_)`date`$(nl_)" >logs/$@
        @$(PRT_DU) >>logs/$@
        @source ~/.bashrc && \
        $(CMDSDIR)/boot/$@ >> logs/$@ 2>&1 && \
        $(PRT_DU) >>logs/$@
        @$(call housekeeping)

We don't have a ~/.bashrc for root.

It looks like that is being pulled in from common/libs/ func_wrt_Makefile in jhalfs.
Should it be using clfs user's .bashrc at that time?

Sincerely,

William Harrington
--
http://lists.linuxfromscratch.org/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to