On Sat, May 10, 2008 at 4:21 PM, Randy McMurchy <[EMAIL PROTECTED]> wrote: > > I forgot to mention that the 'test-links' target in the Makefile > is hosed as well. I can't help but think the last change fixed > *something*, but broke more somethings along the way.
It looks like a copy and paste error where the test-links target is just pulling the wrong prerequisite. Right now it has: test-links: $(RENDERTMP)/blfs-full.xml but it should require the test-links file: test-links: $(BASEDIR)/test-links Are there problems besides that? -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
