> 
> Recently I found shell is a nice program that can be extended to solve my 
> automatic regression test problem. So I started hacking it.
> I found it would be easiler use $(wildcard) in the builtins/Makefile.in, in 
> stead of staticly specify all the source files:

Unfortunately, it is an extension of GNU make that is not portable
to other make programs.  If bash is to remain compilable on as
many platforms as it currently is, its Makefiles must not be changed
to use these non-portable extensions.

--
Eric Blake




_______________________________________________
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash

Reply via email to