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
96d43dfa
...
96d43dfa688fbf9bbd872354d5fbd6aae97038bd
authored
2002-08-06 15:05:47 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added EXTA_DIST and distclean-local
1 parent
52a3fa44
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
mail/testsuite/Makefile.am
mail/testsuite/Makefile.am
View file @
96d43df
...
...
@@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = dejagnu
DEJATOOL
=
mail
RUNTESTFLAGS
=
CLEANFILES
=
*
.log
EXTRA_DIST
=
makespool
test_dirs
=
etc config lib mail spool folder
dist-hook
:
...
...
@@ -55,10 +55,15 @@ remote.exp:;
@
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
,srcdir)
`
cd
$(srcdir)
;
pwd
`
"
>>
$@
-t
@
echo
"set board_info(
\$
$host_board
,objdir)
`
pwd
`
"
>>
$@
-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
DISTCLEANFILES
=
*
.exp
*
.log
*
.sum
DISTCLEANFILES
=
*
.exp
*
.log
*
.sum
distclean-local
:
-
rm -rf data
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment