forked from OSchip/llvm-project
Make the default Makefile less destructive: John McCall
llvm-svn: 134375
This commit is contained in:
parent
bfb154ad3f
commit
46f7e3f131
|
@ -15,6 +15,9 @@ else
|
||||||
INSTALL_PREFIX="$(SDKROOT)"
|
INSTALL_PREFIX="$(SDKROOT)"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
help::
|
||||||
|
echo Use make install DSTROOT=<destination>
|
||||||
|
|
||||||
installsrc:: $(SRCROOT)
|
installsrc:: $(SRCROOT)
|
||||||
|
|
||||||
ditto $(SRCDIRS)/include $(SRCROOT)/include
|
ditto $(SRCDIRS)/include $(SRCROOT)/include
|
||||||
|
|
Loading…
Reference in New Issue