diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-12-06 18:16:39 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-12-06 18:17:30 +0000 |
commit | 9bc15f5d98a3a17d465a94f42dc3ffb60c077293 (patch) | |
tree | 853e22e0906768983b0901b8e4ab60cc9f7d4a34 /rescue | |
parent | 7eaecf8303c229268f1f55dcb5e37ff9f0bf420d (diff) | |
download | libguestfs-9bc15f5d98a3a17d465a94f42dc3ffb60c077293.tar.gz libguestfs-9bc15f5d98a3a17d465a94f42dc3ffb60c077293.tar.xz libguestfs-9bc15f5d98a3a17d465a94f42dc3ffb60c077293.zip |
Remove ability to build static distribution.
We are now going to build binaries for each distribution so
there is no need to build the quasi-distro-independent static
binaries any more.
Diffstat (limited to 'rescue')
-rw-r--r-- | rescue/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/rescue/Makefile.am b/rescue/Makefile.am index 1208be1c..f6f5b258 100644 --- a/rescue/Makefile.am +++ b/rescue/Makefile.am @@ -59,9 +59,3 @@ stamp-virt-rescue.pod: virt-rescue.pod --html $(top_builddir)/html/virt-rescue.1.html \ $< touch $@ - -# Build a partly-static binary (for the binary distribution). - -virt-rescue.static$(EXEEXT): $(virt_rescue_OBJECTS) $(virt_rescue_DEPENDENCIES) - $(top_srcdir)/relink-static.sh \ - $(virt_rescue_LINK) $(virt_rescue_OBJECTS) -static $(virt_rescue_LDADD) $(virt_rescue_LIBS) $(LIBVIRT_LIBS) $(LIBXML2_LIBS) -lpcre -lhivex -lmagic -lz -lm |