X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=Makefile;h=6774825e9ee0775cdfdf690ae3d0ce4ae2a14e2a;hb=f2279d8de9dfae83cf866e534bcc93aed9bc96c7;hp=72d0044126947090647bf6441c7cab96de714333;hpb=48ec2905a31a585f656a40606ff9db6a5858faee;p=thirdparty%2Fxfsprogs-dev.git diff --git a/Makefile b/Makefile index 72d004412..6774825e9 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0 # # Copyright (c) 2000-2006 Silicon Graphics, Inc. All Rights Reserved. # @@ -44,10 +45,11 @@ endif # header install rules to populate include/xfs correctly HDR_SUBDIRS = include libxfs +LIBFROG_SUBDIR = libfrog DLIB_SUBDIRS = libxlog libxcmd libhandle LIB_SUBDIRS = libxfs $(DLIB_SUBDIRS) TOOL_SUBDIRS = copy db estimate fsck growfs io logprint mkfs quota \ - mdrestore repair rtcp m4 man doc debian spaceman + mdrestore repair rtcp m4 man doc debian spaceman scrub ifneq ("$(PKG_PLATFORM)","darwin") TOOL_SUBDIRS += fsr @@ -66,7 +68,7 @@ LIBTOOLIZE_BIN=glibtoolize endif # include is listed last so it is processed last in clean rules. -SUBDIRS = $(LIB_SUBDIRS) $(TOOL_SUBDIRS) include +SUBDIRS = $(LIBFROG_SUBDIR) $(LIB_SUBDIRS) $(TOOL_SUBDIRS) include default: include/builddefs include/platform_defs.h ifeq ($(HAVE_BUILDDEFS), no) @@ -78,7 +80,8 @@ endif # tool/lib dependencies # note: include/xfs is set up by libxfs, too, so everything is dependent on it. -$(LIB_SUBDIRS) $(TOOL_SUBDIRS): include +$(LIBFROG_SUBDIR): include +$(LIB_SUBDIRS) $(TOOL_SUBDIRS): include libfrog $(DLIB_SUBDIRS) $(TOOL_SUBDIRS): libxfs db logprint: libxlog fsr: libhandle @@ -89,6 +92,7 @@ repair: libxlog libxcmd copy: libxlog mkfs: libxcmd spaceman: libxcmd +scrub: libhandle libxcmd ifeq ($(HAVE_BUILDDEFS), yes) include $(BUILDRULES) @@ -155,7 +159,9 @@ else # need to build translations before the source tarball $(Q)$(MAKE) $(MAKEOPTS) -C po $(Q)$(MAKE) $(MAKEOPTS) $(SRCDIR) - $(Q)cd $(SRCDIR) && dpkg-buildpackage + $(Q)rm -f $(PKG_NAME)_$(PKG_VERSION).orig.tar.gz + $(Q)$(LN_S) $(SRCTAR) $(PKG_NAME)_$(PKG_VERSION).orig.tar.gz + $(Q)cd $(SRCDIR) && dpkg-buildpackage $$LOCAL_DPKG_OPTIONS # -sa -S endif $(SRCDIR) : $(_FORCE) $(SRCTAR)