Actions
Bug #709
closedcvs commit: src/nrelease Makefile
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
This breaks 'make release' when old cvsup package, without man page, present on system.
'make fetch' didn't refetch cvsup package; package didn't change name when man page was added.
- Error code 1
thomas
make release
..
cp: /usr/release/packages/cvsup-bootstrap-20051229/usr/local/man/man1/cvsup.1: No such file or directory
Stop in /usr/src/nrelease.
Updated by swildner over 17 years ago
Yea, it was probably not very wise by me to leave the date unchanged.
Sorry for the inconvenience.
Sascha
Updated by dillon over 17 years ago
:Yea, it was probably not very wise by me to leave the date unchanged.
:
:Sorry for the inconvenience.
:
:Sascha
:
:--
:http://yoyodyne.ath.cx
Well, we can change the date or we can just add a check to the nrelease
Makefile's check code... the one that checks that the packages are
present, and if it doesn't see the man page it can tell the user to
please pkg_delete blah blah blah and try again.
I definitely want nrelease to handhold users as much as possible :-)
-Matt
Matthew Dillon
<dillon@backplane.com>
Updated by thomas.nikolajsen over 17 years ago
Fixed by commit below.
-thomas
http://leaf.dragonflybsd.org/mailarchive/commits/2007-07/msg00174.html
Actions