]> git.saurik.com Git - apple/coreosmakefiles.git/blobdiff - ReleaseControl/Common.make
CoreOSMakefiles-64.tar.gz
[apple/coreosmakefiles.git] / ReleaseControl / Common.make
index 0c5fda20e757bd6ca92d9d7487a0356bd59dbcd8..73745fef2af9340b8e2634f462fb036523a5488d 100644 (file)
@@ -130,12 +130,7 @@ install_source::
 ifneq ($(CommonNoInstallSource),YES)
        @echo "Installing source for $(Project)..."
        $(_v) $(MKDIR) "$(SRCROOT)"
-ifneq ($(wildcard $(PAX)),)
-       $(_v) $(PAX) -rw . "$(SRCROOT)"
-else
-       $(_v) $(TAR) cf - . | (cd "$(SRCROOT)" ; $(TAR) xfp -)
-endif
-       $(_v) $(FIND) "$(SRCROOT)" $(Find_Cruft) -depth -exec $(RMDIR) "{}" \;
+       $(_v) $(TAR) -cp $(Tar_Cruft) . | $(TAR) -pox -C "$(SRCROOT)"
 endif
 
 ifndef ShadowTestFile