svn commit: samba r23487 - in
branches/SAMBA_4_0/source/heimdal_build: .
metze at samba.org
metze at samba.org
Thu Jun 14 12:05:09 GMT 2007
Author: metze
Date: 2007-06-14 12:05:08 +0000 (Thu, 14 Jun 2007)
New Revision: 23487
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23487
Log:
fix the build with automatic dependencies
metze
Removed:
branches/SAMBA_4_0/source/heimdal_build/hcrypto-deps.pl
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 2007-06-14 12:03:46 UTC (rev 23486)
+++ branches/SAMBA_4_0/source/heimdal_build/config.mk 2007-06-14 12:05:08 UTC (rev 23487)
@@ -296,7 +296,7 @@
#######################
[SUBSYSTEM::HEIMDAL_HCRYPTO]
-CFLAGS = -Iheimdal_build -Iheimdal/lib/hcrypto
+CFLAGS = -Iheimdal_build -Iheimdal/lib/hcrypto -Iheimdal/lib
PRIVATE_DEPENDENCIES = HEIMDAL_ROKEN HEIMDAL_HEIM_ASN1 HEIMDAL_HCRYPTO_IMATH HEIMDAL_RFC2459_ASN1
OBJ_FILES = \
../heimdal/lib/hcrypto/aes.o \
@@ -575,14 +575,8 @@
include perl_path_wrapper.sh et_deps.pl heimdal/lib/gssapi/krb5/gkrb5_err.et heimdal/lib/gssapi|
include perl_path_wrapper.sh et_deps.pl heimdal/lib/hx509/hx509_err.et heimdal/lib/hx509|
-include perl_path_wrapper.sh hcrypto-deps.pl heimdal/lib/hcrypto/*.h|
-
-heimdal/lib/hcrypto/hcrypto:
- @rm -f $@; ln -s ./../hcrypto $@
-
clean::
@-rm -f bin/compile_et bin/asn1_compile
- @-rm -f heimdal/lib/krb5/hcrypto/hcrypto
#######################
# Start SUBSYSTEM HEIMDAL
Deleted: branches/SAMBA_4_0/source/heimdal_build/hcrypto-deps.pl
===================================================================
--- branches/SAMBA_4_0/source/heimdal_build/hcrypto-deps.pl 2007-06-14 12:03:46 UTC (rev 23486)
+++ branches/SAMBA_4_0/source/heimdal_build/hcrypto-deps.pl 2007-06-14 12:05:08 UTC (rev 23487)
@@ -1,9 +0,0 @@
-#!/usr/bin/perl
-use strict;
-
-foreach (@ARGV) {
- my $old = $_;
- my $new = $old; $new =~ s/hcrypto/hcrypto\/hcrypto/g;
- my $dir = $old;
- print "$new: heimdal/lib/hcrypto/hcrypto\n";
-}
More information about the samba-cvs
mailing list