[llvm-commits] [compiler-rt] r81474 - /compiler-rt/trunk/Makefile
Daniel Dunbar
daniel at zuster.org
Thu Sep 10 16:13:59 PDT 2009
Author: ddunbar
Date: Thu Sep 10 18:13:59 2009
New Revision: 81474
URL: http://llvm.org/viewvc/llvm-project?rev=81474&view=rev
Log:
Include universal build step in 'make {Debug,Release,Profile}' targets.
Modified:
compiler-rt/trunk/Makefile
Modified: compiler-rt/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/Makefile?rev=81474&r1=81473&r2=81474&view=diff
==============================================================================
--- compiler-rt/trunk/Makefile (original)
+++ compiler-rt/trunk/Makefile Thu Sep 10 18:13:59 2009
@@ -64,6 +64,9 @@
$(Verb) $(Lipo) -create -output $$@ $(OptimizedInputs))
.PRECIOUS: $(ActiveObjPath)/.dir
+# Add to default "alias" target.
+$(ActiveConfig):: $(ActiveLibGen) $(ActiveLibOpt)
+
# Add to target lists.
all:: $(ActiveConfig) $(ActiveLibGen) $(ActiveLibOpt)
More information about the llvm-commits
mailing list