platform/upstream/make.git
28 years ago. 3.74.1
Roland McGrath [Tue, 12 Dec 1995 05:49:35 +0000 (05:49 +0000)]
.

28 years ago(read_dirstream): Fix braino: fill in the buffer when not reallocating it!
Roland McGrath [Tue, 12 Dec 1995 05:48:31 +0000 (05:48 +0000)]
(read_dirstream): Fix braino: fill in the buffer when not reallocating it!

28 years ago(CPPFLAGS): Add -Iglob.
Roland McGrath [Tue, 12 Dec 1995 05:47:27 +0000 (05:47 +0000)]
(CPPFLAGS): Add -Iglob.

28 years agoFix typo.
Roland McGrath [Tue, 12 Dec 1995 04:55:06 +0000 (04:55 +0000)]
Fix typo.

28 years agoMention delayed -w msgs.
Roland McGrath [Tue, 12 Dec 1995 04:54:41 +0000 (04:54 +0000)]
Mention delayed -w msgs.

28 years agoautoheader
Roland McGrath [Tue, 12 Dec 1995 04:36:32 +0000 (04:36 +0000)]
autoheader

28 years agoRegenerated
Roland McGrath [Tue, 12 Dec 1995 04:35:35 +0000 (04:35 +0000)]
Regenerated

28 years agoautoconf
Roland McGrath [Tue, 12 Dec 1995 04:34:14 +0000 (04:34 +0000)]
autoconf

28 years agoRegenerated for 3.74.1
Roland McGrath [Tue, 12 Dec 1995 04:33:36 +0000 (04:33 +0000)]
Regenerated for 3.74.1

28 years agoUpdated from libc
Roland McGrath [Tue, 12 Dec 1995 04:33:02 +0000 (04:33 +0000)]
Updated from libc

28 years ago.
Roland McGrath [Tue, 12 Dec 1995 04:32:10 +0000 (04:32 +0000)]
.

28 years ago(collapse_continuations): Fix skipping of trailing \s so it can never
Roland McGrath [Tue, 12 Dec 1995 04:24:17 +0000 (04:24 +0000)]
(collapse_continuations): Fix skipping of trailing \s so it can never
dereference before the beginning of the array.

28 years ago.
Roland McGrath [Tue, 12 Dec 1995 03:48:29 +0000 (03:48 +0000)]
.

28 years ago[HAVE_D_NAMLEN]: Define this for __GNU_LIBRARY__ > 1.
Roland McGrath [Tue, 12 Dec 1995 03:37:15 +0000 (03:37 +0000)]
[HAVE_D_NAMLEN]: Define this for __GNU_LIBRARY__ > 1.
(D_NAMLEN): Macro removed.
(FAKE_DIR_ENTRY): New macro.
(dir_contents_file_exists_p): Test HAVE_D_NAMLEN instead of using D_NAMLEN.
(read_dirstream): Return a struct dirent * for new glob interface.
(init_dir): Function removed.
(dir_setup_glob): New function.

28 years agoRemove all [M_XENIX] code.
Roland McGrath [Tue, 12 Dec 1995 03:33:25 +0000 (03:33 +0000)]
Remove all [M_XENIX] code.

28 years ago(main): Don't call init_dir.
Roland McGrath [Tue, 12 Dec 1995 03:32:46 +0000 (03:32 +0000)]
(main): Don't call init_dir.

28 years agoUse plain stat instead of safe_stat.
Roland McGrath [Tue, 12 Dec 1995 03:31:40 +0000 (03:31 +0000)]
Use plain stat instead of safe_stat.
(find_semicolon): Function removed.
(read_makefile): Don't use find_semicolon or remove_comments for rule lines.
Use find_char_unquote directly and handle quoted comments properly.
(multi_glob): Call dir_setup_glob on our glob_t and use GLOB_ALTDIRFUNC flag.

28 years ago(safe_stat): Function removed.
Roland McGrath [Tue, 12 Dec 1995 03:27:28 +0000 (03:27 +0000)]
(safe_stat): Function removed.

28 years agoUse plain stat instead of safe_stat.
Roland McGrath [Tue, 12 Dec 1995 03:26:08 +0000 (03:26 +0000)]
Use plain stat instead of safe_stat.

28 years agoUpdated from libc
Roland McGrath [Tue, 12 Dec 1995 02:50:12 +0000 (02:50 +0000)]
Updated from libc

28 years agoUpdated from libc
Roland McGrath [Tue, 12 Dec 1995 02:42:43 +0000 (02:42 +0000)]
Updated from libc

28 years agoUpdated from libc
Roland McGrath [Thu, 7 Dec 1995 21:05:46 +0000 (21:05 +0000)]
Updated from libc

28 years agoUpdated from libc
Roland McGrath [Thu, 7 Dec 1995 20:32:37 +0000 (20:32 +0000)]
Updated from libc

28 years ago.
Roland McGrath [Sun, 26 Nov 1995 01:43:28 +0000 (01:43 +0000)]
.

28 years ago[HAVE_UNION_WAIT]: Include sys/wait.h.
Roland McGrath [Sun, 26 Nov 1995 01:42:27 +0000 (01:42 +0000)]
[HAVE_UNION_WAIT]: Include sys/wait.h.
(start_job_command): Pass new arg to `message'; fix inverted test in that
call.

28 years ago.
Roland McGrath [Sun, 26 Nov 1995 01:40:35 +0000 (01:40 +0000)]
.

28 years ago(log_working_directory): Declare it.
Roland McGrath [Sun, 26 Nov 1995 01:39:38 +0000 (01:39 +0000)]
(log_working_directory): Declare it.

28 years agoPass new arg in `message' calls.
Roland McGrath [Sun, 26 Nov 1995 01:38:10 +0000 (01:38 +0000)]
Pass new arg in `message' calls.

28 years ago(log_working_directory): Made global.
Roland McGrath [Sun, 26 Nov 1995 01:37:07 +0000 (01:37 +0000)]
(log_working_directory): Made global.
Print entering msg only once.

28 years ago(message): Take new arg PREFIX. Print "make: " only if nonzero.
Roland McGrath [Sun, 26 Nov 1995 01:35:05 +0000 (01:35 +0000)]
(message): Take new arg PREFIX.  Print "make: " only if nonzero.

28 years ago(touch_file): Removing newline from message string.
Roland McGrath [Wed, 22 Nov 1995 00:16:14 +0000 (00:16 +0000)]
(touch_file): Removing newline from message string.

28 years ago(start_job_command): Pass null instead of "" to message; don't add newline.
Roland McGrath [Wed, 22 Nov 1995 00:14:59 +0000 (00:14 +0000)]
(start_job_command): Pass null instead of "" to message; don't add newline.

28 years ago(start_job_command): Use `message' to print the command, and call it with
Roland McGrath [Wed, 22 Nov 1995 00:06:28 +0000 (00:06 +0000)]
(start_job_command): Use `message' to print the command, and call it with
an empty string if the command is silent.

28 years ago(touch_file): Use message instead of printf.
Roland McGrath [Tue, 21 Nov 1995 23:58:54 +0000 (23:58 +0000)]
(touch_file): Use message instead of printf.

28 years ago.
Roland McGrath [Fri, 17 Nov 1995 20:03:48 +0000 (20:03 +0000)]
.

28 years ago.
Roland McGrath [Tue, 10 Oct 1995 20:22:47 +0000 (20:22 +0000)]
.

28 years ago(How Make Works): Clearify that default goal is only first target.
Roland McGrath [Tue, 10 Oct 1995 20:18:24 +0000 (20:18 +0000)]
(How Make Works): Clearify that default goal is only first target.

28 years ago.
Roland McGrath [Tue, 10 Oct 1995 20:12:44 +0000 (20:12 +0000)]
.

28 years ago.
Roland McGrath [Tue, 10 Oct 1995 20:07:10 +0000 (20:07 +0000)]
.

28 years ago(enter_command_line_file): Barf if NAME is "".
Roland McGrath [Tue, 10 Oct 1995 18:59:08 +0000 (18:59 +0000)]
(enter_command_line_file): Barf if NAME is "".

28 years agoAdd note wrt broken system makes--use build.sh.
Roland McGrath [Wed, 4 Oct 1995 18:15:35 +0000 (18:15 +0000)]
Add note wrt broken system makes--use build.sh.

28 years ago.
Roland McGrath [Mon, 11 Sep 1995 18:14:14 +0000 (18:14 +0000)]
.

28 years agoUpdated from libc
Roland McGrath [Mon, 11 Sep 1995 18:04:00 +0000 (18:04 +0000)]
Updated from libc

28 years ago.
Roland McGrath [Sat, 9 Sep 1995 10:45:06 +0000 (10:45 +0000)]
.

28 years ago(delete_target): Ignore unlink failure if it is ENOENT.
Roland McGrath [Sat, 9 Sep 1995 10:32:56 +0000 (10:32 +0000)]
(delete_target): Ignore unlink failure if it is ENOENT.

28 years agoUpdated ISBN and foundation address
hag [Tue, 22 Aug 1995 18:45:01 +0000 (18:45 +0000)]
Updated ISBN and foundation address

28 years agoUpdated address of foundation
hag [Tue, 22 Aug 1995 18:43:05 +0000 (18:43 +0000)]
Updated address of foundation

28 years agoDon't check for getdtablesize.
Roland McGrath [Thu, 17 Aug 1995 19:09:57 +0000 (19:09 +0000)]
Don't check for getdtablesize.

28 years ago(getdtablesize): Remove decls and macros.
Roland McGrath [Thu, 17 Aug 1995 19:08:36 +0000 (19:08 +0000)]
(getdtablesize): Remove decls and macros.

28 years ago(Standard Targets): rewrote some paragraphs to avoid overfull hboxes.
Roland McGrath [Tue, 15 Aug 1995 00:12:12 +0000 (00:12 +0000)]
(Standard Targets): rewrote some paragraphs to avoid overfull hboxes.

28 years agoDon't suggest sending questions to bug-gnu-utils.
Roland McGrath [Tue, 15 Aug 1995 00:03:06 +0000 (00:03 +0000)]
Don't suggest sending questions to bug-gnu-utils.
Use @smallexample instead of @example to avoid overfull hbox.

28 years ago(define_makeflags): Omit command line variable definitions from MFLAGS
Roland McGrath [Thu, 10 Aug 1995 23:58:12 +0000 (23:58 +0000)]
(define_makeflags): Omit command line variable definitions from MFLAGS
value.

28 years agoUpdated from libc
Roland McGrath [Thu, 10 Aug 1995 23:29:54 +0000 (23:29 +0000)]
Updated from libc

28 years ago(ar_scan) [AIAMAG]: Check for zero MEMBER_OFFSET, indicating a valid, but
Roland McGrath [Thu, 10 Aug 1995 23:09:46 +0000 (23:09 +0000)]
(ar_scan) [AIAMAG]: Check for zero MEMBER_OFFSET, indicating a valid, but
empty, archive.

28 years ago[ps2]: Use nlist instead of knlist #ifdef _AIX.
Roland McGrath [Mon, 7 Aug 1995 20:48:08 +0000 (20:48 +0000)]
[ps2]: Use nlist instead of knlist #ifdef _AIX.

28 years ago(file_impossible_p): Correctly reset FILENAME to name within directory
Roland McGrath [Mon, 7 Aug 1995 20:42:51 +0000 (20:42 +0000)]
(file_impossible_p): Correctly reset FILENAME to name within directory
before hash search.

28 years ago(child_error): Do nothing if IGNORED under -s.
Roland McGrath [Mon, 7 Aug 1995 20:37:15 +0000 (20:37 +0000)]
(child_error): Do nothing if IGNORED under -s.

28 years ago(exec_command): Correctly use ARGV[0] for script name when running shell
Roland McGrath [Mon, 7 Aug 1995 19:39:37 +0000 (19:39 +0000)]
(exec_command): Correctly use ARGV[0] for script name when running shell
directly.

28 years ago(CFLAGS): Add some warnings.
Roland McGrath [Tue, 1 Aug 1995 18:48:58 +0000 (18:48 +0000)]
(CFLAGS): Add some warnings.

28 years ago.
Roland McGrath [Tue, 1 Aug 1995 18:48:11 +0000 (18:48 +0000)]
.

28 years ago(child_execute_job): Close STDIN_FD and STDOUT_FD after dup'ing from them.
Roland McGrath [Tue, 1 Aug 1995 18:46:37 +0000 (18:46 +0000)]
(child_execute_job): Close STDIN_FD and STDOUT_FD after dup'ing from them.
Don't try to close all excess descriptors; getdtablesize might return
a huge value.  Any open descriptors in the parent should have FD_CLOEXEC
set.

28 years ago(start_job_command): Set FD_CLOEXEC flag on BAD_STDIN descriptor.
Roland McGrath [Tue, 1 Aug 1995 18:38:49 +0000 (18:38 +0000)]
(start_job_command): Set FD_CLOEXEC flag on BAD_STDIN descriptor.

28 years ago(getloadavg): Set FD_CLOEXEC flag on /dev/kmem file descriptor.
Roland McGrath [Tue, 1 Aug 1995 18:29:36 +0000 (18:29 +0000)]
(getloadavg): Set FD_CLOEXEC flag on /dev/kmem file descriptor.

28 years agoDefine mandir the way everyone actually uses it.
David J. MacKenzie [Tue, 27 Jun 1995 18:28:56 +0000 (18:28 +0000)]
Define mandir the way everyone actually uses it.

28 years ago.
David J. MacKenzie [Fri, 23 Jun 1995 02:57:42 +0000 (02:57 +0000)]
.

28 years ago[convex] (LOAD_AVE_TYPE, LDAV_CVT): Define to double, no conversion.
Roland McGrath [Tue, 20 Jun 1995 07:50:41 +0000 (07:50 +0000)]
[convex] (LOAD_AVE_TYPE, LDAV_CVT): Define to double, no conversion.

28 years ago(read_all_makefiles): Properly append default makefiles to the end of the
Roland McGrath [Tue, 20 Jun 1995 07:47:01 +0000 (07:47 +0000)]
(read_all_makefiles): Properly append default makefiles to the end of the
`read_makefiles' chain.

29 years agoRegenerated for 3.74 3.74
Roland McGrath [Fri, 19 May 1995 20:40:12 +0000 (20:40 +0000)]
Regenerated for 3.74

29 years ago.
Roland McGrath [Fri, 19 May 1995 20:37:02 +0000 (20:37 +0000)]
.

29 years agoRegenerated 3.73.3
Roland McGrath [Wed, 10 May 1995 21:59:24 +0000 (21:59 +0000)]
Regenerated

29 years agoRegenerated for 3.73.3
Roland McGrath [Wed, 10 May 1995 21:58:53 +0000 (21:58 +0000)]
Regenerated for 3.73.3

29 years agoUpdated from libc
Roland McGrath [Wed, 10 May 1995 21:57:56 +0000 (21:57 +0000)]
Updated from libc

29 years ago.
Roland McGrath [Wed, 10 May 1995 21:46:30 +0000 (21:46 +0000)]
.

29 years agoAIX support from Tim Bell <tbel@afsmail.cern.ch>:
Roland McGrath [Wed, 10 May 1995 15:03:48 +0000 (15:03 +0000)]
AIX support from Tim Bell <tbel@afsmail.cern.ch>:
[_AIX] (LOAD_AVE_TYPE, FSCALE, NLIST_STRUCT): Define these for AIX.
(getloadavg) [_AIX]: Use `knlist' instead of `nlist'.

29 years ago.
Roland McGrath [Tue, 9 May 1995 22:51:11 +0000 (22:51 +0000)]
.

29 years ago($(infodir)/make.info): Make sure $$dir is set in install-info cmd.
Roland McGrath [Tue, 9 May 1995 21:14:48 +0000 (21:14 +0000)]
($(infodir)/make.info): Make sure $$dir is set in install-info cmd.

29 years ago(print_file): Grok update_status of 1 for -q.
Roland McGrath [Wed, 3 May 1995 19:53:19 +0000 (19:53 +0000)]
(print_file): Grok update_status of 1 for -q.

29 years agoMove include of config.h before all others.
Roland McGrath [Sat, 29 Apr 1995 19:47:58 +0000 (19:47 +0000)]
Move include of config.h before all others.

29 years agoRegenerated 3.73.2
Roland McGrath [Thu, 27 Apr 1995 16:57:09 +0000 (16:57 +0000)]
Regenerated

29 years agoRegenerated for 3.73.2
Roland McGrath [Thu, 27 Apr 1995 16:56:40 +0000 (16:56 +0000)]
Regenerated for 3.73.2

29 years agoUpdated from libc
Roland McGrath [Thu, 27 Apr 1995 16:43:27 +0000 (16:43 +0000)]
Updated from libc

29 years ago.
Roland McGrath [Thu, 27 Apr 1995 16:41:39 +0000 (16:41 +0000)]
.

29 years ago.
Roland McGrath [Thu, 27 Apr 1995 16:41:12 +0000 (16:41 +0000)]
.

29 years ago.
Roland McGrath [Thu, 27 Apr 1995 16:37:56 +0000 (16:37 +0000)]
.

29 years ago(remove_intermediates): Fix inverted test to bail under -n for signal case.
Roland McGrath [Wed, 26 Apr 1995 21:27:19 +0000 (21:27 +0000)]
(remove_intermediates): Fix inverted test to bail under -n for signal case.
Bail under -q or -t.
Skip files with update_status==-1.

29 years ago[HAVE_UNISTD_H]: Include unistd.h so it can declare sys_siglist.
Roland McGrath [Wed, 26 Apr 1995 21:19:26 +0000 (21:19 +0000)]
[HAVE_UNISTD_H]: Include unistd.h so it can declare sys_siglist.

29 years ago(job_next_command): Skip empty lines.
Roland McGrath [Wed, 26 Apr 1995 21:15:25 +0000 (21:15 +0000)]
(job_next_command): Skip empty lines.
(new_job): Don't test the return of job_next_command.
Just let start_waiting_job handle the case of empty commands.

29 years ago.
Roland McGrath [Wed, 19 Apr 1995 22:20:52 +0000 (22:20 +0000)]
.

29 years ago[__MSDOS__]: Include <fcntl.h>. From DJ Delorie.
Roland McGrath [Wed, 19 Apr 1995 18:09:30 +0000 (18:09 +0000)]
[__MSDOS__]: Include <fcntl.h>.  From DJ Delorie.

29 years agoRegenerated for 3.73.1 3.73.1
Roland McGrath [Wed, 19 Apr 1995 07:29:56 +0000 (07:29 +0000)]
Regenerated for 3.73.1

29 years agoUpdated from libc
Roland McGrath [Wed, 19 Apr 1995 07:28:27 +0000 (07:28 +0000)]
Updated from libc

29 years ago.
Roland McGrath [Wed, 19 Apr 1995 07:26:32 +0000 (07:26 +0000)]
.

29 years ago.
Roland McGrath [Sat, 8 Apr 1995 18:54:00 +0000 (18:54 +0000)]
.

29 years ago(notice_finished_file): Set FILE->update_status to zero if it's -1.
Roland McGrath [Sat, 8 Apr 1995 18:52:42 +0000 (18:52 +0000)]
(notice_finished_file): Set FILE->update_status to zero if it's -1.

29 years ago(CPPFLAGS): Use $(defines) too.
Roland McGrath [Wed, 5 Apr 1995 04:53:56 +0000 (04:53 +0000)]
(CPPFLAGS): Use $(defines) too.

29 years agoRegenerated for 3.73 3.73
Roland McGrath [Wed, 5 Apr 1995 04:41:14 +0000 (04:41 +0000)]
Regenerated for 3.73

29 years ago.
Roland McGrath [Wed, 5 Apr 1995 04:21:27 +0000 (04:21 +0000)]
.

29 years agoAdd '95 to copyright years.
Roland McGrath [Wed, 5 Apr 1995 03:32:21 +0000 (03:32 +0000)]
Add '95 to copyright years.

29 years ago(Options/Recursion): Correction: -I is indeed passed in MAKEFLAGS.
Roland McGrath [Wed, 5 Apr 1995 03:29:01 +0000 (03:29 +0000)]
(Options/Recursion): Correction: -I is indeed passed in MAKEFLAGS.

29 years ago.
Roland McGrath [Thu, 30 Mar 1995 10:02:35 +0000 (10:02 +0000)]
.