summaryrefslogtreecommitdiff
path: root/build/instdso.sh
Commit message (Collapse)AuthorAgeFilesLines
* Use cp on AIX too. /usr/bin/install isn't compatible on recent systems Eric Covener2013-06-241-1/+1
| | | | | | | | and it's a pain to install and force /opt/freeware/bin. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1496230 13f79535-47bb-0310-9956-ffa450edef68
* Addition to r1237447: "for arg ; do" is notRainer Jung2012-02-011-1/+1
| | | | | | | | | | | | | sh standard. It seems its a shortcut for "for arg in "$@" ; do". Detected on Solaris with very restricted /bin/sh. Seems to work fine for arguments with embedded whitespace. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1239026 13f79535-47bb-0310-9956-ffa450edef68
* Install multiple files per install.sh invocationStefan Fritsch2012-01-291-11/+23
| | | | | | | | | | | | | | Libtool and BSD install support installing several files in one run. Add support to install.sh and instdso.sh, too. Replace for-loops in the Makefiles. This reduces 'make install' time by approx. 50% because we save lots of calls to the huge libtool shell script. The AIX-specific magic in instdso.sh could use some testing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1237447 13f79535-47bb-0310-9956-ffa450edef68
* instdso.sh: HP-UX's native 'install' apparently is not compatibleDaniel Earl Poirier2011-03-041-1/+1
| | | | | | | enough with BSD install to use here, fall back to just using 'cp'. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1078101 13f79535-47bb-0310-9956-ffa450edef68
* tweak r823613/PR 47951 change to avoid /usr/sbin/install onJeff Trawick2009-11-161-1/+9
| | | | | | | | | Solaris (not compatible with BSD install) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@880981 13f79535-47bb-0310-9956-ffa450edef68
* Build: Use install instead of cp if available onTakashi Sato2009-10-091-1/+2
| | | | | | | | | installing modules to avoid segfault. Submitted by: <hirose31 gmail.com> PR: 47951 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@823613 13f79535-47bb-0310-9956-ffa450edef68
* Bring back OS/2 support.Brian Havard2009-08-261-0/+8
| | | | | | | Reverses r758929 with a little bit of conflict resolution. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@807930 13f79535-47bb-0310-9956-ffa450edef68
* remove OS/2 platform supportJeff Trawick2009-03-261-8/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758929 13f79535-47bb-0310-9956-ffa450edef68
* update license header textRoy T. Fielding2006-07-111-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@420990 13f79535-47bb-0310-9956-ffa450edef68
* Update the last year of copyright.Colm MacCarthaigh2006-04-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395229 13f79535-47bb-0310-9956-ffa450edef68
* * build/instdso.sh: Fix syntax error with some sed implementations.Joe Orton2006-03-291-2/+2
| | | | | | | | PR: 38108 Submitted by: Masaoki Kobayashi <masaoki techfirm.co.jp> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@389797 13f79535-47bb-0310-9956-ffa450edef68
* Remove install errors emitted when using jlibtool instead of GNU libtool.Justin Erenkrantz2005-09-281-3/+6
| | | | | | | | | | (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. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@292109 13f79535-47bb-0310-9956-ffa450edef68
* * build/instdso.sh: Extract LIBRARY_NAMES and DLNAME without usingJoe Orton2005-06-081-2/+2
| | | | | | | | grep; fix extraction of LIBRARY_NAMES which was sedding the wrong variable name. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@189595 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151408 13f79535-47bb-0310-9956-ffa450edef68
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102619 13f79535-47bb-0310-9956-ffa450edef68
* fix copyright dates according to the first check in.André Malo2004-02-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102547 13f79535-47bb-0310-9956-ffa450edef68
* apply Apache License, Version 2.0André Malo2004-02-061-0/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102521 13f79535-47bb-0310-9956-ffa450edef68
* Allow instdso.sh to be used with a .so file directly rather than requiringJustin Erenkrantz2002-09-181-0/+7
| | | | | | | a libtool archive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96894 13f79535-47bb-0310-9956-ffa450edef68
* OS/2: Stop a bunch of error messages while doing a make install.Brian Havard2002-06-161-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95710 13f79535-47bb-0310-9956-ffa450edef68
* Use the basename of the dso file rather than assuming it does not includeJustin Erenkrantz2002-06-021-4/+5
| | | | | | | a directory in it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95466 13f79535-47bb-0310-9956-ffa450edef68
* Change instdso.sh to use libtool --install everywhere and thenJeff Trawick2002-04-191-33/+36
| | | | | | | | | | | | | | 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 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94709 13f79535-47bb-0310-9956-ffa450edef68
* on OS/390, instdso.sh should just use libtool, since libtool forJeff Trawick2002-02-201-1/+1
| | | | | | | | OS/390 is very Apache-friendly and doesn't play with the names of DSO files git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93518 13f79535-47bb-0310-9956-ffa450edef68
* Use aplibtool to install modules on OS/2 as it contains some required magicBrian Havard2001-12-211-0/+5
| | | | | | | to handle DLL naming restrictions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92553 13f79535-47bb-0310-9956-ffa450edef68
* take over DSO installation from libtool on all platforms, for bothJeff Trawick2001-12-141-7/+6
| | | | | | | | | | | | "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 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92479 13f79535-47bb-0310-9956-ffa450edef68
* Do special install processing for Apache DSO modules on HP-UX, Tru64,Jeff Trawick2001-12-071-0/+54
and AIX so that we get mod_foo.so installed instead of the stuff that libtool installed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92370 13f79535-47bb-0310-9956-ffa450edef68