[cfe-commits] [libcxx] r134375 - /libcxx/trunk/Makefile
Howard Hinnant
hhinnant at apple.com
Mon Jul 4 07:12:28 PDT 2011
Author: hhinnant
Date: Mon Jul 4 09:12:27 2011
New Revision: 134375
URL: http://llvm.org/viewvc/llvm-project?rev=134375&view=rev
Log:
Make the default Makefile less destructive: John McCall
Modified:
libcxx/trunk/Makefile
Modified: libcxx/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/Makefile?rev=134375&r1=134374&r2=134375&view=diff
==============================================================================
--- libcxx/trunk/Makefile (original)
+++ libcxx/trunk/Makefile Mon Jul 4 09:12:27 2011
@@ -15,6 +15,9 @@
INSTALL_PREFIX="$(SDKROOT)"
endif
+help::
+ echo Use make install DSTROOT=<destination>
+
installsrc:: $(SRCROOT)
ditto $(SRCDIRS)/include $(SRCROOT)/include
More information about the cfe-commits
mailing list