svn commit: samba r15278 - in branches/SAMBA_4_0/source: . heimdal_build

jelmer at samba.org jelmer at samba.org
Wed Apr 26 13:17:44 GMT 2006


Author: jelmer
Date: 2006-04-26 13:17:43 +0000 (Wed, 26 Apr 2006)
New Revision: 15278

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15278

Log:
Fix recreating symlink every time.

Modified:
   branches/SAMBA_4_0/source/heimdal_build/config.mk
   branches/SAMBA_4_0/source/heimdal_build/hcrypto-deps.pl
   branches/SAMBA_4_0/source/static_deps.mk


Changeset:
Modified: branches/SAMBA_4_0/source/heimdal_build/config.mk
===================================================================
--- branches/SAMBA_4_0/source/heimdal_build/config.mk	2006-04-26 12:54:52 UTC (rev 15277)
+++ branches/SAMBA_4_0/source/heimdal_build/config.mk	2006-04-26 13:17:43 UTC (rev 15278)
@@ -459,7 +459,7 @@
 include perl_path_wrapper.sh hcrypto-deps.pl heimdal/lib/des/*.h|
 
 heimdal/lib/des/hcrypto: 
-	rm -f $@; ln -s ./../des $@
+	@rm -f $@; ln -s ./../des $@
 
 clean::	
 	@-rm -f heimdal/lib/roken/vis.h heimdal/lib/roken/err.h

Modified: branches/SAMBA_4_0/source/heimdal_build/hcrypto-deps.pl
===================================================================
--- branches/SAMBA_4_0/source/heimdal_build/hcrypto-deps.pl	2006-04-26 12:54:52 UTC (rev 15277)
+++ branches/SAMBA_4_0/source/heimdal_build/hcrypto-deps.pl	2006-04-26 13:17:43 UTC (rev 15278)
@@ -5,5 +5,5 @@
 	my $old = $_;
 	my $new = $old; $new =~ s/des/des\/hcrypto/g;
 	my $dir = $old; 
-	print "$new: $old heimdal/lib/des/hcrypto\n";
+	print "$new: heimdal/lib/des/hcrypto\n";
 }

Modified: branches/SAMBA_4_0/source/static_deps.mk
===================================================================
--- branches/SAMBA_4_0/source/static_deps.mk	2006-04-26 12:54:52 UTC (rev 15277)
+++ branches/SAMBA_4_0/source/static_deps.mk	2006-04-26 13:17:43 UTC (rev 15278)
@@ -26,8 +26,8 @@
        heimdal/lib/hdb/hdb_err.h \
        heimdal/lib/krb5/heim_err.h \
        heimdal/lib/krb5/k524_err.h \
-       heimdal/lib/krb5/krb5_err.h
-	rm -f heimdal/lib/des/hcrypto ; ln -s ./../des heimdal/lib/des/hcrypto
+       heimdal/lib/krb5/krb5_err.h \
+       heimdal/lib/des/hcrypto
 
 proto: basics
 basics: include/includes.h \



More information about the samba-cvs mailing list