git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ec1b74
)
Minor fix to Makefile so that 'make clean' doesn't fail when run immediately after...
author
Richard D. Worth
<rdworth@gmail.com>
Thu, 8 Apr 2010 01:10:07 +0000
(09:10 +0800)
committer
John Resig
<jeresig@gmail.com>
Wed, 21 Jul 2010 14:47:13 +0000
(22:47 +0800)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
ade6319
..
0fff724
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-80,7
+80,7
@@
clean:
@@rm -rf ${DIST_DIR}
@@echo "Removing built copy of Sizzle"
- @@rm src/selector.js
+ @@rm -f src/selector.js
@@echo "Removing cloned directories"
@@rm -rf test/qunit src/sizzle