From 83bcd2361de9d2da98abef1e4b8f2dddae5a2b14 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 24 Apr 2012 13:53:38 -0700 Subject: Add flexibility to localplt-*.data files, using an awk script rather than diff to check the results. --- elf/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'elf') diff --git a/elf/Makefile b/elf/Makefile index a77e792cb4..fd766c58c5 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -933,8 +933,7 @@ $(objpfx)check-localplt.out: $(objpfx)check-localplt \ $(common-objpfx)crypt/libcrypt.so \ $(check-data) $(dir $<)$(notdir $<) $(filter-out $< $(check-data),$^) | \ - LC_ALL=C sort | \ - diff -u $(check-data) - > $@ + $(AWK) -f $(..)scripts/check-localplt.awk $(check-data) - endif $(objpfx)tst-dlopenrpathmod.so: $(libdl) -- cgit v1.2.3