On Wed, Aug 29, 2007 at 09:11:54AM -0700, ron minnich wrote: > > > symbol rename: > > > > > > $(Q)printf " OBJCOPY (stage0 link) $(subst $(shell pwd)/,,$(@))\n" > > > $(Q)$(OBJCOPY) --prefix-symbols=stage0 $(obj)/stage0.o > > > $(obj)/stage0_link.o > > > > Personally I find this pretty scary stuff, so please make sure to > > add very verbose documentation > > we're not doing this YET. So don't worry too much ... YET :-)
I like it. It's really rather simple; stage0 is special, so we need a trick to be able to reuse code both in stage0 and later stages. //Peter -- linuxbios mailing list [email protected] http://www.linuxbios.org/mailman/listinfo/linuxbios
