mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Move CHECKSUM.MD5 generation to after INDEX splitting. Not much change
in functionality but echo statements will print the counts right.
This commit is contained in:
parent
eb1bf42aea
commit
d2a070ab6a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20471
1 changed files with 1 additions and 1 deletions
|
@ -245,11 +245,11 @@ if [ "$nobuild" = 0 ]; then
|
|||
make -k -j$count -f ../../Makefile > ../../make.1 2>&1 </dev/null
|
||||
echo "ended at $(date)"
|
||||
rm XFree86-3.*.tgz Motif-*.tgz
|
||||
md5 *.tgz > CHECKSUM.MD5
|
||||
${pb}/scripts/chopindex ${pb}/usr/ports/INDEX ${pb}/${branch}/packages > \
|
||||
${pb}/${branch}/packages/INDEX
|
||||
echo $(ls -1 ${pb}/${branch}/packages/All | wc -l) "packages built"
|
||||
echo $(cat ${pb}/${branch}/packages/INDEX | wc -l) "lines in INDEX"
|
||||
md5 *.tgz > CHECKSUM.MD5
|
||||
echo $(echo $(du -sk ${pb}/${branch}/packages | awk '{print $1}') / 1024 | bc) "MB of packages"
|
||||
echo $(echo $(du -sk ${pb}/distfiles | awk '{print $1}') / 1024 | bc) "MB of distfiles"
|
||||
cd ${pb}/${branch}
|
||||
|
|
Loading…
Add table
Reference in a new issue