M.Canales.es wrote:
El Miércoles, 9 de Agosto de 2006 02:23, George Boudreau escribió:

031-linux-headers:  028-creating-sysfile
   @$(call echo_message, Building)
   @./progress_bar.sh $@ &
  echo -e "\n`date`\n\nKB: `du -skx --exclude=jhalfs $(MOUNT_PT)`\n"
 >logs/031-linux-headers

That could be @$(PRT_DU) >> logs/$@ , not?
yes/no.. it requires a little more than $@ as it is also part of ICA/FARCE logging. something like $@ and [EMAIL PROTECTED]

   @$(call remove_existing_dir, linux-headers-2.6.17.6-07202006.tar.bz2 )
   @$(call unpack, linux-headers-2.6.17.6-07202006.tar.bz2 )
   @$(call get_pkg_root )
   @( time { $(SU_LUSER) "source $(LUSER_HOME)/.bashrc &&
$(CMDSDIR)/cross-tools/$@" >> logs/$@ 2>&1; } ) 2>> logs/$@ && \
$(PRT_DU) >> logs/$@
   @$(call remove_build_dirs,linux-headers)
   @$(call housekeeping)

Looks a good Makefile clean-up, good job.
I am still testing all the changes and don't expect to commit for a few days. (found a bug this morning with LFS builds). Once the commit is done I am going to take a pause and then try a complete rewrite of the makefile generation into 3 phases.
 Setup, creation of /tools and user.
 LUSER, building of the temptools
 CHROOT, the final steps.
This should bring the jhalfs in line with the books design philosophy.
 G.


Thanks :-)


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

Reply via email to