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:
28267ed
)
Made the push targets do an update (and required merge) first
author
Rod Whitby
<rod@whitby.id.au>
Mon, 11 Jul 2005 19:12:50 +0000
(19:12 +0000)
committer
OpenEmbedded Project
<openembedded-devel@lists.openembedded.org>
Mon, 11 Jul 2005 19:12:50 +0000
(19:12 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
f4b3139
..
464ed3f
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-137,11
+137,11
@@
clobber-optware:
# Targets for use by those with write access to the repositories
.PHONY: push-master
-push-master:
MT/revision
+push-master:
update-master
monotone push
.PHONY: push-openembedded
-push-openembedded:
openembedded/conf/machine/nslu2.conf
+push-openembedded:
update-openembedded
( cd openembedded ; monotone push )
# Targets for use by core team members only