From: Garrett C. <ris...@li...> - 2010-06-20 04:10:20
|
The branch, pu, has been updated via 3a6a31acc110ee39395b7ddb28cb325682cfbe1e (commit) from 303a69af83bd2dd9bf358e50a11ef6b5b78e5041 (commit) - Log ----------------------------------------------------------------- commit 3a6a31acc110ee39395b7ddb28cb325682cfbe1e Author: Garrett Cooper <yan...@gm...> Date: Sat Jun 19 21:07:02 2010 -0700 Rename Makefile to GNUmakefile. There's no sense in denying the fact that this is actually a gmake makefile, so let's make things more explicit. Some work will need to be done to simplify the structure of the makefile and remove GNU-isms so it's portable to more versions of make (like BSD's pmake). Signed-off-by: Garrett Cooper <yan...@gm...> ----------------------------------------------------------------------- Summary of changes: .../open_posix_testsuite/{Makefile => GNUmakefile} | 0 1 files changed, 0 insertions(+), 0 deletions(-) rename testcases/open_posix_testsuite/{Makefile => GNUmakefile} (100%) diff --git a/testcases/open_posix_testsuite/Makefile b/testcases/open_posix_testsuite/GNUmakefile similarity index 100% rename from testcases/open_posix_testsuite/Makefile rename to testcases/open_posix_testsuite/GNUmakefile hooks/post-receive -- ltp |