Fixed Duplicate won't delete locked files bug
authorAlexandra Ellwood <lxs@mit.edu>
Wed, 9 Jun 1999 17:01:31 +0000 (17:01 +0000)
committerAlexandra Ellwood <lxs@mit.edu>
Wed, 9 Jun 1999 17:01:31 +0000 (17:01 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11502 dc483132-0cff-0310-8789-dd5450dbe970

src/mac/Makefile

index 6d406ad58dff9103cbc890947fd035374925cdb9..5ceda0b21e39cb22d9739f487563873c19a3355e 100644 (file)
@@ -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}"