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
2e535bb1
...
2e535bb15f0d83ed364a05ac17704704102bf781
authored
2002-11-03 12:27:16 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add top_builddir to site.exp
1 parent
de79ebcc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mail/testsuite/Makefile.am
mail/testsuite/Makefile.am
View file @
2e535bb
...
...
@@ -37,6 +37,7 @@ site.exp: Makefile remote.exp
@
echo
'# edit the last section'
>>
$@
-t
@
echo
'set tool
$(DEJATOOL)
'
>>
$@
-t
@
echo
"set top_srcdir
`
cd
$(top_srcdir)
;
pwd
`
"
>>
$@
-t
@
echo
"set top_builddir
`
cd
$(top_builddir)
;
pwd
`
"
>>
$@
-t
@
echo
"set srcdir
`
cd
$(srcdir)
;
pwd
`
"
>>
$@
-t
@
echo
'set objdir'
`
pwd
`
>>
$@
-t
@
echo
'set host_alias "
$(host_alias)
"'
>>
$@
-t
...
...
Please
register
or
sign in
to post a comment