remove old/unused gen_wrapper function (trunk r10591)
authorZac Medico <zmedico@gentoo.org>
Mon, 9 Jun 2008 14:26:47 +0000 (14:26 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 9 Jun 2008 14:26:47 +0000 (14:26 -0000)
svn path=/main/branches/2.1.2/; revision=10613

bin/ebuild.sh
bin/isolated-functions.sh

index 9045a50e17b845d5fac7c8d0adea811b5a8d6b5e..2bb6e60ee24ea99100b168439316ce4c1386d639 100755 (executable)
@@ -614,15 +614,6 @@ src_test() {
        fi
 }
 
-# Used to generate the /lib/cpp and /usr/bin/cc wrappers
-gen_wrapper() {
-       cat > "$1" <<-EOF
-       #!/bin/sh
-       exec $2 "\$@"
-       EOF
-       chmod 0755 "$1"
-}
-
 ebuild_phase() {
        [ "$(type -t ${1})" == "function" ] && qa_call ${1}
 }
index edeb93a10e6879e89044af973cf9d2c2ee3da84c..42f3d5ac7f16ee3f4082a5c0efc656983f110380 100644 (file)
@@ -452,7 +452,7 @@ save_ebuild_env() {
                        hasv hasq qa_source qa_call addread addwrite adddeny addpredict \
                        lchown lchgrp esyslog use usev useq has_version portageq \
                        best_version use_with use_enable register_die_hook check_KV \
-                       keepdir unpack strip_duplicate_slashes econf einstall gen_wrapper \
+                       keepdir unpack strip_duplicate_slashes econf einstall \
                        dyn_setup dyn_unpack dyn_clean into insinto exeinto docinto \
                        insopts diropts exeopts libopts abort_handler abort_compile \
                        abort_test abort_install dyn_compile dyn_test dyn_install \