[ create a new paste ] login | about

Link: http://codepad.org/oxinRT1X    [ raw code | fork ]

Plain Text, pasted on Jul 1:
1
2
3
4
5
6
	if [ -n "$(pkginfo -i | grep '^distcc ')" ]; then
		CC="/usr/bin/distcc"
	elif [ -n "$(pkginfo -i | grep '^ccache ')" ]; then
		CC="/usr/bin/ccache"
	fi


Create a new paste based on this one


Comments: