[Nice-commit] Nice/distrib Makefile,1.7,1.8
Brought to you by:
bonniot
From: <bo...@us...> - 2003-11-12 21:39:08
|
Update of /cvsroot/nice/Nice/distrib In directory sc8-pr-cvs1:/tmp/cvs-serv13806/distrib Modified Files: Makefile Log Message: Create a tar file with a nice-x.y.z/ prefix to all files. Index: Makefile =================================================================== RCS file: /cvsroot/nice/Nice/distrib/Makefile,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Makefile 18 Jun 2003 22:52:47 -0000 1.7 --- Makefile 12 Nov 2003 21:39:04 -0000 1.8 *************** *** 42,48 **** .PHONY: tar tar ${TARFILE}: $(DEB) ! ${clean-tmp} ! cd $(BUILDROOT) && $(MAKE) install PREFIX=${CURDIR}/tmp ! cd tmp && tar -czf ../${TARFILE} . --owner=0 --group=0 .PHONY: rpm --- 42,48 ---- .PHONY: tar tar ${TARFILE}: $(DEB) ! ${clean-tmp} && mkdir tmp/$(BUILDROOT) ! cd $(BUILDROOT) && $(MAKE) install PREFIX=${CURDIR}/tmp/$(BUILDROOT) ! cd tmp && tar -czf ../${TARFILE} $(BUILDROOT) --owner=0 --group=0 .PHONY: rpm |