diff options
author | Jonas Smedegaard <dr@jones.dk> | 2005-12-05 21:39:34 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2005-12-05 21:39:34 +0000 |
commit | affea8dbc825e39a543809e9d747804c979c3376 (patch) | |
tree | e47937f64a30bdced0709a2e1d0ffe1b82465667 /localpdebuild | |
parent | f130c87ccac4195b613073c8b6f0862adc28dd02 (diff) |
Drop using ccache (doesn't work here, so setup a global ccache in /etc/pbuilderrc instead).
Diffstat (limited to 'localpdebuild')
-rwxr-xr-x | localpdebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/localpdebuild b/localpdebuild index c3d85b8..869ddf2 100755 --- a/localpdebuild +++ b/localpdebuild @@ -46,9 +46,6 @@ while [ $# -gt 0 ]; do done pbuilderopts="$pbuilderopts $@" -export CCACHE_DIR="/var/cache/pbuilder/ccache-$pool" -export PATH="/usr/lib/ccache:${PATH}" - pdebuild \ --buildresult $HOME/src/pbuild-$pool/ \ ${debbuildopts:+--debbuildopts $debbuildopts} \ |