cvs commit: apache-1.3/src Makefile.tmpl

1999-08-19 Thread martin
martin 99/08/19 01:54:14 Modified:src Makefile.tmpl Log: Add missing sub-MAKE error check. (All other sub-make calls have it). This error was found by David Harris <[EMAIL PROTECTED]> (who fixed it in a different way; I chose the simpler approach). Submitted by: David

cvs commit: apache-1.3/src Makefile.tmpl

1999-05-12 Thread coar
coar99/05/12 13:00:09 Modified:src Makefile.tmpl Log: ".def" isn't a universally-recognised suffix; versions of make that don't know about it will think ".def.a" is a target rather than a rule. Revision ChangesPath 1.112 +1 -0 apach

cvs commit: apache-1.3/src Makefile.tmpl

1999-03-16 Thread martin
martin 99/03/16 13:37:03 Modified:src Makefile.tmpl Log: For the SHARED_CORE variant, it is recommended to add $(LIBS) to the linker line because since recently we reference libap.a which in turn might depend on other libraries. Revision ChangesPath 1.110 +2

cvs commit: apache-1.3/src Makefile.tmpl

1998-07-20 Thread dgaudet
dgaudet 98/07/20 09:27:59 Modified:src Makefile.tmpl Log: fix parallel make, must recurse first Revision ChangesPath 1.102 +1 -1 apache-1.3/src/Makefile.tmpl Index: Makefile.tmpl === RC

cvs commit: apache-1.3/src Makefile.tmpl

1998-07-11 Thread rse
rse 98/07/11 04:41:07 Modified:src Makefile.tmpl Log: Ops, we should remove conf_auto.h on "make distclean", of course. Revision ChangesPath 1.99 +1 -0 apache-1.3/src/Makefile.tmpl Index: Makefile.tmpl

cvs commit: apache-1.3/src Makefile.tmpl

1998-05-22 Thread rse
rse 98/05/21 23:56:57 Modified:src Makefile.tmpl Log: Add a dummy install target to the src/Makefile to give the user a hint when he tries to run "make install" at this level. Additionally do some cosmetics on the "Configuration is older then Configuration.tmpl" message.

cvs commit: apache-1.3/src Makefile.tmpl

1998-03-25 Thread rse
rse 98/03/25 03:40:46 Modified:src Makefile.tmpl Log: Remove just some not needed whitespaces I've seen... Revision ChangesPath 1.86 +3 -3 apache-1.3/src/Makefile.tmpl Index: Makefile.tmpl =

cvs commit: apache-1.3/src Makefile.tmpl

1998-03-03 Thread Ralf S. Engelschall
rse 98/03/03 05:47:44 Modified:src/include hide.h src/helpers UpdateHide src Makefile.tmpl Log: Made the generation of src/include/hide.h more robust and complete and commit an updated version of this header file. Revision ChangesPat

cvs commit: apache-1.3/src Makefile.tmpl

1998-03-02 Thread dgaudet
dgaudet 98/03/01 23:07:17 Modified:src Makefile.tmpl Log: some garbage that crept in Revision ChangesPath 1.82 +0 -2 apache-1.3/src/Makefile.tmpl Index: Makefile.tmpl === RCS file: /ex

cvs commit: apache-1.3/src Makefile.tmpl

1998-02-18 Thread Ralf S. Engelschall
rse 98/02/18 00:50:59 Modified:src Makefile.tmpl Log: - also remove backup files (*.bak) on "clean" target - remove the (for a long-time) obsolete "dist.tar" target because we already use the step-by-step document for building releases and this particular "dist.

cvs commit: apache-1.3/src Makefile.tmpl

1998-02-04 Thread pcs
pcs 98/02/04 05:32:27 Modified:src Makefile.tmpl Log: Forgot to commit this part of the patch to add SharedModule support to Configure. This updates the top-level Makefile to add any link flags required to export global (API) functions. Revision ChangesPath 1