view Makefile.coverity @ 170:0e1e048716e4

fix bug where we failed to pickup the last extended attribute. patch from Emmanuel Andry to fix potential security bug in pst2dii with printf(err).
author Carl Byington <carl@five-ten-sg.com>
date Sun, 22 Mar 2009 14:34:26 -0700
parents f9773b6368e0
children
line wrap: on
line source

default: all

all:
	rm -rf emit output
	export PATH=$(PATH):$(PWD)/coverity/prevent-linux-2.4.6/bin;	\
		cov-configure -co /usr/bin/gcc;								\
		./configure && make clean;									\
		cov-build -e emit -o output make
	mv README README.save
	mv README.COVERITY README
	tar czvf libpst.tgz README emit output
	mv README README.COVERITY
	mv README.save README
	rm -rf emit output
	echo mv libpst.tgz /home/httpd/html/510sg
	echo fixup-510 ns1 --dry-run