aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2015-07-31 14:49:52 +1000
committerDave Chinner <david@fromorbit.com>2015-07-31 14:49:52 +1000
commit5711848ae4ed3898dbc12477b97f4584402c78d9 (patch)
tree31f27d6c7827feeb8a5c488ee70be3f6ab04d4c1 /Makefile
parent77d98709140e5f3ec34f34b819ac050a1cd9875b (diff)
downloadxfsprogs-dev-5711848ae4ed3898dbc12477b97f4584402c78d9.tar.gz
xfsprogs: remove install-qa target
Now that we don't install all the libxfs internals but just the disk format definitions we can install those as part of the normal install-dev target. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 6d6803bbc5..111bf76147 100644
--- a/Makefile
+++ b/Makefile
@@ -108,8 +108,6 @@ install: $(addsuffix -install,$(SUBDIRS))
install-dev: $(addsuffix -install-dev,$(SUBDIRS))
-install-qa: install $(addsuffix -install-qa,$(SUBDIRS))
-
%-install:
@echo "Installing $@"
$(Q)$(MAKE) $(MAKEOPTS) -C $* install
@@ -118,10 +116,6 @@ install-qa: install $(addsuffix -install-qa,$(SUBDIRS))
@echo "Installing $@"
$(Q)$(MAKE) $(MAKEOPTS) -C $* install-dev
-%-install-qa:
- @echo "Installing $@"
- $(Q)$(MAKE) $(MAKEOPTS) -C $* install-qa
-
distclean: clean
$(Q)rm -f $(LDIRT)