From: Jim Meyering Date: Sat, 6 May 2000 14:14:14 +0000 (+0000) Subject: . X-Git-Tag: v4.5.1~4970 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c1ae1f43612e965efa334dbce2fbb13ef106ae5;p=thirdparty%2Fcoreutils.git . --- diff --git a/doc/Makefile.in b/doc/Makefile.in index adcb7af028..426972af7c 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -31,8 +31,6 @@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include -DESTDIR = - pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ diff --git a/lib/Makefile.in b/lib/Makefile.in index 5a922d4317..abd31c94d9 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -31,8 +31,6 @@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include -DESTDIR = - pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ @@ -219,10 +217,10 @@ $(DEPDIR)/same$U.Po $(DEPDIR)/save-cwd$U.Po $(DEPDIR)/savedir$U.Po \ $(DEPDIR)/stat.Po $(DEPDIR)/stime.Po $(DEPDIR)/stpcpy.Po \ $(DEPDIR)/strcasecmp.Po $(DEPDIR)/strcspn.Po $(DEPDIR)/strdup.Po \ $(DEPDIR)/strftime.Po $(DEPDIR)/stripslash$U.Po \ -$(DEPDIR)/strncasecmp.Po $(DEPDIR)/strndup.Po $(DEPDIR)/strpbrk.Po \ -$(DEPDIR)/strstr.Po $(DEPDIR)/strtod.Po $(DEPDIR)/strtol.Po \ -$(DEPDIR)/strtoul.Po $(DEPDIR)/strtoull.Po $(DEPDIR)/strtoumax.Po \ -$(DEPDIR)/strverscmp.Po $(DEPDIR)/unicodeio$U.Po \ +$(DEPDIR)/strncasecmp.Po $(DEPDIR)/strndup.Po $(DEPDIR)/strnlen.Po \ +$(DEPDIR)/strpbrk.Po $(DEPDIR)/strstr.Po $(DEPDIR)/strtod.Po \ +$(DEPDIR)/strtol.Po $(DEPDIR)/strtoul.Po $(DEPDIR)/strtoull.Po \ +$(DEPDIR)/strtoumax.Po $(DEPDIR)/strverscmp.Po $(DEPDIR)/unicodeio$U.Po \ $(DEPDIR)/userspec$U.Po $(DEPDIR)/utime.Po $(DEPDIR)/version-etc$U.Po \ $(DEPDIR)/xgetcwd$U.Po $(DEPDIR)/xgethostname$U.Po \ $(DEPDIR)/xmalloc$U.Po $(DEPDIR)/xstrdup$U.Po $(DEPDIR)/xstrtod$U.Po \ @@ -235,8 +233,9 @@ gethostname.c getline.c getloadavg.c getusershell.c group-member.c \ lchown.c malloc.c memchr.c memcmp.c memcpy.c memmove.c memset.c mkdir.c \ mktime.c mountlist.c nanosleep.c obstack.c obstack.h putenv.c realloc.c \ regex.c rmdir.c rpmatch.c stime.c stpcpy.c strcasecmp.c strcspn.c \ -strdup.c strftime.c strncasecmp.c strndup.c strpbrk.c strstr.c strtod.c \ -strtol.c strtoul.c strtoull.c strtoumax.c strverscmp.c utime.c +strdup.c strftime.c strncasecmp.c strndup.c strnlen.c strpbrk.c \ +strstr.c strtod.c strtol.c strtoul.c strtoull.c strtoumax.c \ +strverscmp.c utime.c DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -454,6 +453,8 @@ strncasecmp_.c: strncasecmp.c $(ANSI2KNR) $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strncasecmp.c; then echo $(srcdir)/strncasecmp.c; else echo strncasecmp.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strncasecmp_.c strndup_.c: strndup.c $(ANSI2KNR) $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strndup.c; then echo $(srcdir)/strndup.c; else echo strndup.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strndup_.c +strnlen_.c: strnlen.c $(ANSI2KNR) + $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strnlen.c; then echo $(srcdir)/strnlen.c; else echo strnlen.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strnlen_.c strpbrk_.c: strpbrk.c $(ANSI2KNR) $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strpbrk.c; then echo $(srcdir)/strpbrk.c; else echo strpbrk.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strpbrk_.c strstr_.c: strstr.c $(ANSI2KNR) @@ -510,11 +511,11 @@ path-concat_.o posixtm_.o putenv_.o quotearg_.o readtokens_.o \ readutmp_.o realloc_.o regex_.o rmdir_.o rpmatch_.o safe-read_.o \ same_.o save-cwd_.o savedir_.o stat_.o stime_.o stpcpy_.o strcasecmp_.o \ strcspn_.o strdup_.o strftime_.o stripslash_.o strncasecmp_.o \ -strndup_.o strpbrk_.o strstr_.o strtod_.o strtol_.o strtoul_.o \ -strtoull_.o strtoumax_.o strverscmp_.o unicodeio_.o userspec_.o \ -utime_.o version-etc_.o xgetcwd_.o xgethostname_.o xmalloc_.o \ -xstrdup_.o xstrtod_.o xstrtol_.o xstrtoul_.o xstrtoumax_.o yesno_.o : \ -$(ANSI2KNR) +strndup_.o strnlen_.o strpbrk_.o strstr_.o strtod_.o strtol_.o \ +strtoul_.o strtoull_.o strtoumax_.o strverscmp_.o unicodeio_.o \ +userspec_.o utime_.o version-etc_.o xgetcwd_.o xgethostname_.o \ +xmalloc_.o xstrdup_.o xstrtod_.o xstrtol_.o xstrtoul_.o xstrtoumax_.o \ +yesno_.o : $(ANSI2KNR) .y.c: $(YACC) $(AM_YFLAGS) $(YFLAGS) $< && mv y.tab.c $*.c if test -f y.tab.h; then \ @@ -635,6 +636,7 @@ maintainer-clean-tags: @AMDEP@include $(DEPDIR)/stripslash$U.Po @AMDEP@include $(DEPDIR)/strncasecmp.Po @AMDEP@include $(DEPDIR)/strndup.Po +@AMDEP@include $(DEPDIR)/strnlen.Po @AMDEP@include $(DEPDIR)/strpbrk.Po @AMDEP@include $(DEPDIR)/strstr.Po @AMDEP@include $(DEPDIR)/strtod.Po diff --git a/m4/Makefile.in b/m4/Makefile.in index 08c28f865e..814469b0a1 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -31,8 +31,6 @@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include -DESTDIR = - pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ diff --git a/tests/chmod/Makefile.in b/tests/chmod/Makefile.in index 260cf9de71..94410a9b65 100644 --- a/tests/chmod/Makefile.in +++ b/tests/chmod/Makefile.in @@ -31,8 +31,6 @@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include -DESTDIR = - pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ diff --git a/tests/cp/Makefile.in b/tests/cp/Makefile.in index 5a5c355b75..40ebc511f6 100644 --- a/tests/cp/Makefile.in +++ b/tests/cp/Makefile.in @@ -31,8 +31,6 @@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include -DESTDIR = - pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ diff --git a/tests/dd/Makefile.in b/tests/dd/Makefile.in index 9fe3edcec7..4ffbe16e5a 100644 --- a/tests/dd/Makefile.in +++ b/tests/dd/Makefile.in @@ -31,8 +31,6 @@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include -DESTDIR = - pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ diff --git a/tests/dircolors/Makefile.in b/tests/dircolors/Makefile.in index 134a729126..0b4eadae98 100644 --- a/tests/dircolors/Makefile.in +++ b/tests/dircolors/Makefile.in @@ -31,8 +31,6 @@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include -DESTDIR = - pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ diff --git a/tests/du/Makefile.in b/tests/du/Makefile.in index 2892552d72..5d4b51c3c5 100644 --- a/tests/du/Makefile.in +++ b/tests/du/Makefile.in @@ -31,8 +31,6 @@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include -DESTDIR = - pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ diff --git a/tests/install/Makefile.in b/tests/install/Makefile.in index 0654393bdd..30e7ed52c3 100644 --- a/tests/install/Makefile.in +++ b/tests/install/Makefile.in @@ -31,8 +31,6 @@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include -DESTDIR = - pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ diff --git a/tests/ln/Makefile.in b/tests/ln/Makefile.in index caae2a3d52..d2d3574dee 100644 --- a/tests/ln/Makefile.in +++ b/tests/ln/Makefile.in @@ -31,8 +31,6 @@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include -DESTDIR = - pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ diff --git a/tests/ls-2/Makefile.in b/tests/ls-2/Makefile.in index 6b179b6b81..e124ee21a0 100644 --- a/tests/ls-2/Makefile.in +++ b/tests/ls-2/Makefile.in @@ -31,8 +31,6 @@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include -DESTDIR = - pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ diff --git a/tests/ls/Makefile.in b/tests/ls/Makefile.in index 5b1f7c15e3..57478e8425 100644 --- a/tests/ls/Makefile.in +++ b/tests/ls/Makefile.in @@ -31,8 +31,6 @@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include -DESTDIR = - pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ diff --git a/tests/mkdir/Makefile.in b/tests/mkdir/Makefile.in index 94e1887f3d..06ca828c58 100644 --- a/tests/mkdir/Makefile.in +++ b/tests/mkdir/Makefile.in @@ -31,8 +31,6 @@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include -DESTDIR = - pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ diff --git a/tests/mv/Makefile.in b/tests/mv/Makefile.in index d1498cf6c1..c54a430047 100644 --- a/tests/mv/Makefile.in +++ b/tests/mv/Makefile.in @@ -31,8 +31,6 @@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include -DESTDIR = - pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ diff --git a/tests/rm/Makefile.in b/tests/rm/Makefile.in index 3f6fe973a4..d22fdf79fb 100644 --- a/tests/rm/Makefile.in +++ b/tests/rm/Makefile.in @@ -31,8 +31,6 @@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include -DESTDIR = - pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ diff --git a/tests/rmdir/Makefile.in b/tests/rmdir/Makefile.in index a5366e1b28..991e2b47c3 100644 --- a/tests/rmdir/Makefile.in +++ b/tests/rmdir/Makefile.in @@ -31,8 +31,6 @@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include -DESTDIR = - pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ diff --git a/tests/shred/Makefile.in b/tests/shred/Makefile.in index a4b20521e2..31a9d966d4 100644 --- a/tests/shred/Makefile.in +++ b/tests/shred/Makefile.in @@ -31,8 +31,6 @@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include -DESTDIR = - pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ diff --git a/tests/touch/Makefile.in b/tests/touch/Makefile.in index 8fe61ae43c..e3933bc7bd 100644 --- a/tests/touch/Makefile.in +++ b/tests/touch/Makefile.in @@ -31,8 +31,6 @@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include -DESTDIR = - pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@