From 061dfe14d99e90a44c2dbe53e29fc7a23407b2b2 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 26 Apr 2006 13:17:43 +0000 Subject: [PATCH] r15278: Fix recreating symlink every time. (This used to be commit 6f8382432f8e6fba4d7c0f629f94ad514f0cee08) --- source4/heimdal_build/config.mk | 2 +- source4/heimdal_build/hcrypto-deps.pl | 2 +- source4/static_deps.mk | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk index cd15c442a48..8d1b6c57810 100644 --- a/source4/heimdal_build/config.mk +++ b/source4/heimdal_build/config.mk @@ -459,7 +459,7 @@ heimdal/lib/roken/err.h: heimdal/lib/roken/err.hin 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 diff --git a/source4/heimdal_build/hcrypto-deps.pl b/source4/heimdal_build/hcrypto-deps.pl index 89054bf1fa7..61dd832b6ac 100755 --- a/source4/heimdal_build/hcrypto-deps.pl +++ b/source4/heimdal_build/hcrypto-deps.pl @@ -5,5 +5,5 @@ foreach (@ARGV) { 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"; } diff --git a/source4/static_deps.mk b/source4/static_deps.mk index 2f33c92a18a..3ee1c531002 100644 --- a/source4/static_deps.mk +++ b/source4/static_deps.mk @@ -26,8 +26,8 @@ heimdal_basics: \ 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 \ -- 2.34.1