You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Jeff Trawick <tr...@bellsouth.net> on 2000/10/05 22:07:32 UTC

Re: cvs commit: apache-2.0/src/main Makefile.in

rbb@locus.apache.org writes:

> rbb         00/10/04 22:42:06
> 
>   Modified:    src      CHANGES acinclude.m4 configure.in
>                src/build rules.mk
>                src/lib/apr Makefile.in aclocal.m4 configure.in
>                src/lib/apr/dso/unix Makefile.in
>                src/lib/apr/shmem/unix Makefile.in
>                src/lib/apr/shmem/unix/mm configure.in
>                src/main Makefile.in
>   Log:
>   Multiple build and configuration fixes
>  
src/main/Makefile.in
 
...
>   +$(gen_uri_delims_OBJECTS) $(gen_test_char_OBJECTS): %.lo: %.c
>   +	$(BUILD_LT_COMPILE)
>   +	$(LT_COMPILE)
>   +

Does anybody know of a different way to write this which works on BSD?
My FreeBSD 3.4 box doesn't like this:

Making all in main
make: don't know how to make %.lo:. Stop
*** Error code 1

Are you lurking R�diger?

-- 
Jeff Trawick | trawick@ibm.net | PGP public key at web site:
     http://www.geocities.com/SiliconValley/Park/9289/
          Born in Roswell... married an alien...

Re: cvs commit: apache-2.0/src/main Makefile.in

Posted by Jeff Trawick <tr...@bellsouth.net>.
rbb@covalent.net writes:

> Was this fixed by my last commit to that file?
> 
> Ryan

No, you didn't back this part out...  I'll back out the rest of the
changes to Makefile.in and see how it goes.

Here is the diff between 1.18 (before the "Multiple build and
configuration fixes") and 1.20 ("Back out the build changes"):

$ diff -u 1.18 1.20
--- 1.18        Thu Oct  5 14:40:41 2000
+++ 1.20        Thu Oct  5 14:40:27 2000
@@ -21,11 +21,15 @@
 gen_test_char: $(gen_test_char_OBJECTS)
        $(LINK) $(EXTRA_LDFLAGS) $(gen_test_char_OBJECTS) $(EXTRA_LIBS)
 
+$(gen_uri_delims_OBJECTS) $(gen_test_char_OBJECTS): %.lo: %.c
+       $(BUILD_LT_COMPILE)
+       $(LT_COMPILE)
+
 uri_delims.h: gen_uri_delims
-       ./gen_uri_delims > uri_delims.h
+       ./build-gen_uri_delims > uri_delims.h
 
 test_char.h: gen_test_char
-       ./gen_test_char > test_char.h
+       ./build-gen_test_char > test_char.h
 
 util_uri.lo: uri_delims.h
 util.lo: test_char.h

-- 
Jeff Trawick | trawick@ibm.net | PGP public key at web site:
     http://www.geocities.com/SiliconValley/Park/9289/
          Born in Roswell... married an alien...

Re: cvs commit: apache-2.0/src/main Makefile.in

Posted by rb...@covalent.net.
Was this fixed by my last commit to that file?

Ryan

On 5 Oct 2000, Jeff Trawick wrote:

> rbb@locus.apache.org writes:
> 
> > rbb         00/10/04 22:42:06
> > 
> >   Modified:    src      CHANGES acinclude.m4 configure.in
> >                src/build rules.mk
> >                src/lib/apr Makefile.in aclocal.m4 configure.in
> >                src/lib/apr/dso/unix Makefile.in
> >                src/lib/apr/shmem/unix Makefile.in
> >                src/lib/apr/shmem/unix/mm configure.in
> >                src/main Makefile.in
> >   Log:
> >   Multiple build and configuration fixes
> >  
> src/main/Makefile.in
>  
> ...
> >   +$(gen_uri_delims_OBJECTS) $(gen_test_char_OBJECTS): %.lo: %.c
> >   +	$(BUILD_LT_COMPILE)
> >   +	$(LT_COMPILE)
> >   +
> 
> Does anybody know of a different way to write this which works on BSD?
> My FreeBSD 3.4 box doesn't like this:
> 
> Making all in main
> make: don't know how to make %.lo:. Stop
> *** Error code 1
> 
> Are you lurking R�diger?
> 
> -- 
> Jeff Trawick | trawick@ibm.net | PGP public key at web site:
>      http://www.geocities.com/SiliconValley/Park/9289/
>           Born in Roswell... married an alien...
> 


_______________________________________________________________________________
Ryan Bloom                        	rbb@apache.org
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------