Kaydet (Commit) a5224a31 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS geordi2q11 (1.2.56); FILE MERGED

2003/12/16 11:17:18 hr 1.2.56.1: #111934#: join CWS ooo111fix1
üst 35102594
...@@ -1332,16 +1332,8 @@ The last line of the file is terminated by a new-line which is inserted ...@@ -1332,16 +1332,8 @@ The last line of the file is terminated by a new-line which is inserted
due to the \en found at the end of the \fIdata\fP string. due to the \en found at the end of the \fIdata\fP string.
.PP .PP
If the optional \fIfile\fP specifier is present then its expanded value If the optional \fIfile\fP specifier is present then its expanded value
is the name of the temporary file to create. Whenever a $(mktmp ...) macro is the name of the temporary file to create. An example that would be useful
is expanded the macro $(TMPFILE) is set to a new temporary file name. Thus for MSDOS users with a Turbo-C compiler
the construct:
.RS
.sp
$(mktmp,$(TMPFILE) data)
.sp
.RE
is completely equivalent to not specifying the $(TMPFILE) optional argument.
Another example that would be useful for MSDOS users with a Turbo-C compiler
.RS .RS
.sp .sp
$(mktmp,turboc.cfg $(CFLAGS)) $(mktmp,turboc.cfg $(CFLAGS))
...@@ -3124,11 +3116,6 @@ informative bug reports. Many thanks also go to those on the ...@@ -3124,11 +3116,6 @@ informative bug reports. Many thanks also go to those on the
NET that have helped in making \fBdmake\fP one of the best Make tools NET that have helped in making \fBdmake\fP one of the best Make tools
available. available.
.SH BUGS .SH BUGS
Dmake's temporary file creation uses the tempnam function to generate unique
filenames in its working directory, but does not check that the file does not
exist at the time it is created. This could possibly be a security problem if
the directory where dmake is run is writeable by untrusted users.
.PP
Some system commands return non-zero status inappropriately. Some system commands return non-zero status inappropriately.
Use Use
.B \-i .B \-i
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment