[llvm-commits] [test-suite] r58720 - /test-suite/trunk/Makefile.programs
Evan Cheng
evan.cheng at apple.com
Tue Nov 4 13:36:56 PST 2008
Author: evancheng
Date: Tue Nov 4 15:36:56 2008
New Revision: 58720
URL: http://llvm.org/viewvc/llvm-project?rev=58720&view=rev
Log:
-rsh-host has been renamed to -remote-host; also -rsh-user -> -remote-user.
Modified:
test-suite/trunk/Makefile.programs
Modified: test-suite/trunk/Makefile.programs
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/Makefile.programs?rev=58720&r1=58719&r2=58720&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Tue Nov 4 15:36:56 2008
@@ -487,9 +487,9 @@
# Support remote execution
ifdef REMOTE_HOST
ifdef REMOTE_USER
-BUGPOINT_OPTIONS += -rsh-host=$(REMOTE_HOST) -rsh-user=$(REMOTE_USER)
+BUGPOINT_OPTIONS += -remote-host=$(REMOTE_HOST) -remote-user=$(REMOTE_USER)
else
-BUGPOINT_OPTIONS += -rsh-host=$(REMOTE_HOST)
+BUGPOINT_OPTIONS += -remote-host=$(REMOTE_HOST)
endif
endif
More information about the llvm-commits
mailing list