Bug #836

build script invokes cp in a GNU-way (not POSIX compliant)

Added by jeremyhu over 8 years ago. Updated about 8 years ago.

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

#3 Updated by Anonymous over 8 years ago

  • % Done changed from 0 to 100

Applied in changeset r10.

#4 Updated by vl about 8 years ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF