Actions
Bug #101
closedIncorrect ON Makefile
Start date:
2010-08-26
Due date:
% Done:
100%
Estimated time:
Difficulty:
Tags:
Gerrit CR:
External Bug:
Description
The two makefiles:
usr/src/cmd/perl/5.10.0/Makefile
and
usr/src/cmd/perl/skel/Makefile
call "pax -rwpe ..." but this is neither permitted by POSIX not by the Solaris "pax" man page.
correct would be to call "pax -rw -pe ..."
Updated by Garrett D'Amore over 13 years ago
Joerg, do you want to "own" this bug. (I.e. go through the process to make the change to the Makefiles and ultimately do the commits yourself?)
Updated by Jörg Schilling over 13 years ago
Garrett D'Amore wrote:
Joerg, do you want to "own" this bug. (I.e. go through the process to make the change to the Makefiles and ultimately do the commits yourself?)
I am currently not allowed and I currently don't know how to put back things to the illumos hg. If you help me, I would like to do this.
Updated by Garrett D'Amore about 13 years ago
- Status changed from New to In Progress
- Assignee set to Jörg Schilling
Updated by Jörg Schilling about 13 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Actions