/[Apache-SVN]/httpd/httpd/trunk/build/instdso.sh
ViewVC logotype

Log of /httpd/httpd/trunk/build/instdso.sh

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 880981 - (view) (annotate) - [select for diffs]
Modified Mon Nov 16 21:51:01 2009 UTC (10 days, 12 hours ago) by trawick
File length: 3089 byte(s)
Diff to previous 823613 (colored)
tweak r823613/PR 47951 change to avoid /usr/sbin/install on
Solaris

(not compatible with BSD install)

Revision 823613 - (view) (annotate) - [select for diffs]
Modified Fri Oct 9 16:57:20 2009 UTC (6 weeks, 6 days ago) by takashi
File length: 2999 byte(s)
Diff to previous 807930 (colored)
Build: Use install instead of cp if available on
installing modules to avoid segfault.

Submitted by: <hirose31 gmail.com>
PR: 47951

Revision 807930 - (view) (annotate) - [select for diffs]
Modified Wed Aug 26 08:56:13 2009 UTC (3 months ago) by bjh
File length: 2919 byte(s)
Diff to previous 758929 (colored)
Bring back OS/2 support.
Reverses r758929 with a little bit of conflict resolution.

Revision 758929 - (view) (annotate) - [select for diffs]
Modified Thu Mar 26 23:47:52 2009 UTC (8 months ago) by trawick
File length: 2695 byte(s)
Diff to previous 420990 (colored)
remove OS/2 platform support

Revision 420990 - (view) (annotate) - [select for diffs]
Modified Tue Jul 11 20:55:32 2006 UTC (3 years, 4 months ago) by fielding
File length: 2919 byte(s)
Diff to previous 395229 (colored)
update license header text

Revision 395229 - (view) (annotate) - [select for diffs]
Modified Wed Apr 19 12:23:42 2006 UTC (3 years, 7 months ago) by colm
File length: 2772 byte(s)
Diff to previous 389797 (colored)
Update the last year of copyright.

Revision 389797 - (view) (annotate) - [select for diffs]
Modified Wed Mar 29 14:04:08 2006 UTC (3 years, 8 months ago) by jorton
File length: 2772 byte(s)
Diff to previous 292109 (colored)
* build/instdso.sh: Fix syntax error with some sed implementations.

PR: 38108
Submitted by: Masaoki Kobayashi <masaoki techfirm.co.jp>

Revision 292109 - (view) (annotate) - [select for diffs]
Modified Wed Sep 28 03:42:44 2005 UTC (4 years, 2 months ago) by jerenkrantz
File length: 2770 byte(s)
Diff to previous 189595 (colored)
Remove install errors emitted when using jlibtool instead of GNU libtool.

(grep would skip this silently; but sed emits errors when no match is found.)

* build/instdso.sh: Protect sed calls with a test -s check to make sure
  that we're going to execute sed against a non-empty file.

Revision 189595 - (view) (annotate) - [select for diffs]
Modified Wed Jun 8 15:37:55 2005 UTC (4 years, 5 months ago) by jorton
File length: 2711 byte(s)
Diff to previous 151408 (colored)
* build/instdso.sh: Extract LIBRARY_NAMES and DLNAME without using
grep; fix extraction of LIBRARY_NAMES which was sedding the wrong
variable name.

Revision 151408 - (view) (annotate) - [select for diffs]
Modified Fri Feb 4 20:28:49 2005 UTC (4 years, 9 months ago) by jerenkrantz
File length: 2714 byte(s)
Diff to previous 106505 (colored)
Update copyright year to 2005 and standardize on current copyright owner line.

Revision 106505 - (view) (annotate) - [select for diffs]
Modified Thu Nov 25 00:01:34 2004 UTC (5 years ago) by nd
File length: 2679 byte(s)
Diff to previous 102619 (colored)
property cleanup

Revision 102619 - (view) (annotate) - [select for diffs]
Modified Mon Feb 9 20:40:53 2004 UTC (5 years, 9 months ago) by nd
File length: 2679 byte(s)
Diff to previous 102547 (colored)
fix name of The Apache Software Foundation

Revision 102547 - (view) (annotate) - [select for diffs]
Modified Sat Feb 7 19:06:26 2004 UTC (5 years, 9 months ago) by nd
File length: 2675 byte(s)
Diff to previous 102521 (colored)
fix copyright dates according to the first check in.

Revision 102521 - (view) (annotate) - [select for diffs]
Modified Fri Feb 6 21:54:06 2004 UTC (5 years, 9 months ago) by nd
File length: 2675 byte(s)
Diff to previous 96894 (colored)
apply Apache License, Version 2.0

Revision 96894 - (view) (annotate) - [select for diffs]
Modified Wed Sep 18 23:47:28 2002 UTC (7 years, 2 months ago) by jerenkrantz
File length: 2076 byte(s)
Diff to previous 95710 (colored)
Allow instdso.sh to be used with a .so file directly rather than requiring
a libtool archive.

Revision 95710 - (view) (annotate) - [select for diffs]
Modified Sun Jun 16 07:43:14 2002 UTC (7 years, 5 months ago) by bjh
File length: 1899 byte(s)
Diff to previous 95466 (colored)
OS/2: Stop a bunch of error messages while doing a make install.

Revision 95466 - (view) (annotate) - [select for diffs]
Modified Sun Jun 2 08:54:04 2002 UTC (7 years, 5 months ago) by jerenkrantz
File length: 1675 byte(s)
Diff to previous 94709 (colored)
Use the basename of the dso file rather than assuming it does not include
a directory in it.

Revision 94709 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 14:04:30 2002 UTC (7 years, 7 months ago) by trawick
File length: 1605 byte(s)
Diff to previous 93518 (colored)
Change instdso.sh to use libtool --install everywhere and then
clean up some stray files and symlinks that libtool leaves around
on some platforms.  This gets subversion building properly since
it needed a re-link to be performed by libtool at install time,
and the old instdso.sh logic to simply cp the DSO didn't handle
that requirement.

Submitted by: Sander Striker
Reviewed by:  Jeff Trawick

Revision 93518 - (view) (annotate) - [select for diffs]
Modified Wed Feb 20 20:11:32 2002 UTC (7 years, 9 months ago) by trawick
File length: 1592 byte(s)
Diff to previous 92553 (colored)
on OS/390, instdso.sh should just use libtool, since libtool for
OS/390 is very Apache-friendly and doesn't play with the names
of DSO files

Revision 92553 - (view) (annotate) - [select for diffs]
Modified Fri Dec 21 01:47:50 2001 UTC (7 years, 11 months ago) by bjh
File length: 1585 byte(s)
Diff to previous 92479 (colored)
Use aplibtool to install modules on OS/2 as it contains some required magic
to handle DLL naming restrictions.

Revision 92479 - (view) (annotate) - [select for diffs]
Modified Fri Dec 14 12:29:37 2001 UTC (7 years, 11 months ago) by trawick
File length: 1454 byte(s)
Diff to previous 92370 (colored)
take over DSO installation from libtool on all platforms, for both
"make install" and "apxs -i"

since we don't link with Apache DSOs we don't need the .la files

since we load Apache DSOs with explicit path information we don't
need any other system-specific magic to be performed

Revision 92370 - (view) (annotate) - [select for diffs]
Added Fri Dec 7 17:48:36 2001 UTC (7 years, 11 months ago) by trawick
File length: 1437 byte(s)
Do special install processing for Apache DSO modules on HP-UX, Tru64,
and AIX so that we get mod_foo.so installed instead of the stuff that
libtool installed.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2