Makefile revision f38cb554a534c6df738be3f4d23327e69888e634
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive#
013e1ddd21f2142a369c9a9a0eeb6c6a0bc3fcf3patrikj# This file and its contents are supplied under the terms of the
e942c741056732f50da2074b36fe59805d370650slive# Common Development and Distribution License ("CDDL"), version 1.0.
5f5d1b4cc970b7f06ff8ef6526128e9a27303d88nd# You may only use this file in accordance with the terms of version
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# 1.0 of the CDDL.
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd#
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding# A full copy of the text of the CDDL should have accompanied this
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding# source. A copy of the CDDL is also available via the Internet at
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding# http://www.illumos.org/license/CDDL.
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding#
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding#
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd# Copyright (c) 2013 by Delphix. All rights reserved.
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd#
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdndinclude $(SRC)/Makefile.master
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdndROOTOPTPKG = $(ROOT)/opt/zfs-tests
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdndTESTDIR = $(ROOTOPTPKG)/tests/functional/pool_names
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdndPROGS = pool_names_001_pos \
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd pool_names_002_neg
7db9f691a00ead175b03335457ca296a33ddf31bnd
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfsliveCMDS = $(PROGS:%=$(TESTDIR)/%)
5f18f92c1354462df6dc2ba38277a953fa700b13gryzor$(CMDS) := FILEMODE = 0555
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfsliveall lint clean clobber:
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfsliveinstall: $(CMDS)
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive$(CMDS): $(TESTDIR)
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive$(TESTDIR):
1c47b0c72c991a6f0ad172c74df0936fe13d6fbfslive $(INS.dir)
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim
eda63965b78ffeb9384c429c53f4eb5d22c2ca2arbowen$(TESTDIR)/%: %.ksh
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim $(INS.rename)
f6445f3ad1c82f9398dc8edd77093cd3e20b806cnoirin
f6445f3ad1c82f9398dc8edd77093cd3e20b806cnoirin$(TESTDIR)/%: %
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim $(INS.file)
860b4efe27e7c1c9a2bf5c872b29c90f76849b51jim