Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
update license header text
Update the last year of copyright.
Update copyright year to 2005 and standardize on current copyright owner line.
property cleanup
fix name of The Apache Software Foundation
apply Apache License, Version 2.0
update license to 2004.
finished that boring job: update license to 2003. Happy New Year! ;-))
Simplify last commit by only calling cat once (this should hopefully resolve rbb's concern about maintainability and still address mine about annoying /s). Don't call mkdir when we are the top-level directory. We *have* to have been created before hand. Also add this fix to the bsd_makefile section.
The pedant in me wishes to see all extraneous trailing / go away. So, if we are in the top-level makefile, don't add an extra trailing slash to srcdir, builddir, or VPATH. It's annoying.
Update our copyright for this year.
Update copyright to 2001
Per suggestion, tuck NOTEST_* in config_vars.mk. Yep, I changed the name. NONAC_* causes autoconf to complain loud and long. PR: Obtained from: Submitted by: Reviewed by:
My bad... don't need the quotes here
Fold into all Makefiles
Begining stub of NONAC_LDFLAGS and NONAC_CFLAGS stuff. First of all, avoid re-adding values to the various hints each time called (not a problem now, but could be later). Then build up CFLAGS/LDFLAGS during Makefile generation. PR: Obtained from: Submitted by: Reviewed by:
Get buildconf working in the new repository. Nothing builds, but we can at least configure everything.
Add Convert-to-BSD-Makefiles-On-The-Fly system Note 1: Only needed for BSD/OS. Note 2: Invent better heuristic (timestamp checks for build/*.mk). Note 3: Conversion is currently one-way Note 4: Don't package on BSD/OS.
Avoid second invocation of cat.
Move the generating empty deps stuff into fastgen.sh. The .deps files are only used by Makefiles which are created by fastgen.sh, so fastgen is the natural place to create them. The "portable dirname" regex has been changed to remove any number of trailing slashes. Just in case. :)
The 'portable dirname' shouldn't leave a trailing / on the directory name as it causes double trailing / in some places which confuses some programs.
Always create the target directory, if it does not exist. Also use the Makefile template from the source tree.
Overall UNIX build system improvements: * Makefile header is now completely dynamic * Absolute paths everywhere (fixes Tru64 support) * Get rid of LTLIBRARY_SHARED_NAME rule in library.mk (fixes Irix support, untested) * VPATH does not contain variables anymore (fixes UnixWare support) * Remove inclusion of program.mk in support/Makefile.in (PROGRAM_NAME is empty => breaks Irix and others) * Call REENTRANCY_FLAGS earlier, so that flags are passed to header checks (might fix OpenBSD pthread.h-detection, untested)
Update to Apache Software License version 1.1
Minor nit: use top_srcdir instead of topsrcdir, to be more consistent with autoconf.
Fix all the License issues. Including: s/Apache Group/Apache Software Foundation/ s/1999/2000/ s/Sascha's license/ASF license
These changes are committed together, because they depend on each other.
- shared modules can be built in the tree
- added support for --with-layout, uses APACI's config.layout
- working 'make install'
- working 'make depend'
- working Pthreads checks
- buildconf replaced
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.
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |