From d0251dd85281c018f7667083436b5d6aa204c814 Mon Sep 17 00:00:00 2001 From: David Reiss Date: Thu, 2 Apr 2009 23:49:20 +0000 Subject: [PATCH] cpp: Rename Makefiles under test/cpp ".mk" is the usual extension for makefiles not named "GNUMakefile", "Makefile", or "makefile". "Makefile.thrift" should be a Thrift IDL file (think "Makefile.PL"). git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@761480 13f79535-47bb-0310-9956-ffa450edef68 --- test/cpp/{Makefile.stress => Stress-test.mk} | 0 test/cpp/{Makefile.thrift => Thrift-test.mk} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/cpp/{Makefile.stress => Stress-test.mk} (100%) rename test/cpp/{Makefile.thrift => Thrift-test.mk} (100%) diff --git a/test/cpp/Makefile.stress b/test/cpp/Stress-test.mk similarity index 100% rename from test/cpp/Makefile.stress rename to test/cpp/Stress-test.mk diff --git a/test/cpp/Makefile.thrift b/test/cpp/Thrift-test.mk similarity index 100% rename from test/cpp/Makefile.thrift rename to test/cpp/Thrift-test.mk