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
f669ef51
...
f669ef5191fa22ad2718805e5c89781b236d6a07
authored
2005-05-23 19:34:46 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(site.exp): Set MU_ULONG_MAX
1 parent
8e1ea421
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
imap4d/testsuite/Makefile.am
imap4d/testsuite/Makefile.am
View file @
f669ef5
...
...
@@ -60,6 +60,7 @@ site.exp: Makefile remote.exp
@
echo
'set target_triplet
$(target_triplet)
'
>>
$@
-t
@
echo
'set build_alias "
$(build_alias)
"'
>>
$@
-t
@
echo
'set build_triplet
$(build_triplet)
'
>>
$@
-t
@
echo
'set MU_ULONG_MAX
$(MU_ULONG_MAX)
'
>>
$@
-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
...
...
Please
register
or
sign in
to post a comment