Roland McGrath
|
fb39f49937
|
.
|
1995-11-26 01:43:28 +00:00 |
|
Roland McGrath
|
dccc12dbee
|
[HAVE_UNION_WAIT]: Include sys/wait.h.
(start_job_command): Pass new arg to `message'; fix inverted test in that
call.
|
1995-11-26 01:42:27 +00:00 |
|
Roland McGrath
|
1305447ace
|
.
|
1995-11-26 01:40:35 +00:00 |
|
Roland McGrath
|
5ed1a6399a
|
(log_working_directory): Declare it.
|
1995-11-26 01:39:38 +00:00 |
|
Roland McGrath
|
3f614c58ed
|
Pass new arg in `message' calls.
|
1995-11-26 01:38:10 +00:00 |
|
Roland McGrath
|
37cf6fdc18
|
(log_working_directory): Made global.
Print entering msg only once.
|
1995-11-26 01:37:07 +00:00 |
|
Roland McGrath
|
808f1c1cd2
|
(message): Take new arg PREFIX. Print "make: " only if nonzero.
|
1995-11-26 01:35:05 +00:00 |
|
Roland McGrath
|
06021f945f
|
(touch_file): Removing newline from message string.
|
1995-11-22 00:16:14 +00:00 |
|
Roland McGrath
|
ad61285598
|
(start_job_command): Pass null instead of "" to message; don't add newline.
|
1995-11-22 00:14:59 +00:00 |
|
Roland McGrath
|
10d6808977
|
(start_job_command): Use `message' to print the command, and call it with
an empty string if the command is silent.
|
1995-11-22 00:06:28 +00:00 |
|
Roland McGrath
|
21fbad8602
|
(touch_file): Use message instead of printf.
|
1995-11-21 23:58:54 +00:00 |
|
Roland McGrath
|
fa6d6f9150
|
.
|
1995-11-17 20:03:48 +00:00 |
|
Roland McGrath
|
ed02723506
|
.
|
1995-10-10 20:22:47 +00:00 |
|
Roland McGrath
|
692858922f
|
(How Make Works): Clearify that default goal is only first target.
|
1995-10-10 20:18:24 +00:00 |
|
Roland McGrath
|
9da3bccd89
|
.
|
1995-10-10 20:12:44 +00:00 |
|
Roland McGrath
|
16a5d4cf48
|
.
|
1995-10-10 20:07:10 +00:00 |
|
Roland McGrath
|
b1e6353edd
|
(enter_command_line_file): Barf if NAME is "".
|
1995-10-10 18:59:08 +00:00 |
|
Roland McGrath
|
e1c593016b
|
Add note wrt broken system makes--use build.sh.
|
1995-10-04 18:15:35 +00:00 |
|
Roland McGrath
|
10124ce95b
|
.
|
1995-09-11 18:14:14 +00:00 |
|
Roland McGrath
|
6e19c6febb
|
Updated from libc
|
1995-09-11 18:04:00 +00:00 |
|
Roland McGrath
|
4314e2f987
|
.
|
1995-09-09 10:45:06 +00:00 |
|
Roland McGrath
|
0eab889a28
|
(delete_target): Ignore unlink failure if it is ENOENT.
|
1995-09-09 10:32:56 +00:00 |
|
hag
|
c51dd24814
|
Updated ISBN and foundation address
|
1995-08-22 18:45:01 +00:00 |
|
hag
|
41ea0f1556
|
Updated address of foundation
|
1995-08-22 18:43:05 +00:00 |
|
Roland McGrath
|
ee6b27b728
|
Don't check for getdtablesize.
|
1995-08-17 19:09:57 +00:00 |
|
Roland McGrath
|
af72fc38fe
|
(getdtablesize): Remove decls and macros.
|
1995-08-17 19:08:36 +00:00 |
|
Roland McGrath
|
294c429f93
|
(Standard Targets): rewrote some paragraphs to avoid overfull hboxes.
|
1995-08-15 00:12:12 +00:00 |
|
Roland McGrath
|
9409f5c54a
|
Don't suggest sending questions to bug-gnu-utils.
Use @smallexample instead of @example to avoid overfull hbox.
|
1995-08-15 00:03:06 +00:00 |
|
Roland McGrath
|
78ac5bd9c7
|
(define_makeflags): Omit command line variable definitions from MFLAGS
value.
|
1995-08-10 23:58:12 +00:00 |
|
Roland McGrath
|
030d31ba93
|
Updated from libc
|
1995-08-10 23:29:54 +00:00 |
|
Roland McGrath
|
70465ffcfb
|
(ar_scan) [AIAMAG]: Check for zero MEMBER_OFFSET, indicating a valid, but
empty, archive.
|
1995-08-10 23:09:46 +00:00 |
|
Roland McGrath
|
ee2b67af6d
|
[ps2]: Use nlist instead of knlist #ifdef _AIX.
|
1995-08-07 20:48:08 +00:00 |
|
Roland McGrath
|
0afe62e255
|
(file_impossible_p): Correctly reset FILENAME to name within directory
before hash search.
|
1995-08-07 20:42:51 +00:00 |
|
Roland McGrath
|
ee14af651f
|
(child_error): Do nothing if IGNORED under -s.
|
1995-08-07 20:37:15 +00:00 |
|
Roland McGrath
|
9fd3c2453b
|
(exec_command): Correctly use ARGV[0] for script name when running shell
directly.
|
1995-08-07 19:39:37 +00:00 |
|
Roland McGrath
|
a4e66c61c0
|
(CFLAGS): Add some warnings.
|
1995-08-01 18:48:58 +00:00 |
|
Roland McGrath
|
8cfdca3e72
|
.
|
1995-08-01 18:48:11 +00:00 |
|
Roland McGrath
|
2c27d8dbdc
|
(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.
|
1995-08-01 18:46:37 +00:00 |
|
Roland McGrath
|
d02b26a4b8
|
(start_job_command): Set FD_CLOEXEC flag on BAD_STDIN descriptor.
|
1995-08-01 18:38:49 +00:00 |
|
Roland McGrath
|
8b3f13f6ec
|
(getloadavg): Set FD_CLOEXEC flag on /dev/kmem file descriptor.
|
1995-08-01 18:29:36 +00:00 |
|
David J. MacKenzie
|
e74b6ae5c2
|
Define mandir the way everyone actually uses it.
|
1995-06-27 18:28:56 +00:00 |
|
David J. MacKenzie
|
f21ec15ffa
|
.
|
1995-06-23 02:57:42 +00:00 |
|
Roland McGrath
|
3f49392b9c
|
[convex] (LOAD_AVE_TYPE, LDAV_CVT): Define to double, no conversion.
|
1995-06-20 07:50:41 +00:00 |
|
Roland McGrath
|
f9a914c035
|
(read_all_makefiles): Properly append default makefiles to the end of the
`read_makefiles' chain.
|
1995-06-20 07:47:01 +00:00 |
|
Roland McGrath
|
b2fc502c55
|
Regenerated for 3.74
|
1995-05-19 20:40:12 +00:00 |
|
Roland McGrath
|
d091a08961
|
.
|
1995-05-19 20:37:02 +00:00 |
|
Roland McGrath
|
eb3b7904f0
|
Regenerated
|
1995-05-10 21:59:24 +00:00 |
|
Roland McGrath
|
bbfb270092
|
Regenerated for 3.73.3
|
1995-05-10 21:58:53 +00:00 |
|
Roland McGrath
|
c18253b59b
|
Updated from libc
|
1995-05-10 21:57:56 +00:00 |
|
Roland McGrath
|
41177916df
|
.
|
1995-05-10 21:46:30 +00:00 |
|