git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d49890d
)
build: Rebuild the daemon as necessary from other directories
author
Matthew Booth
<mbooth@redhat.com>
Fri, 20 Nov 2009 17:52:27 +0000
(17:52 +0000)
committer
Richard Jones
<rjones@redhat.com>
Sat, 21 Nov 2009 21:12:45 +0000
(21:12 +0000)
This change ensure that making the appliance will always rebuild the daemon if
required.
subdir-rules.mk
patch
|
blob
|
history
diff --git
a/subdir-rules.mk
b/subdir-rules.mk
index
fd8bfef
..
70ab8a2
100644
(file)
--- a/
subdir-rules.mk
+++ b/
subdir-rules.mk
@@
-27,3
+27,7
@@
$(top_builddir)/src/libguestfs.la: force
$(generator_built): $(top_builddir)/src/stamp-generator
$(top_builddir)/src/stamp-generator: force
$(MAKE) -C $(top_builddir)/src stamp-generator
+
+# The daemon
+$(top_builddir)/daemon/guestfsd: force
+ $(MAKE) -C $(top_builddir)/daemon