Author: dnicholson
Date: 2008-04-08 11:32:12 -0600 (Tue, 08 Apr 2008)
New Revision: 7360

Modified:
   trunk/BOOK/Makefile
Log:
Try to remove $(RENDERTMP) on clean


Modified: trunk/BOOK/Makefile
===================================================================
--- trunk/BOOK/Makefile 2008-04-08 17:32:06 UTC (rev 7359)
+++ trunk/BOOK/Makefile 2008-04-08 17:32:12 UTC (rev 7360)
@@ -95,6 +95,7 @@
        $(Q)rm -f $(RENDERTMP)/blfs-{full,html,pdf}.xml
        $(Q)rm -f $(RENDERTMP)/blfs-pdf.fo
        $(Q)rm -f $(RENDERTMP)/blfs-{patch-list,patches}
+       $(Q)rmdir $(RENDERTMP) 2>/dev/null || :
 
 validxml: $(RENDERTMP)/blfs-full.xml
 $(RENDERTMP)/blfs-full.xml: index.xml general.ent

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

Reply via email to