bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

glibc 2.2.4: A typo in Makerules


From: Maciej W. Rozycki
Subject: glibc 2.2.4: A typo in Makerules
Date: Tue, 28 Aug 2001 18:43:22 +0200 (MET DST)

Hi,

 Please apply.

2001-08-28  Maciej W. Rozycki  <address@hidden>

        * Makerules: Fix a typo: MD% -> MD5.

  Maciej

-- 
+  Maciej W. Rozycki, Technical University of Gdansk, Poland   +
+--------------------------------------------------------------+
+        e-mail: address@hidden, PGP key available        +

glibc-2.2.4-makerules-typo.patch
diff -up --recursive --new-file glibc-2.2.4.macro/Makerules 
glibc-2.2.4/Makerules
--- glibc-2.2.4.macro/Makerules Mon Jul 23 17:53:35 2001
+++ glibc-2.2.4/Makerules       Sat Aug 25 18:46:36 2001
@@ -317,7 +317,7 @@ COMPILE.S = \
   $(CC) -c $(CPPFLAGS) -DASSEMBLER $(asm-CPPFLAGS) $(ASFLAGS-$(suffix $@))
 COMPILE.s = $(filter-out -pipe,$(CC)) -c $(ASFLAGS)
 
-# If we want to generate MD% checksums for the sources do this now.
+# If we want to generate MD5 checksums for the sources do this now.
 ifeq ($(md5),yes)
 generate-md5 = ; rm -f $(@:.d=.md5); \
 $(CC) -E $< $(CFLAGS) $(CPPFLAGS) $($(<:$*.%=%)-CPPFLAGS) | \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]