From c7b87ddf57181a0339a343e985f8e467d86408d4 Mon Sep 17 00:00:00 2001 From: Alexandra Ellwood Date: Wed, 9 Jun 1999 17:01:31 +0000 Subject: [PATCH] Fixed Duplicate won't delete locked files bug git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11502 dc483132-0cff-0310-8789-dd5450dbe970 --- src/mac/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/mac/Makefile b/src/mac/Makefile index 6d406ad58..5ceda0b21 100644 --- a/src/mac/Makefile +++ b/src/mac/Makefile @@ -283,15 +283,19 @@ autogenerated-files = {root-folder}include:profile.h Ä {root-folder}util:profile:profile.h Duplicate -y {root-folder}util:profile:profile.h {root-folder}include:profile.h + SetFile -a l "{Targ}" {root-folder}include:krb5:osconf.h Ä {root-folder}include:krb5:stock:osconf.h Duplicate -y {root-folder}include:krb5:stock:osconf.h {root-folder}include:krb5:osconf.h + SetFile -a l "{Targ}" {root-folder}lib:gssapi:generic:gssapi.h Ä {root-folder}lib:gssapi:generic:gssapi.hin Duplicate -y {root-folder}lib:gssapi:generic:gssapi.hin {root-folder}lib:gssapi:generic:gssapi.h + SetFile -a l "{Targ}" {root-folder}include:autoconf.h Ä {root-folder}mac:libraries:autoconf.h Duplicate -y {root-folder}mac:libraries:autoconf.h {root-folder}include:autoconf.h + SetFile -a l "{Targ}" ############################################################################################################## ### High-level abstract targets -- this is where we decide on options @@ -980,6 +984,7 @@ headers SetFile -a l "{Targ}" End Duplicate -y "{root-folder}lib:gssapi:generic:gssapi.h" "{Targ}" + SetFile -a l "{Targ}" "{gss-headers-output-folder}gssapi_krb5.h" Ä "{root-folder}lib:gssapi:krb5:gssapi_krb5.h" {makefile-name} "{create-folder}" "{TargDir}" @@ -987,6 +992,7 @@ headers SetFile -a l "{Targ}" End Duplicate -y "{root-folder}lib:gssapi:krb5:gssapi_krb5.h" "{Targ}" + SetFile -a l "{Targ}" "{krb5-headers-output-folder}krb5.h" Ä "{root-folder}include:krb5.h" {makefile-name} "{create-folder}" "{TargDir}" @@ -994,6 +1000,7 @@ headers SetFile -a l "{Targ}" End Duplicate -y "{root-folder}include:krb5.h" "{Targ}" + SetFile -a l "{Targ}" "{krb5-headers-output-folder}com_err.h" Ä "{root-folder}util:et:com_err.h" {makefile-name} "{create-folder}" "{TargDir}" @@ -1001,6 +1008,7 @@ headers SetFile -a l "{Targ}" End Duplicate -y "{root-folder}util:et:com_err.h" "{Targ}" + SetFile -a l "{Targ}" "{krb5-headers-output-folder}profile.h" Ä "{root-folder}util:profile:profile.h" {makefile-name} "{create-folder}" "{TargDir}" @@ -1008,6 +1016,7 @@ headers SetFile -a l "{Targ}" End Duplicate -y "{root-folder}util:profile:profile.h" "{Targ}" + SetFile -a l "{Targ}" "{krb5-headers-output-folder}win-mac.h" Ä "{root-folder}include:win-mac.h" {makefile-name} "{create-folder}" "{TargDir}" @@ -1015,6 +1024,7 @@ headers SetFile -a l "{Targ}" End Duplicate -y "{root-folder}include:win-mac.h" "{Targ}" + SetFile -a l "{Targ}" "{krb5-globals-headers-output-folder}Kerberos5Globals.h" Ä "{root-folder}mac:libraries:Kerberos v5 Globals:Krb5Globals.h" {makefile-name} "{create-folder}" "{TargDir}" @@ -1022,3 +1032,4 @@ headers SetFile -a l "{Targ}" End Duplicate -y "{root-folder}mac:libraries:Kerberos v5 Globals:Krb5Globals.h" "{Targ}" + SetFile -a l "{Targ}" -- 2.26.2