mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-25 07:40:40 -07:00
** no reason given. **
Copied from Perforce Change: 18550 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
e682416e7a
commit
5a244be72d
1 changed files with 3 additions and 2 deletions
|
|
@ -64,7 +64,7 @@ sub compile_and_link {
|
|||
&compiler_settings;
|
||||
$command = "$cc_command $cc_opts $cc_exe$exefile $srcfile ".
|
||||
"$linkfiles $MPS_LINK_OBJ $cc_link $cc_include";
|
||||
|
||||
|
||||
if (system($command)) {
|
||||
return 0;
|
||||
} else {
|
||||
|
|
@ -89,7 +89,8 @@ sub run_test {
|
|||
die "*** need to munge $tempfile3 into results format";
|
||||
|
||||
open(OUTPUT, "tmp_output");
|
||||
&filevars(OUTPUT); *** need new version of this here!
|
||||
&filevars(OUTPUT);
|
||||
# *** need new version of this here!
|
||||
close(OUTPUT);
|
||||
|
||||
if (&passfail()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue