The pkg_version -c output will now call for a "make clean" before and

after the port build/install.  The former cleans up "dirty" port work
directories that happen to be lying around, and the latter cleans up
after we're done so that they won't trip up someone else.

PR:		ports/25106
Submitted by:	tim@bishnet.net, nik, mwm@mired.org
This commit is contained in:
Bruce A. Mah 2001-04-30 15:35:43 +00:00
parent 438abdb9c6
commit cdb54e9eb7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76147

View File

@ -569,9 +569,9 @@ $CommentChar, $Comment
$CommentChar
cd @<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
$portPath
make && pkg_delete -f @<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
make clean && make && pkg_delete -f @<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
$packageNameVer
make install
make install clean
.
;