Style fix (use naked commands).
Reported by: obrien
This commit is contained in:
parent
cd6153995a
commit
a47d4949f6
@ -6,19 +6,15 @@ SUBDIR= lib add create delete info updating version
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
||||
CP= /bin/cp
|
||||
RM= /bin/rm
|
||||
TAR= /usr/bin/tar
|
||||
|
||||
DATE!= grep PKG_INSTALL_VERSION ${.CURDIR}/lib/lib.h | sed 's|.*[ ]||'
|
||||
|
||||
distfile: clean
|
||||
@(cd ${.CURDIR}/..; \
|
||||
${CP} -r pkg_install pkg_install-${DATE}; \
|
||||
${TAR} -czf pkg_install/pkg_install-${DATE}.tar.gz \
|
||||
cp -r pkg_install pkg_install-${DATE}; \
|
||||
tar -czf pkg_install/pkg_install-${DATE}.tar.gz \
|
||||
--exclude .#* --exclude *~ --exclude CVS \
|
||||
--exclude .svn --exclude pkg_install-*.tar.gz \
|
||||
pkg_install-${DATE}; \
|
||||
${RM} -rf pkg_install-${DATE})
|
||||
rm -rf pkg_install-${DATE})
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user