Files
mesa/progs
Brian 16c503f39a Tweak the shell scripting for descending into and building subdirs.
In general, use this:
	@for dir in $(SUBDIRS) ; do \
		if [ -d $$dir ] ; then \
			(cd $$dir && $(MAKE)) || exit 1; \
		fi \
	done

Basically, silently skip missing subdirs but generate an error and stop if
there's a compilation or install problem.
This was done inconsistantly before.  In once case, a missing subdir was
causing us to go into an infinte loop!
2007-05-09 16:23:11 -06:00
..
2007-04-26 07:48:35 -06:00
2006-07-13 02:50:27 +00:00
2005-04-29 15:36:38 +00:00
2006-08-24 17:49:37 +00:00
2002-06-10 15:16:44 +00:00
2007-05-02 18:55:45 -06:00
2007-05-08 14:08:45 -06:00
2007-04-20 19:18:13 -06:00
2007-04-20 19:18:13 -06:00
2007-03-26 10:13:02 -06:00
2007-04-27 16:27:36 -06:00
2006-04-24 16:32:05 +00:00