dgaudet 97/06/29 11:26:58
Modified: src Configure CHANGES
Log:
Fix problem with error from hp/ux make when no modules in modules/ dir.
Submitted by: Marc Slemko
Reviewed by: Dean Gaudet, Alexei Kosut
Revision Changes Path
1.102 +1 -1 apache/src/Configure
Index: Configure
===================================================================
RCS file: /export/home/cvs/apache/src/Configure,v
retrieving revision 1.101
retrieving revision 1.102
diff -C3 -r1.101 -r1.102
*** Configure 1997/06/24 01:10:55 1.101
--- Configure 1997/06/29 18:26:55 1.102
***************
*** 665,671 ****
clean: \$(CLEANERS)
@echo "Done cleaning module subdirectories"
! \$(MODULES): ForceMe
(cd \$@; \$(MAKE) CC=\$(CC) AUX_CFLAGS='\$(MOD_CFLAGS)'
RANLIB='\$(RANLIB)')
ForceMe:
--- 665,671 ----
clean: \$(CLEANERS)
@echo "Done cleaning module subdirectories"
! placeholder \$(MODULES): ForceMe
(cd \$@; \$(MAKE) CC=\$(CC) AUX_CFLAGS='\$(MOD_CFLAGS)'
RANLIB='\$(RANLIB)')
ForceMe:
1.308 +3 -0 apache/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache/src/CHANGES,v
retrieving revision 1.307
retrieving revision 1.308
diff -C3 -r1.307 -r1.308
*** CHANGES 1997/06/29 18:22:38 1.307
--- CHANGES 1997/06/29 18:26:56 1.308
***************
*** 55,60 ****
--- 55,63 ----
lockfile in any location. It previously defaulted to /usr/tmp/htlock.
[Somehow it took four of us: Randy Terbush, Jim Jagielski, Dean Gaudet,
Marc Slemko]
+
+ *) Add a placeholder in modules/Makefile to avoid errors with certain
+ makes. [Marc Slemko]
*) QUERY_STRING was unescaped in mod_include, it shouldn't be.
[Dean Gaudet] PR#644