Page MenuHomeFreeBSD
Authored By
gerald
May 30 2020, 8:54 PM
Size
663 B
Referenced Files
None
Subscribers
None
Index: Makefile
===================================================================
--- Makefile (revision 537106)
+++ Makefile (working copy)
@@ -24,12 +24,11 @@
PKGDEINSTALL= ${PKGINSTALL}
distinfo-update:
- ${RM} ${.CURDIR}/distinfo ${.CURDIR}/distinfo~
+ ${RM} ${.CURDIR}/distinfo~
.for osrel in 11 12 13
${MAKE} fetch OSREL=${osrel} OSVERSION=${osrel}99999 _OSRELEASE=${osrel}
${MAKE} makesum OSREL=${osrel} OSVERSION=${osrel}99999 _OSRELEASE=${osrel}
${CAT} ${.CURDIR}/distinfo >> ${.CURDIR}/distinfo~
- ${RM} ${.CURDIR}/distinfo
.endfor
${SED} -e '2,$${' -e '/^TIMESTAMP/d' -e '}' distinfo~ > ${.CURDIR}/distinfo
${RM} ${.CURDIR}/distinfo~

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2596386
Default Alt Text
x (663 B)

Event Timeline