mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfstests updates - rework build to be like other xfs packages, revive some old fs test tools and reenable xfs extensions, move ltp code into a separate subdir to help keeping in sync with real ltp project (hopefully)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
|
||||
# Copyright (c) 2000-2003 Silicon Graphics, Inc. All Rights Reserved.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it
|
||||
# under the terms of version 2 of the GNU General Public License as
|
||||
@@ -39,11 +39,11 @@ endif
|
||||
|
||||
TESTS = $(shell sed -n -e '/^[0-9][0-9][0-9]*/s/ .*//p' group)
|
||||
CONFIGURE = configure include/builddefs
|
||||
LSRCFILES = configure configure.in
|
||||
LDIRT = *.bad *.new *.core *.full *.raw core a.out *.bak \
|
||||
check.log check.time config.* conftest*
|
||||
LSRCFILES = configure configure.in aclocal.m4 README VERSION
|
||||
LDIRT = config.log .dep config.status config.cache confdefs.h conftest* \
|
||||
check.log check.time
|
||||
|
||||
SUBDIRS = include src
|
||||
SUBDIRS = include lib ltp src m4
|
||||
|
||||
default: $(CONFIGURE) new remake check $(TESTS)
|
||||
ifeq ($(HAVE_BUILDDEFS), no)
|
||||
@@ -58,14 +58,13 @@ else
|
||||
clean: # if configure hasn't run, nothing to clean
|
||||
endif
|
||||
|
||||
$(CONFIGURE): configure.in include/builddefs.in
|
||||
rm -f config.cache
|
||||
$(CONFIGURE):
|
||||
autoconf
|
||||
./configure
|
||||
|
||||
install install-dev: default
|
||||
$(SUBDIRS_MAKERULE)
|
||||
aclocal.m4::
|
||||
aclocal --acdir=$(TOPDIR)/m4 --output=$@
|
||||
|
||||
realclean distclean: clean
|
||||
rm -f $(LDIRT) $(CONFIGURE)
|
||||
rm -rf autom4te.cache
|
||||
rm -rf autom4te.cache Logs
|
||||
|
||||
Reference in New Issue
Block a user