Remove legacy makefiles (take 2)

We need to leave runtime/tmp for TestServer and TestDebugger,
but they don't actually use the old makefiles.
Esse commit está contido em:
Jordan DeLong
2013-04-29 14:18:33 -07:00
commit de Sara Golemon
commit eec5d43e4c
4 arquivos alterados com 1 adições e 55 exclusões
+1 -2
Ver Arquivo
@@ -1,2 +1 @@
Do not manually add any files in this directory. This is for holding generated .cpp files, compiling them and linking with hphp_cpp_base.so.
Temporary directory used by TestServer and TestDebugger.
-7
Ver Arquivo
@@ -1,7 +0,0 @@
#/bin/sh
# called by src/
cd runtime/tmp/$1
cat *.cpp > temp.txt
rm *.cpp
mv temp.txt all.cpp
-30
Ver Arquivo
@@ -1,30 +0,0 @@
/*
+----------------------------------------------------------------------+
| HipHop for PHP |
+----------------------------------------------------------------------+
| Copyright (c) 2010- Facebook, Inc. (http://www.facebook.com) |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
| available through the world-wide-web at the following url: |
| http://www.php.net/license/3_01.txt |
| If you did not receive a copy of the PHP license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
*/
/*
+----------------------------------------------------------------------+
| HipHop for PHP |
+----------------------------------------------------------------------+
| Copyright (c) 2010- Facebook, Inc. (http://www.facebook.com) |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
| available through the world-wide-web at the following url: |
| http://www.php.net/license/3_01.txt |
| If you did not receive a copy of the PHP license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
*/
-16
Ver Arquivo
@@ -1,16 +0,0 @@
/*
+----------------------------------------------------------------------+
| HipHop for PHP |
+----------------------------------------------------------------------+
| Copyright (c) 2010- Facebook, Inc. (http://www.facebook.com) |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
| available through the world-wide-web at the following url: |
| http://www.php.net/license/3_01.txt |
| If you did not receive a copy of the PHP license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
*/
int main (int argc, char * argv) {}