You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2006/11/20 10:59:37 UTC

svn commit: r477127 - /tomcat/connectors/trunk/jk/native/scripts/build/instdso.sh

Author: jfclere
Date: Mon Nov 20 01:59:36 2006
New Revision: 477127

URL: http://svn.apache.org/viewvc?view=rev&rev=477127
Log:
Oops. The files should not be removed. Other for example make install will fail.

Modified:
    tomcat/connectors/trunk/jk/native/scripts/build/instdso.sh

Modified: tomcat/connectors/trunk/jk/native/scripts/build/instdso.sh
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/scripts/build/instdso.sh?view=diff&rev=477127&r1=477126&r2=477127
==============================================================================
--- tomcat/connectors/trunk/jk/native/scripts/build/instdso.sh (original)
+++ tomcat/connectors/trunk/jk/native/scripts/build/instdso.sh Mon Nov 20 01:59:36 2006
@@ -88,9 +88,4 @@
     mv $TARGETDIR/$DLNAME $TARGETDIR/$TARGET_NAME
 fi
 
-rm -f $TARGETDIR/$DSOARCHIVE_BASENAME
-rm -f $TARGETDIR/$DSOBASE.a
-rm -f $TARGETDIR/lib$DSOBASE.a
-rm -f $TARGETDIR/lib$TARGET_NAME
-
 exit 0



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: svn commit: r477127 - /tomcat/connectors/trunk/jk/native/scripts/build/instdso.sh

Posted by Peter Rossbach <pr...@objektpark.de>.
Thanx for that patch!

After update initdso.sh make install works at mac os x with Apache  
2.0.59.

Now I can start to reflect Rainer weekend changes. :-)

Regards
Peter



Am 20.11.2006 um 10:59 schrieb jfclere@apache.org:

> Author: jfclere
> Date: Mon Nov 20 01:59:36 2006
> New Revision: 477127
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=477127
> Log:
> Oops. The files should not be removed. Other for example make  
> install will fail.
>
> Modified:
>     tomcat/connectors/trunk/jk/native/scripts/build/instdso.sh
>
> Modified: tomcat/connectors/trunk/jk/native/scripts/build/instdso.sh
> URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/ 
> scripts/build/instdso.sh?view=diff&rev=477127&r1=477126&r2=477127
> ====================================================================== 
> ========
> --- tomcat/connectors/trunk/jk/native/scripts/build/instdso.sh  
> (original)
> +++ tomcat/connectors/trunk/jk/native/scripts/build/instdso.sh Mon  
> Nov 20 01:59:36 2006
> @@ -88,9 +88,4 @@
>      mv $TARGETDIR/$DLNAME $TARGETDIR/$TARGET_NAME
>  fi
>
> -rm -f $TARGETDIR/$DSOARCHIVE_BASENAME
> -rm -f $TARGETDIR/$DSOBASE.a
> -rm -f $TARGETDIR/lib$DSOBASE.a
> -rm -f $TARGETDIR/lib$TARGET_NAME
> -
>  exit 0
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>
>