[Linux-decnet-commit] CVS: dnprogs Makefile,1.38,1.39
Brought to you by:
chrissie_c,
ph3-der-loewe
|
From: Christine C. <chr...@us...> - 2008-09-06 15:16:01
|
Update of /cvsroot/linux-decnet/dnprogs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8084 Modified Files: Makefile Log Message: make dist earlier on in RPM building so the 'clean' doesn't destroy the build tree Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/Makefile,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -r1.38 -r1.39 *** Makefile 6 Sep 2008 15:13:02 -0000 1.38 --- Makefile 6 Sep 2008 15:15:58 -0000 1.39 *************** *** 71,74 **** --- 71,75 ---- rm -rf rpmbuild BUILD RPMS SOURCES make clean + make dist echo "%_topdir `pwd`" > .rpmmacros echo "`rpm --showrc|grep \^macrofiles`:`pwd`/.rpmmacros" >.rpmrc *************** *** 77,81 **** find `pwd`/rpmbuild/usr/share/man/ -type f|xargs gzip -9 ln -sf libdnet.so.2 rpmbuild/usr/lib/libdnet.so.1 - make dist mkdir SOURCES SRPMS cp /var/tmp/$(PKGNAME)-$(VERSION).tar.gz SOURCES --- 78,81 ---- |