Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(236)

Unified Diff: tools/gcmole/Makefile

Issue 22893006: Add a bootstrap script to make it easier to build gcmole (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: updates Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/gcmole/bootstrap.sh » ('j') | tools/gcmole/bootstrap.sh » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gcmole/Makefile
diff --git a/tools/gcmole/Makefile b/tools/gcmole/Makefile
index 23c029c2dc3aca8e246f1c1682c08d52a29b5180..764245caf614b52fc7eb818ff099998aca4a18e7 100644
--- a/tools/gcmole/Makefile
+++ b/tools/gcmole/Makefile
@@ -40,4 +40,4 @@ libgcmole.so: gcmole.cc
-shared -o libgcmole.so gcmole.cc
clean:
- rm libgcmole.so
+ rm -f libgcmole.so
Sven Panne 2013/08/14 13:07:47 Pro tip: Use $(RM). :-) Furthermore, clean should
« no previous file with comments | « no previous file | tools/gcmole/bootstrap.sh » ('j') | tools/gcmole/bootstrap.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698