Hi, I want to use the uncommented line rather than the commented line.
#SUBDIRS = $(shell find . -mindepth 1 -maxdepth 1 -type d ! -name 'backup' ! -name 'bash') SUBDIRS = $(shell compgen -d -X 'backup' -X 'bash') But make gives me "make: compgen: Command not found". I'm wondering how to use shell builtin command in make. Thanks, Peng _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
