Manuel,
I have a makefile failure when doing a CLFS/x86. The failure is _not_
CLFS related. I elected not to include custom tools or blfs tools and
the makefile dies when it calls the mk_CUSTOM_TOOLS and mk_BLFS_TOOL
targets.
mk_CUSTOM_TOOLS: create-sbu_du-report
@if [ "$(ADD_CUSTOM_TOOLS)" = "y" ]; then \
$(call echo_PHASE,Building CUSTOM_TOOLS); \
$(call echo_CHROOT_request); \
sudo mkdir -p /mnt/LINUX; \
(sudo $(CHROOT1) "cd $(SCRIPT_ROOT) && make CUSTOM_TOOLS"); \
fi;
@touch $@
It seems you cannot call a make function from within a cmd shell '@'. I
thought I had removed these information calls but I missed CLFS and HLFS
--
http://linuxfromscratch.org/mailman/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page