# $Id: Makefile,v 1.4 2002/06/23 20:28:31 richdawe Exp $ # # Makefile for pakke's test suite - renamed zip tests # Copyright (C) 2002 by Richard Dawe # TOP = ../../.. include ../../Makefile.tst .PHONY: clean distclean maintainer-distclean TMPROOT := $(shell pwd)/tmp LOG := renamed.log default: @echo =============== @rm -rf $(TMPROOT) @echo >>$(LOG) @date >>$(LOG) @echo >>$(LOG) @$(PAKKE) $(PAKKEOPT) --root $(TMPROOT) --initdb \ >>$(LOG) 2>&1 @$(PAKKE) $(PAKKEOPT) --root $(TMPROOT) --install renamed.zip \ >>$(LOG) 2>&1 @echo PASSED: renamed @echo =============== clean: rm -rf $(TMPROOT) $(LOG) distclean: clean maintainer-distclean: distclean