]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - icecream/icecream.sh
perl-XML-SAX-Base: New package.
[people/ms/ipfire-3.x.git] / icecream / icecream.sh
CommitLineData
37bc2396
MT
1# Leaves PATH unchanged if icecc is already there.
2# If ccache is there, adds icecc _after_ it.
3# Otherwise adds icecc to the beginning.
4
5PATH=`echo $PATH | /bin/sed -e \
6 '\%@LIBDIR@/icecc/bin% b
7 s%@LIBDIR@/ccache%&:@LIBDIR@/icecc/bin%
8 t
9 s%^%@LIBDIR@/icecc/bin:%'`
10