mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- keep debug symbols in windows build.
git-svn-id: file:///svn/unbound/trunk@3777 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
6ff2a2e407
commit
b5b5d7bf84
2 changed files with 10 additions and 8 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
- In unbound.conf directory: dir immediately changes to that directory,
|
- In unbound.conf directory: dir immediately changes to that directory,
|
||||||
so that include: file below that is relative to that directory.
|
so that include: file below that is relative to that directory.
|
||||||
With chroot, make the directory an absolute path inside chroot.
|
With chroot, make the directory an absolute path inside chroot.
|
||||||
|
- keep debug symbols in windows build.
|
||||||
|
|
||||||
9 June 2016: Wouter
|
9 June 2016: Wouter
|
||||||
- Trunk is called 1.5.10 (with previous fixes already in there to 2
|
- Trunk is called 1.5.10 (with previous fixes already in there to 2
|
||||||
|
|
|
||||||
17
makedist.sh
17
makedist.sh
|
|
@ -319,14 +319,15 @@ if [ "$DOWIN" = "yes" ]; then
|
||||||
rm -f $file
|
rm -f $file
|
||||||
info "Creating $file"
|
info "Creating $file"
|
||||||
mkdir tmp.$$
|
mkdir tmp.$$
|
||||||
$strip unbound.exe
|
# keep debug symbols
|
||||||
$strip anchor-update.exe
|
#$strip unbound.exe
|
||||||
$strip unbound-control.exe
|
#$strip anchor-update.exe
|
||||||
$strip unbound-host.exe
|
#$strip unbound-control.exe
|
||||||
$strip unbound-anchor.exe
|
#$strip unbound-host.exe
|
||||||
$strip unbound-checkconf.exe
|
#$strip unbound-anchor.exe
|
||||||
$strip unbound-service-install.exe
|
#$strip unbound-checkconf.exe
|
||||||
$strip unbound-service-remove.exe
|
#$strip unbound-service-install.exe
|
||||||
|
#$strip unbound-service-remove.exe
|
||||||
cd tmp.$$
|
cd tmp.$$
|
||||||
cp ../doc/example.conf ../doc/Changelog .
|
cp ../doc/example.conf ../doc/Changelog .
|
||||||
cp ../unbound.exe ../unbound-anchor.exe ../unbound-host.exe ../unbound-control.exe ../unbound-checkconf.exe ../unbound-service-install.exe ../unbound-service-remove.exe ../LICENSE ../winrc/unbound-control-setup.cmd ../winrc/unbound-website.url ../winrc/service.conf ../winrc/README.txt ../contrib/create_unbound_ad_servers.cmd ../contrib/warmup.cmd ../contrib/unbound_cache.cmd .
|
cp ../unbound.exe ../unbound-anchor.exe ../unbound-host.exe ../unbound-control.exe ../unbound-checkconf.exe ../unbound-service-install.exe ../unbound-service-remove.exe ../LICENSE ../winrc/unbound-control-setup.cmd ../winrc/unbound-website.url ../winrc/service.conf ../winrc/README.txt ../contrib/create_unbound_ad_servers.cmd ../contrib/warmup.cmd ../contrib/unbound_cache.cmd .
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue