]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: remove install-qa target
authorChristoph Hellwig <hch@lst.de>
Fri, 31 Jul 2015 04:49:52 +0000 (14:49 +1000)
committerDave Chinner <david@fromorbit.com>
Fri, 31 Jul 2015 04:49:52 +0000 (14:49 +1000)
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>
Makefile
include/Makefile
include/buildrules
libdisk/Makefile
libhandle/Makefile
libxcmd/Makefile
libxfs/Makefile
libxlog/Makefile

index 6d6803bbc5c5cff8e4c31eb7298e5403ccafc680..111bf76147ea3d43f375f7038b8052c266f9c63f 100644 (file)
--- 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)
 
index 23b443847fbda02d1965c8e0426566362ed7c92e..705090a28f632ee5066f9c1ec19c8e6a8c263e01 100644 (file)
@@ -18,8 +18,6 @@
 TOPDIR = ..
 include $(TOPDIR)/include/builddefs
 
-QAHFILES = xfs_arch.h
-
 LIBHFILES = libxfs.h \
        libxlog.h \
        atomic.h \
@@ -47,7 +45,8 @@ HFILES = handle.h \
        $(PKG_PLATFORM).h \
        platform_defs.h \
        xfs.h \
-       xqm.h
+       xqm.h \
+       xfs_arch.h
 
 PHFILES = darwin.h freebsd.h irix.h linux.h gnukfreebsd.h
 DKHFILES = volume.h fstyp.h dvh.h
@@ -66,7 +65,7 @@ disk:
 include $(BUILDRULES)
 
 # set up include/xfs header directory
-install-headers: $(addsuffix -hdrs, $(HFILES) $(QAHFILES) $(PHFILES) $(DKHFILES) $(LIBHFILES))
+install-headers: $(addsuffix -hdrs, $(HFILES) $(PHFILES) $(DKHFILES) $(LIBHFILES))
 
 %-hdrs:
        $(Q)$(LN_S) -f $(PWD)/include/$* xfs/$*
@@ -76,7 +75,3 @@ install: default
 
 install-dev: install
        $(INSTALL) -m 644 $(HFILES) $(PKG_INC_DIR)
-
-install-qa: install-dev
-       $(INSTALL) -m 644 $(QAHFILES) $(PKG_INC_DIR)
-
index 5010895db52df4c05e055b3c90f4f5c9859f7153..3480b1f1c4d74e07246e25bd66ae202f76c1f589 100644 (file)
@@ -100,7 +100,7 @@ $(_FORCE):
 # rebuild on every make invocation isn't a problem we need to care about. Just
 # do it silently so it doesn't make the build unnecessarily noisy.
 
-.PHONY : depend ltdepend install-qa
+.PHONY : depend ltdepend
 
 MAKEDEP := $(MAKEDEPEND) $(CFLAGS)
 
index b058a9fb18f736eea3e2fbcdb43c66299d393835..3b84a3a19745c3a2c0d801276b8952160f8ffeba 100644 (file)
@@ -32,6 +32,4 @@ install: default
 
 install-dev: default
 
-install-qa: install-dev
-
 -include .ltdep
index 865ca221e29d3d09e387c37a746bc2a256628b41..cc4ad1d04ac3c5f59c36c17b4593b88c56195f53 100644 (file)
@@ -25,6 +25,4 @@ install: default
 install-dev: default
        $(INSTALL_LTLIB_DEV)
 
-install-qa: install-dev
-
 -include .ltdep
index ce082a5e1227902ff1e82b1f2884a5f1d63c7a72..7701ed9f2cf801a3ccb2daaff4d84661b85c05d4 100644 (file)
@@ -34,6 +34,6 @@ default: ltdepend $(LTLIBRARY)
 
 include $(BUILDRULES)
 
-install install-dev install-qa: default
+install install-dev: default
 
 -include .ltdep
index 3d3b448805ceffc4fb3fad91cc809a61afc029bf..ebbe40ee7041a5e27025ba614542a8585ccb035a 100644 (file)
@@ -12,10 +12,7 @@ LT_AGE = 0
 
 # headers to install in include/xfs
 PKGHFILES = xfs_fs.h \
-       xfs_types.h
-
-# headers installed in QA targets
-QAHFILES = \
+       xfs_types.h \
        xfs_da_format.h \
        xfs_format.h \
        xfs_log_format.h
@@ -138,7 +135,7 @@ include $(BUILDRULES)
 install: default
        $(INSTALL) -m 755 -d $(PKG_INC_DIR)
 
-install-headers: $(addsuffix -hdrs, $(PKGHFILES) $(LIBHFILES) $(QAHFILES))
+install-headers: $(addsuffix -hdrs, $(PKGHFILES) $(LIBHFILES))
 
 %-hdrs:
        $(Q)$(LN_S) -f $(PWD)/libxfs/$* $(TOPDIR)/include/xfs/$*
@@ -146,9 +143,6 @@ install-headers: $(addsuffix -hdrs, $(PKGHFILES) $(LIBHFILES) $(QAHFILES))
 install-dev: install
        $(INSTALL) -m 644 $(PKGHFILES) $(PKG_INC_DIR)
 
-install-qa: install-dev
-       $(INSTALL) -m 644 $(QAHFILES) $(PKG_INC_DIR)
-
 # We need to install the headers before building the dependencies.  If we
 # include the .ltdep file, the makefile decides that it needs to build the
 # dependencies to remake the makefile before running the header install target,
index 4673663877542617aa453fa116fdcd2bac822dcb..3417eed5eff9fa920ded01718e5a8d84945afe4d 100644 (file)
@@ -19,6 +19,6 @@ default: ltdepend $(LTLIBRARY)
 
 include $(BUILDRULES)
 
-install install-dev install-qa: default
+install install-dev: default
 
 -include .ltdep