mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
subdirs-rules: Remove 'appliance' rule.
It was used in only one place (perl/Makefile.am). If users want to build just the appliance, then they could do 'make -C appliance'.
This commit is contained in:
@@ -41,10 +41,14 @@ if HAVE_PERL
|
||||
# src/ dependencies
|
||||
src_deps: $(top_builddir)/src/libguestfs.la $(generator_built)
|
||||
|
||||
# Images used by tests
|
||||
# Images used by tests.
|
||||
test_images:
|
||||
$(MAKE) -C $(top_builddir)/tests/data
|
||||
|
||||
# Build the appliance.
|
||||
appliance:
|
||||
$(MAKE) -C $(top_builddir)/appliance
|
||||
|
||||
TESTS = run-bindtests
|
||||
test_prereq = src_deps all test_images
|
||||
|
||||
@@ -77,4 +81,4 @@ install-data-hook:
|
||||
|
||||
endif
|
||||
|
||||
.PHONY: src_deps test_images
|
||||
.PHONY: appliance src_deps test_images
|
||||
|
||||
@@ -24,7 +24,3 @@ $(generator_built): $(top_builddir)/generator/stamp-generator
|
||||
$(top_builddir)/generator/stamp-generator: force
|
||||
$(MAKE) -C $(top_builddir)/generator stamp-generator
|
||||
|
||||
# A symbolic rule to regenerate the appliance
|
||||
.PHONY: appliance
|
||||
appliance: force
|
||||
$(MAKE) -C $(top_builddir)/appliance
|
||||
|
||||
Reference in New Issue
Block a user