El Jueves, 15 de Marzo de 2007 21:40, George Boudreau escribió: > ifeq ($(BREAKPOINT), $@ ) > abort/die/quit or whatever you desire > endif
Something like hat could be placed at the end of the housekeeping makefile function to not bloat the Makefile. To abort the build maybe we could use the $(error text...) make function, like in ifeq ($(BREAKPOINT), $@ ) $(error The build has been stopped at $@ as requested) endif -- 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/alfs-discuss FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page