[Bug 58602] solaris only: tar '-C' not supported -> (g)make fails
daniel.franke at imbs.uni-luebeck.de
daniel.franke at imbs.uni-luebeck.de
Tue May 20 09:59:05 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=58602
------- Additional Comments From daniel.franke at imbs.uni-luebeck.de 2003-05-20 09:58 -------
Subject: RE: solaris only: tar '-C' not supported -> (g)make fails
It seems that it doesn't matter if
> tar -cf admin.tar -C . admin
or
> tar -cf admin.tar -C . admin -C .
but it does matter if
> tar -cf admin.tar -C . admin
or
> tar -cf admin.tar -C . admin/
since the latter DOES NOT work.
(tar: admin/: No such file or directory)
Hope I helped
Daniel
More information about the KDevelop-devel
mailing list