public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix make check-abi
@ 2004-07-05 17:11 Jakub Jelinek
  2004-07-05 17:33 ` Ulrich Drepper
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Jelinek @ 2004-07-05 17:11 UTC (permalink / raw)
  To: Ulrich Drepper; +Cc: Glibc hackers

Hi!

Current diff doesn't like -pu0:
diff: `-0' option is obsolete; use `-U 0'
diff: Try `diff --help' for more information.

2004-07-05  Jakub Jelinek  <jakub@redhat.com>

	* Makerules (check-abi): Use diff -p -U 0 instead of diff -pu0.

--- libc/Makerules.jj	2004-04-13 10:42:50.000000000 +0200
+++ libc/Makerules	2004-07-05 14:50:46.602142300 +0200
@@ -1191,7 +1191,7 @@ define check-abi
 	LC_ALL=C \
 	$(AWK) -f $< -v 'config=$(check-abi-config)' \
 	       $(filter %.abilist,$^) \
-	| { diff -pu0 - $(filter %.symlist,$^) $(check-abi-warn) ; }
+	| { diff -p -U 0 - $(filter %.symlist,$^) $(check-abi-warn) ; }
 endef
 ifeq ($(enable-check-abi),warn)
 check-abi-warn = || echo '*** WARNING: $*.so failed ABI check'

	Jakub

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix make check-abi
  2004-07-05 17:11 [PATCH] Fix make check-abi Jakub Jelinek
@ 2004-07-05 17:33 ` Ulrich Drepper
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Drepper @ 2004-07-05 17:33 UTC (permalink / raw)
  To: Jakub Jelinek; +Cc: Glibc hackers

Applied.

-- 
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-07-05 17:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-05 17:11 [PATCH] Fix make check-abi Jakub Jelinek
2004-07-05 17:33 ` Ulrich Drepper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).