El Sábado, 7 de Julio de 2007 16:53, Dan Nicholson escribió: > Thinking about this a little more, I believe there should be a > separate directory not in /tmp. These aren't exactly scratch files. > blfs-html.xml and blfs-full.xml are meant to be accessed by multiple > targets. Things that go in /tmp should be created and cleaned up right > away. How about > > RENDERDIR = $(HOME)/blfs-render > > createdir: > $(Q)[ -d $(RENDERDIR) ] || mkdir -p $(RENDERDIR) > > clean: > @echo "Cleaning up..." > $(Q)rm -rf $(RENDERDIR) > > validxml: createdir
That might be a solution. If opting by that, I prefer $(BASEDIR)/temp-files or something like that to keep it centralized. -- Manuel Canales Esparcia Usuario de LFS nº2886: http://www.linuxfromscratch.org LFS en castellano: http://www.escomposlinux.org/lfs-es http://www.lfs-es.info TLDP-ES: http://es.tldp.org -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page