|
From: stephan b. <sg...@us...> - 2004-12-24 19:27:28
|
Update of /cvsroot/pclasses/pclasses2/toc/bin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1522/toc/bin Modified Files: create_makefile_stubs.sh Log Message: Added a reminder about SUBDIRS. Index: create_makefile_stubs.sh =================================================================== RCS file: /cvsroot/pclasses/pclasses2/toc/bin/create_makefile_stubs.sh,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- create_makefile_stubs.sh 23 Dec 2004 06:27:24 -0000 1.4 +++ create_makefile_stubs.sh 24 Dec 2004 19:27:18 -0000 1.5 @@ -240,6 +240,10 @@ done cat <<EOF all: +# Don't forget to any any SUBDIRS to 'all', if needed, with: +# all: subdir-NAME +# or: +# all: subdirs ################################################### # end auto-generated rules ################################################### |