Bug #836
build script invokes cp in a GNU-way (not POSIX compliant)
Status: | Closed | Start date: | 05/06/2010 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | vl | % Done: | 100% |
|
Category: | Build | |||
Target version: | Version 0.8.0 |
Description
The build script has an invocation of cp which is not POSIX complaint:
cp -Rfdp $NEL_SRC/include $BUILD_DIR/nel
-d is not portable, use -P instead which is the portable version of that flag
History
#1 Updated by vl over 8 years ago
- Status changed from New to Assigned
- Assignee set to vl
- Target version set to Version 0.8.0
#2 Updated by vl over 8 years ago
- Status changed from Assigned to Resolved
#4 Updated by vl about 8 years ago
- Status changed from Resolved to Closed