Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
227d4a1f
...
227d4a1f26bf606a4081801e0115b611768b72f1
authored
2002-07-02 14:51:47 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added to repository
1 parent
6f0ef613
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
64 additions
and
0 deletions
mail/testsuite/Makefile.am
mail/testsuite/Makefile.am
0 → 100644
View file @
227d4a1
AUTOMAKE_OPTIONS
=
dejagnu
DEJATOOL
=
mail
RUNTESTFLAGS
=
CLEANFILES
=
*
.log
test_dirs
=
etc config lib mail spool
dist-hook
:
here
=
`
cd
$(top_builddir)
/
$(subdir)
&&
pwd
`
;
\
srcdir
=
`
cd
$(srcdir)
&&
pwd
`
;
\
distdir
=
`
cd
$(distdir)
&&
pwd
`
;
\
for
dir
in
$(test_dirs)
;
\
do
\
cd
$$
srcdir;
\
mkdir
$$
distdir/
$$
dir;
\
cd
$$
dir;
\
for
file
in
DISTFILES
`
cat DISTFILES
`
;
do
\
d
=
$$
srcdir/
$$
dir;
\
if
test
-d
$$
d/
$$
file;
then
\
cp -pr
$$
d/
$$
file
$$
distdir/
$$
dir/
$$
file;
\
else
\
test
-f
$$
distdir/
$$
dir/
$$
file
\
||
cp -p
$$
d/
$$
file
$$
distdir/
$$
dir/
$$
file
||
exit
;
\
fi
;
\
done
;
\
done
;
\
cd
$$
here
site.exp
:
Makefile remote.exp
@
echo
'Making a new site.exp file...'
@
test
! -f site.bak
||
rm -f site.bak
@
echo
'## these variables are automatically generated by make ##'
>
$@
-t
@
echo
'# Do not edit here. If you wish to override these values'
>>
$@
-t
@
echo
'# edit the last section'
>>
$@
-t
@
echo
'set tool
$(DEJATOOL)
'
>>
$@
-t
@
echo
"set srcdir
`
cd
$(srcdir)
;
pwd
`
"
>>
$@
-t
@
echo
'set objdir'
`
pwd
`
>>
$@
-t
@
echo
'set host_alias
$(host_alias)
'
>>
$@
-t
@
echo
'set host_triplet
$(host_triplet)
'
>>
$@
-t
@
echo
'set target_alias
$(target_alias)
'
>>
$@
-t
@
echo
'set target_triplet
$(target_triplet)
'
>>
$@
-t
@
echo
'set build_alias
$(build_alias)
'
>>
$@
-t
@
echo
'set build_triplet
$(build_triplet)
'
>>
$@
-t
@
echo
'## All variables above are generated by configure. Do Not Edit ##'
>>
$@
-t
@
test
! -f site.exp
||
sed
'1,/^## All variables above are.*##/ d'
site.exp >>
$@
-t
@
test
! -f site.exp
||
mv site.exp site.bak
@
mv
$@
-t site.exp
remote.exp
:
;
@
echo
'Making a new remote.exp file...'
@
test
! -f remote.bak
||
rm -f remote.bak
@
echo
'## These variables are used to set up for the remote testing.'
>>
$@
-t
@
echo
'## Please, read file README in this directory for instructions'
>>
$@
-t
@
echo
'## on how to use this file'
>>
$@
-t
@
echo
"set host_board
`
hostname
`
"
>>
$@
-t
@
echo
'set board_info($$host_board,connect) rlogin'
>>
$@
-t
@
echo
'set board_info($$host_board,shell_prompt) "\\$$ "'
>>
$@
-t
@
echo
"set board_info(
\$
$host_board
,top_srcdir)
`
cd
$(top_srcdir)
;
pwd
`
"
>>
$@
-t
@
echo
"set board_info(
\$
$host_board
,top_builddir)
`
cd
$(top_builddir)
;
pwd
`
"
>>
$@
-t
@
test
! -f remote.exp
||
mv remote.exp remote.bak
@
mv
$@
-t remote.exp
Please
register
or
sign in
to post a comment