git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c531cf5
)
Ugh, unquote the contents of SSH_KEY variable so it's not looking for ~/.ssh/id_dsa...
author
Oyvind Repvik
<nail@nslu2-linux.org>
Fri, 5 Aug 2005 12:07:07 +0000
(12:07 +0000)
committer
OpenEmbedded Project
<openembedded-devel@lists.openembedded.org>
Fri, 5 Aug 2005 12:07:07 +0000
(12:07 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
5d25513
..
e515094
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-5,7
+5,7
@@
SVN_USER ?= ${USER}
CVS_USER ?= ${USER}
SVN_SSH ?= "-l ${SVN_USER}"
-SSH_KEY ?=
"~/.ssh/id_dsa"
# Default. Change if you have several keys you use on a regular basis
+SSH_KEY ?=
~/.ssh/id_dsa
# Default. Change if you have several keys you use on a regular basis
HOST_MACHINE:=$(shell uname -m | sed \
-e 's/i[3-9]86/i386/' \