From: Jim Meyering Date: Fri, 13 May 1994 15:49:16 +0000 (+0000) Subject: merge with 1.9.4k X-Git-Tag: textutils-1_12_1~693 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8b21a5c229def0d824fc821e48872e02252ef73e;p=thirdparty%2Fcoreutils.git merge with 1.9.4k --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 23f4c63c68..95635579d2 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,4 +1,25 @@ -Sun May 01 08:38:18 EDT 1994 +Fri May 13 09:45:23 1994 Jim Meyering (meyering@comco.com) + + * Makefile.in (Makefile): Remove dependencies on */Makefile.in. + Change the rule so running config.status creates only Makefile. + (stamp-config): Have config.status generate only config.h. + + * {lib,man,src}/Makefile.in (Makefile): Add single dependency on + Makefile.in and rule to make config.status create only Makefile. + + * hostname.c: New program. + * hostname.1: New file. + * Makefile.in (PROGS): Add hostname. + * src/Makefile.in: Add rules and dependencies for hostname. + * configure.in (AC_HAVE_FUNCS): Add sethostname. + + * pathchk.c (validate_path) [lint]: Initialize a variable to + suppress `used before initialized' warning. + + * who.c: Correct gethostname prototype to indicate the function + returns int, not char. + +Sun May 01 08:38:18 1994 Jim Meyering (meyering@comco.com) * who.c: Add #ifdefs to build the `users' executable. * src/Makefile.in: Add corresponding rules.