summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate the redundant compiler rulesbnicholes2004-06-011-87/+4
| | | | | | | Submitted by: Guenter Knauf <fuankg@apache.org>, Brad Nicholes git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65144 13f79535-47bb-0310-9956-ffa450edef68
* Remove the hardcoded /Y parameter when doing a xcopybnicholes2004-04-291-1/+1
| | | | | | | Submitted by: Guenter Knauf <fuankg@apache.org> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65082 13f79535-47bb-0310-9956-ffa450edef68
* Create a separate compiler options file per NLM or librarybnicholes2004-04-081-46/+46
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65048 13f79535-47bb-0310-9956-ffa450edef68
* Allow the NetWare makefiles to clean up some files that were missedbnicholes2004-04-061-0/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65046 13f79535-47bb-0310-9956-ffa450edef68
* Add apr_random to the NetWare buildbnicholes2004-03-231-3/+6
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65023 13f79535-47bb-0310-9956-ffa450edef68
* Remove pollacc.c from the NetWare make filebnicholes2003-12-091-1/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64828 13f79535-47bb-0310-9956-ffa450edef68
* Add atomic.c to the netware buildbnicholes2003-12-031-0/+5
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64807 13f79535-47bb-0310-9956-ffa450edef68
* Fix up the NetWare make files so that they copy the right headers and librariesbnicholes2003-11-211-2/+26
| | | | | | | for the installdev target git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64782 13f79535-47bb-0310-9956-ffa450edef68
* Pull apr_random from the NetWare buildbnicholes2003-11-171-6/+3
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64761 13f79535-47bb-0310-9956-ffa450edef68
* Add apr_random to the NetWare buildbnicholes2003-11-111-0/+8
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64739 13f79535-47bb-0310-9956-ffa450edef68
* Remove an unused system import from the NetWare buildbnicholes2003-10-021-1/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64676 13f79535-47bb-0310-9956-ffa450edef68
* Add apr_temp_dir_get(), a function to get the most suitable directory to placethommay2003-08-231-0/+1
| | | | | | | | | | temp files based on environment variables and other factors. Obtained from: C Mike Pilato <cmpilato@collab.net> Reviewed by: Thom May git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64591 13f79535-47bb-0310-9956-ffa450edef68
* Add the otherchild functions to the NetWare build so that the linker will bebnicholes2003-03-041-0/+1
| | | | | | | | happy. This is now necessary due to the changes in the changes in the apr_thread_proc.h header git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64392 13f79535-47bb-0310-9956-ffa450edef68
* Added the apr_env functions to the NetWare buildbnicholes2003-02-181-0/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64366 13f79535-47bb-0310-9956-ffa450edef68
* Added two new functions, apr_filepath_list_split and apr_filepath_list_merge,brane2003-02-121-0/+1
| | | | | | | | | | for managing search paths. The common implementation is in a new file, file_io/unix/filepath_util.c. Also added tests for these functions a new file in the test suite, testpath.c. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64349 13f79535-47bb-0310-9956-ffa450edef68
* Replaced the apr_atomic_dec function and the apr_atomic_casptr macrobnicholes2003-01-101-5/+0
| | | | | | | with inline functions for NetWare. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64288 13f79535-47bb-0310-9956-ffa450edef68
* Implemented the new OS language API for NetWare. This is a temporarybnicholes2002-11-161-0/+1
| | | | | | | | implementation just to get it building again. The real implementation will come later. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64039 13f79535-47bb-0310-9956-ffa450edef68
* Adding the current version string to the link of each NLMbnicholes2002-10-161-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63938 13f79535-47bb-0310-9956-ffa450edef68
* NetWare make file updates for the xlate changes to apr-utilbnicholes2002-07-191-9/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63716 13f79535-47bb-0310-9956-ffa450edef68
* Added pollacc.c to the build for NetWarebnicholes2002-07-111-0/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63622 13f79535-47bb-0310-9956-ffa450edef68
* Fixing up APR for NetWare so that it builds with the new apr_poll() changesbnicholes2002-07-111-0/+9
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63612 13f79535-47bb-0310-9956-ffa450edef68
* Removed the ReadWrite mutex that protects the stat cache table. Instead ↵bnicholes2002-06-261-4/+2
| | | | | | | | | | | | | implemented separate stat cache tables per processor. This eliminates the lock contention that was occuring each time a cache node expired and had to be refreshed. Having a stat cache per processor may cause some data redundancy but ensures that no other thread will be refreshing a node at the same time a thread is reading it. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63523 13f79535-47bb-0310-9956-ffa450edef68
* Building the wrong dso.c in the make files. Switched to the Netware version.bnicholes2002-06-131-2/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63501 13f79535-47bb-0310-9956-ffa450edef68
* Added mmap APIs to the NetWare buildbnicholes2002-04-111-0/+6
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63249 13f79535-47bb-0310-9956-ffa450edef68
* Finished removing the locks API on NetWarebnicholes2002-04-091-1/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63240 13f79535-47bb-0310-9956-ffa450edef68
* Added the NetWare version of atomic.c to the buildbnicholes2002-03-271-0/+5
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63197 13f79535-47bb-0310-9956-ffa450edef68
* Switching from a project build file to GNU make filesbnicholes2002-03-011-0/+404
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63075 13f79535-47bb-0310-9956-ffa450edef68