Hallo,
I'm building 8.2 LFS with jhalfs 2.4 and I noticed that step 114-libelf
fails because some commands are missing in the Makefile.
After I added the ">>" marked lines (copied from 113 and adapted the
name) it worked. All other steps in the Makefile look good.
114-libelf: 113-gettext
@$(call echo_message, Building)
@export BASHBIN=$(SHELL) && $(SHELL) progress_bar.sh $@ $$PPID &
@echo "$(nl_)`date`$(nl_)" >logs/$@
@$(PRT_DU_CR) >>logs/$@
>> @$(call touch_timestamp)
>> @$(call remove_existing_dirs2,elfutils-0.170.tar.bz2)
>> @$(call unpack2,elfutils-0.170.tar.bz2)
>> @$(call get_pkg_root2)
@source envars && \
$(crCMDSDIR)/chapter06/$@ >>logs/$@ 2>&1 && \
$(PRT_DU_CR) >>logs/$@
>> @$(call remove_build_dirs2,elfutils)
>> @$(call log_new_files,elfutils)
@$(call housekeeping)
Tschau...Thomas
--
"Do you wanna be a legend or a passing footprint on the sands of time?"
signature.asc
Description: OpenPGP digital signature
-- http://lists.linuxfromscratch.org/listinfo/alfs-discuss FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
