diff options
| author | Howard Hinnant <hhinnant@apple.com> | 2011-07-04 14:12:27 +0000 |
|---|---|---|
| committer | Howard Hinnant <hhinnant@apple.com> | 2011-07-04 14:12:27 +0000 |
| commit | 46f7e3f1319c99a7b433f06381b71ac86a396ba5 (patch) | |
| tree | e7a0866664fb5fb1b3abb59ab3e9ebd5f1f72903 | |
| parent | bfb154ad3fcb9c03ce1b01b9a53e2cd17eedb45a (diff) | |
| download | bcm5719-llvm-46f7e3f1319c99a7b433f06381b71ac86a396ba5.tar.gz bcm5719-llvm-46f7e3f1319c99a7b433f06381b71ac86a396ba5.zip | |
Make the default Makefile less destructive: John McCall
llvm-svn: 134375
| -rw-r--r-- | libcxx/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libcxx/Makefile b/libcxx/Makefile index 62d1bb33d82..14acf4cac03 100644 --- a/libcxx/Makefile +++ b/libcxx/Makefile @@ -15,6 +15,9 @@ else INSTALL_PREFIX="$(SDKROOT)" endif +help:: + echo Use make install DSTROOT=<destination> + installsrc:: $(SRCROOT) ditto $(SRCDIRS)/include $(SRCROOT)/include |

