[Linux-decnet-commit] CVS: dnprogs Makefile, 1.33, 1.34 NEWS, 1.22, NONE
Brought to you by:
chrissie_c,
ph3-der-loewe
From: Christine C. <chr...@us...> - 2008-04-04 13:45:50
|
Update of /cvsroot/linux-decnet/dnprogs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1879 Modified Files: Makefile Removed Files: NEWS Log Message: Remove NEWS file as it's always out of date. Use the debian/changelog instead Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/Makefile,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -r1.33 -r1.34 *** Makefile 4 Apr 2008 13:41:02 -0000 1.33 --- Makefile 4 Apr 2008 13:45:45 -0000 1.34 *************** *** 47,50 **** --- 47,51 ---- # dist: + cp debian/changelog NEWS for i in $(SUBDIRS); do cd $$i; rm -f .depend; cd ..; done if [ -L ../$(PKGNAME)-$(VERSION) ]; then rm ../$(PKGNAME)-$(VERSION); fi *************** *** 101,105 **** < rpm.spec >$(PKGNAME).spec mkdir -p BUILD RPMS/$(ARCH) ! cp README NEWS Documentation/*.README BUILD cp libvaxdata/libvaxdata.pdf BUILD rpmbuild -ba --target $(ARCH) --buildroot `pwd`/rpmbuild -v --rcfile .rpmrc $(PKGNAME).spec --- 102,107 ---- < rpm.spec >$(PKGNAME).spec mkdir -p BUILD RPMS/$(ARCH) ! cp README Documentation/*.README BUILD ! cp debian/changelog BUILD/NEWS cp libvaxdata/libvaxdata.pdf BUILD rpmbuild -ba --target $(ARCH) --buildroot `pwd`/rpmbuild -v --rcfile .rpmrc $(PKGNAME).spec --- NEWS DELETED --- |