]> git.mdlowis.com Git - proto/sclpl.git/commitdiff
removed explicit tasks from make invocation
authorMichael D. Lowis <mike@mdlowis.com>
Sat, 25 Oct 2014 02:00:58 +0000 (22:00 -0400)
committerMichael D. Lowis <mike@mdlowis.com>
Sat, 25 Oct 2014 02:00:58 +0000 (22:00 -0400)
Rakefile

index 45931a25fe5e498df20d0733b9458ec1696e78a4..058c4460a7e749bef7f7e262f6c47aa241953dbe 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -51,7 +51,7 @@ end
 
 file "#{CLANG_BIN_DIR}/#{CLANG_BIN_NAME}" => ["#{CLANG_BUILD_DIR}/Makefile"] + FileList["#{CLANG_SRC_DIR}/tools/clang/**/*.c"] do
     FileUtils.cd(CLANG_BUILD_DIR) do
-        sh "#{CLANG_MAKE_CMD} clang llvm-ar"
+        sh "#{CLANG_MAKE_CMD}"
     end
 end