Replacd Duplicate with Catenate to avoid mod date weirdness
authorMiro Jurisic <meeroh@mit.edu>
Wed, 8 Sep 1999 20:15:34 +0000 (20:15 +0000)
committerMiro Jurisic <meeroh@mit.edu>
Wed, 8 Sep 1999 20:15:34 +0000 (20:15 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11787 dc483132-0cff-0310-8789-dd5450dbe970

src/mac/Makefile

index c91c8d82883cb2cdad43e0c86d8c144572b7583b..6d286960f00c1dd6633366e382c15de7e9072bf0 100644 (file)
@@ -367,19 +367,19 @@ autogenerated-files = 
        Catenate {root-folder}util:profile:profile.hin {root-folder}util:profile:prof_err.h > {root-folder}util:profile:profile.h
        
 {root-folder}include:profile.h Ä {root-folder}util:profile:profile.h
-       Duplicate -y {root-folder}util:profile:profile.h {root-folder}include:profile.h
+       Catenate {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
+       Catenate {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
+       Catenate {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
+       Catenate -y {root-folder}mac:libraries:autoconf.h > {root-folder}include:autoconf.h
        SetFile -a l "{Targ}"
 
 ##############################################################################################################
@@ -1315,7 +1315,7 @@ headers 
        If (`Exists "{Targ}" | Count -l`)
                SetFile -a l "{Targ}"
        End
-       Duplicate -y "{root-folder}lib:gssapi:generic:gssapi.h" "{Targ}"
+       Catenate "{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}
@@ -1323,7 +1323,7 @@ headers 
        If (`Exists "{Targ}" | Count -l`)
                SetFile -a l "{Targ}"
        End
-       Duplicate -y "{root-folder}lib:gssapi:krb5:gssapi_krb5.h" "{Targ}"
+       Catenate "{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}
@@ -1331,7 +1331,7 @@ headers 
        If (`Exists "{Targ}" | Count -l`)
                SetFile -a l "{Targ}"
        End
-       Duplicate -y "{root-folder}include:krb5.h" "{Targ}"
+       Catenate "{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}
@@ -1339,7 +1339,7 @@ headers 
        If (`Exists "{Targ}" | Count -l`)
                SetFile -a l "{Targ}"
        End
-       Duplicate -y "{root-folder}util:et:com_err.h" "{Targ}"
+       Catenate "{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}
@@ -1347,7 +1347,7 @@ headers 
        If (`Exists "{Targ}" | Count -l`)
                SetFile -a l "{Targ}"
        End
-       Duplicate -y "{root-folder}util:profile:profile.h" "{Targ}"
+       Catenate "{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}
@@ -1355,7 +1355,7 @@ headers 
        If (`Exists "{Targ}" | Count -l`)
                SetFile -a l "{Targ}"
        End
-       Duplicate -y "{root-folder}include:win-mac.h" "{Targ}"
+       Catenate "{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}
@@ -1363,7 +1363,7 @@ headers 
        If (`Exists "{Targ}" | Count -l`)
                SetFile -a l "{Targ}"
        End
-       Duplicate -y "{root-folder}mac:libraries:Kerberos v5 Globals:Krb5Globals.h" "{Targ}"
+       Catenate "{root-folder}mac:libraries:Kerberos v5 Globals:Krb5Globals.h" > "{Targ}"
        SetFile -a l "{Targ}"
 
 "{profile-headers-output-folder}profile.h" Ä "{root-folder}util:profile:profile.h" {makefile-name}
@@ -1371,7 +1371,7 @@ headers 
        If (`Exists "{Targ}" | Count -l`)
                SetFile -a l "{Targ}"
        End
-       Duplicate -y "{root-folder}util:profile:profile.h" "{Targ}"
+       Catenate "{root-folder}util:profile:profile.h" > "{Targ}"
        SetFile -a l "{Targ}"
 
 ##############################################################################################################
@@ -1404,7 +1404,7 @@ documentation 
                SetFile -a l "{Targ}"
        End
        If (`Exists "{root-folder}:::Documentation:pdf:krb5api.pdf"`)
-               Duplicate -y "{root-folder}:::Documentation:pdf:krb5api.pdf" "{Targ}"
+               Catenate "{root-folder}:::Documentation:pdf:krb5api.pdf" > "{Targ}"
        End
        SetFile -a l "{Targ}"
 
@@ -1413,5 +1413,5 @@ documentation 
        If (`Exists "{Targ}" | Count -l`)
                SetFile -a l "{Targ}"
        End
-       Duplicate -y "{root-folder}mac:libraries:Kerberos v5 Globals:Krb5Globals.html" "{Targ}"
+       Catenate "{root-folder}mac:libraries:Kerberos v5 Globals:Krb5Globals.html" > "{Targ}"
        SetFile -a l "{Targ}"