Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
6fb9e0cb
Commit
6fb9e0cb
authored
Feb 24, 2004
by
Niels Möller
Browse files
* misc/xenofarm.sh: Fixed tasks argpmake and nettlemake. New tasks
ckargp and cknettle. Rev: ChangeLog:1.761 Rev: misc/xenofarm.sh:1.22
parent
f7a2b84a
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
6fb9e0cb
2004-02-24 Niels Mller <nisse@lysator.liu.se>
* misc/xenofarm.sh: Fixed tasks argpmake and nettlemake. New tasks
ckargp and cknettle.
* src/Makefile.am (lshg_SOURCES, lshg_LDADD): Avoid linking with
nettle. Need to link with dummy.o instead.
...
...
misc/xenofarm.sh
View file @
6fb9e0cb
...
...
@@ -186,7 +186,7 @@ dotask 1 "make" "makewarn" "cd $BASE && make $makeargs"
# "make check" requirements
#
dotask
0
"ckprg"
""
"cd
$BASE
&& make check"
dotask
1
"ckprg"
""
"cd
$BASE
&& make check"
# FIXME: run distcheck.
# A problem is that make distcheck leaves some write-protected directories that
...
...
@@ -205,10 +205,12 @@ else
fi
dotask 1
"argpcfg"
"cfgwarn"
"cd
$BASE
/src/argp && ./configure
$cfgargs
"
argpstatus
dotask 1
"argpmake"
"makewarn"
"cd
$BASE
/src/argp && make
$makeargs
argpstatus
dotask 1
"argpmake"
"makewarn"
"cd
$BASE
/src/argp && make
$makeargs
"
argpstatus
dotask 1
"ckargp"
""
"cd
$BASE
/src/argp && make check"
argpstatus
dotask 1
"nettlecfg"
"cfgwarn"
"cd
$BASE
/src/nettle && ./configure
$cfgargs
"
nettlestatus
dotask 1 "
nettlemake
" "
makewarn
" "
cd
$BASE
/src/nettle
&&
make
$makeargs
nettlestatus
dotask 1
"nettlemake"
"makewarn"
"cd
$BASE
/src/nettle && make
$makeargs
"
nettlestatus
dotask 1
"cknettle"
""
"cd
$BASE
/src/nettle && make check"
nettlestatus
find pfx
-type
f
-print
|
sort
>
r/installedfiles.txt
if
test
`
wc
-l
< r/installedfiles.txt
`
-eq
0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment