From dda5e533953a0460bd929a1ccb4695953d392299 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 7 Jun 2008 17:18:35 +0000 Subject: remove old/unused gen_wrapper function svn path=/main/trunk/; revision=10591 --- bin/ebuild.sh | 9 --------- 1 file changed, 9 deletions(-) (limited to 'bin/ebuild.sh') diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 9045a50e1..2bb6e60ee 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -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} } -- cgit v1.2.3-1-g7c22