Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13965464
D14031.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
561 B
Referenced Files
None
Subscribers
None
D14031.id.diff
View Options
diff --git a/support/xhpast/Makefile b/support/xhpast/Makefile
--- a/support/xhpast/Makefile
+++ b/support/xhpast/Makefile
@@ -28,11 +28,11 @@
all: xhpast
clean:
- rm --force xhpast parser.yacc.output libxhpast.a *.o
+ rm -f xhpast parser.yacc.output libxhpast.a *.o
cleanall: clean
- rm --force scanner.lex.hpp scanner.lex.cpp parser.yacc.hpp parser.yacc.cpp
- rm --force node_names.hpp parser_nodes.php
+ rm -f scanner.lex.hpp scanner.lex.cpp parser.yacc.hpp parser.yacc.cpp
+ rm -f node_names.hpp parser_nodes.php
.PHONY: install
install: xhpast
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Oct 17, 2:17 AM (2 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6720200
Default Alt Text
D14031.id.diff (561 B)
Attached To
Mode
D14031: Fix XHPAST Makefile on OS X
Attached
Detach File
Event Timeline
Log In to Comment