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
02bef600
...
02bef60001c944c4f17e8901c006e5f891aa1745
authored
2002-08-06 01:31:29 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed generation of site.exp. Added DISTCLEANFILES.
1 parent
d2d7b377
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
mail/testsuite/Makefile.am
mail/testsuite/Makefile.am
View file @
02bef60
...
...
@@ -35,11 +35,11 @@ site.exp: Makefile remote.exp
@
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_alias
"
$(host_alias)
"
'
>>
$@
-t
@
echo
'set host_triplet
$(host_triplet)
'
>>
$@
-t
@
echo
'set target_alias
$(target_alias)
'
>>
$@
-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_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
...
...
@@ -61,4 +61,4 @@ remote.exp:;
@
mv
$@
-t remote.exp
DISTCLEANFILES
=
*
.exp
*
.log
*
.sum
...
...
Please
register
or
sign in
to post a comment