Overview
Comment: | changed generation of pkgIndex file for test target |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
24a46987ec5dcc6b289af79a2f2c9db9 |
User & Date: | aborr on 2000-06-05 20:20:36 |
Other Links: | manifest | tags |
Context
2000-06-05
| ||
20:22 | added more working tests check-in: 1993ccba2e user: aborr tags: trunk | |
20:20 | changed generation of pkgIndex file for test target check-in: 24a46987ec user: aborr tags: trunk | |
18:09 | Moved SSL shutdown up into the CloseProc, away from the asynchronous EventuallyFree check-in: b3abc0c1c4 user: welch tags: trunk | |
Changes
Modified Makefile.in from [83ef94f0ab] to [1e460add55].
︙ | |||
8 9 10 11 12 13 14 | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | - + | # # Copyright (c) 1999-2000 Ajuba Solutions. # All rights reserved. # # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # |
︙ | |||
237 238 239 240 241 242 243 | 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 | - - + - - + | # do \ # echo "Installing $$i"; \ # rm -f $(mandir)/mann/$$i; \ # $(INSTALL_DATA) $$i $(mandir)/mann ; \ # done test: binaries libraries |
︙ |