mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
appliance: Print guestfsd.deps after generation
Sometimes generating this file fails. To help with debugging these
situatons, print the guestfsd.deps file after it has been generated.
(cherry picked from commit bf5fcdbc9b)
This commit is contained in:
@@ -101,6 +101,8 @@ guestfsd.deps: ../daemon/guestfsd
|
||||
sort -u > $@.t
|
||||
rm -f ld.so.cache.txt
|
||||
mv $@.t $@
|
||||
@echo "guestfsd.deps:"
|
||||
@cat $@
|
||||
|
||||
packagelist: packagelist.in Makefile guestfsd.deps
|
||||
m4 $(PACKAGELIST_CPP_FLAGS) $< | \
|
||||
|
||||
Reference in New Issue
Block a user