Author: metze Date: 2005-12-19 23:17:10 +0000 (Mon, 19 Dec 2005) New Revision: 12380
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12380 Log: add a wraper script that calls the perl scripts in heimdal_build/ with the correct perl version, that was detected with configure metze Added: branches/SAMBA_4_0/source/heimdal_build/perl_path_wrapper.sh Modified: branches/SAMBA_4_0/source/heimdal_build/config.mk Changeset: Modified: branches/SAMBA_4_0/source/heimdal_build/config.mk =================================================================== --- branches/SAMBA_4_0/source/heimdal_build/config.mk 2005-12-19 23:14:13 UTC (rev 12379) +++ branches/SAMBA_4_0/source/heimdal_build/config.mk 2005-12-19 23:17:10 UTC (rev 12380) @@ -412,15 +412,15 @@ heimdal/lib/roken/err.h: heimdal/lib/roken/err.hin @cp heimdal/lib/roken/err.hin heimdal/lib/roken/err.h -include asn1_deps.pl heimdal/lib/hdb/hdb.asn1 hdb_asn1| -include asn1_deps.pl heimdal/lib/gssapi/spnego.asn1 spnego_asn1| -include asn1_deps.pl heimdal/lib/asn1/k5.asn1 krb5_asn1 --encode-rfc1510-bit-string| +include perl_path_wrapper.sh asn1_deps.pl heimdal/lib/hdb/hdb.asn1 hdb_asn1| +include perl_path_wrapper.sh asn1_deps.pl heimdal/lib/gssapi/spnego.asn1 spnego_asn1| +include perl_path_wrapper.sh asn1_deps.pl heimdal/lib/asn1/k5.asn1 krb5_asn1 --encode-rfc1510-bit-string| -include et_deps.pl heimdal/lib/asn1/asn1_err.et| -include et_deps.pl heimdal/lib/hdb/hdb_err.et| -include et_deps.pl heimdal/lib/krb5/heim_err.et| -include et_deps.pl heimdal/lib/krb5/k524_err.et| -include et_deps.pl heimdal/lib/krb5/krb5_err.et| +include perl_path_wrapper.sh et_deps.pl heimdal/lib/asn1/asn1_err.et| +include perl_path_wrapper.sh et_deps.pl heimdal/lib/hdb/hdb_err.et| +include perl_path_wrapper.sh et_deps.pl heimdal/lib/krb5/heim_err.et| +include perl_path_wrapper.sh et_deps.pl heimdal/lib/krb5/k524_err.et| +include perl_path_wrapper.sh et_deps.pl heimdal/lib/krb5/krb5_err.et| heimdal_basics: \ heimdal/lib/roken/vis.h \ Added: branches/SAMBA_4_0/source/heimdal_build/perl_path_wrapper.sh =================================================================== --- branches/SAMBA_4_0/source/heimdal_build/perl_path_wrapper.sh 2005-12-19 23:14:13 UTC (rev 12379) +++ branches/SAMBA_4_0/source/heimdal_build/perl_path_wrapper.sh 2005-12-19 23:17:10 UTC (rev 12380) @@ -0,0 +1,7 @@ +#!/bin/sh +# + +SELF=$0 +DIR=`dirname $SELF` + +$PERL $DIR/$@ Property changes on: branches/SAMBA_4_0/source/heimdal_build/perl_path_wrapper.sh ___________________________________________________________________ Name: svn:executable + *
