Gerard Beekmans wrote:
> Maybe these are leftovers from the past or perhaps I'm just not seeing it.
> 
> Makefile to render the book includes the following:
> 
>          $(Q)bash process-scripts.sh $(RENDERTMP)
>          $(Q)sh make-aux-files.sh $(RENDERTMP)
> 
> If I read the scripts correctly, they aren't using the $RENDERTMP 
> variable in any way. Or did I just fail bash scripting 101...

You are right.  I did that as a way to put the output in the RENDERTMP 
directory, but never followed through in the script implementation.  The 
parameter, while unused, does not affect anything at all.  I suppose we could 
remove it from the Makefile to prevent confusion.

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to