From 6276daf9b89e1d27b91438ff1e92482a1d2e7179 Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Tue, 10 Nov 2020 01:46:05 +0000 Subject: tweak transport error handling in Linux; sg_compare_and_write: add examples section to its manpage; testing git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@866 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- testing/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'testing/Makefile') diff --git a/testing/Makefile b/testing/Makefile index 0a34ddec..8383cc5b 100644 --- a/testing/Makefile +++ b/testing/Makefile @@ -4,10 +4,10 @@ PREFIX=/usr/local INSTDIR=$(DESTDIR)/$(PREFIX)/bin MANDIR=$(DESTDIR)/$(PREFIX)/man -EXECS = sg_iovec_tst sg_sense_test sg_queue_tst bsg_queue_tst sg_chk_asc \ - sg_tst_nvme sg_tst_ioctl sg_tst_bidi tst_sg_lib sgs_dd sg_tst_excl \ +EXECS = sg_sense_test sg_queue_tst bsg_queue_tst sg_chk_asc sg_tst_nvme \ + sg_tst_ioctl sg_tst_bidi tst_sg_lib sgs_dd sg_tst_excl \ sg_tst_excl2 sg_tst_excl3 sg_tst_context sg_tst_async sgh_dd \ - sg_mrq_dd + sg_mrq_dd sg_iovec_tst EXTRAS = @@ -62,9 +62,6 @@ depend dep: clean: /bin/rm -f *.o $(EXECS) $(EXTRAS) $(BSG_EXTRAS) core .depend -sg_iovec_tst: sg_iovec_tst.o $(LIBFILESOLD) - $(LD) -o $@ $(LDFLAGS) $^ - sg_sense_test: sg_sense_test.o $(LIBFILESOLD) $(LD) -o $@ $(LDFLAGS) $^ @@ -114,6 +111,9 @@ sgh_dd: sgh_dd.o $(LIBFILESNEW) sg_mrq_dd: sg_mrq_dd.o sg_scat_gath.o $(LIBFILESNEW) $(CXXLD) -o $@ $(LDFLAGS) -pthread -latomic $^ +sg_iovec_tst: sg_iovec_tst.o sg_scat_gath.o $(LIBFILESNEW) + $(CXXLD) -o $@ $(LDFLAGS) -pthread -latomic $^ + install: $(EXECS) install -d $(INSTDIR) -- cgit v1.2.3