commit-hurd
[Top][All Lists]
Advanced

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

hurd Makeconf ChangeLog


From: Marcus Brinkmann
Subject: hurd Makeconf ChangeLog
Date: Fri, 10 Oct 2003 06:04:07 -0400

CVSROOT:        /cvsroot/hurd
Module name:    hurd
Branch:         
Changes by:     Marcus Brinkmann <address@hidden>       03/10/10 06:04:06

Modified files:
        .              : Makeconf ChangeLog 

Log message:
        2003-10-09  Alfred M. Szmidt  <address@hidden>
        
        * Makeconf (TAGS): Add a space between the function `strip' and
        its argument.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/Makeconf.diff?tr1=1.205&tr2=1.206&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/ChangeLog.diff?tr1=1.124&tr2=1.125&r1=text&r2=text

Patches:
Index: hurd/ChangeLog
diff -u hurd/ChangeLog:1.124 hurd/ChangeLog:1.125
--- hurd/ChangeLog:1.124        Sat Feb 15 18:58:31 2003
+++ hurd/ChangeLog      Fri Oct 10 06:04:06 2003
@@ -1,3 +1,8 @@
+2003-10-09  Alfred M. Szmidt  <address@hidden>
+
+        * Makeconf (TAGS): Add a space between the function `strip' and
+       its argument.
+
 2003-02-15  Roland McGrath  <address@hidden>
 
        * configure: New generated file, now in the repository.
Index: hurd/Makeconf
diff -u hurd/Makeconf:1.205 hurd/Makeconf:1.206
--- hurd/Makeconf:1.205 Tue Sep 17 16:42:06 2002
+++ hurd/Makeconf       Fri Oct 10 06:04:05 2003
@@ -411,7 +411,7 @@
 endif
 
 TAGS: $(TAGSFILES)
-ifeq ($(strip($(TAGSFILES))),)
+ifeq ($(strip ($(TAGSFILES))),)
 # no tags, but parent will include this file, so make empty one.
        > $@
 else




reply via email to

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