Ticket #1422 (accepted task) — at Version 2

Opened 15 years ago

Last modified 15 years ago

GNU specific options in buildsystem

Reported by: iNode Owned by: iNode
Priority: major Milestone: 4.7.0-pre1
Component: mc-core Version: master
Keywords: Cc:
Blocked By: Blocking:
Branch state: Votes for changeset:

Description (last modified by angel_il) (diff)

We should check buildsystem to be portable

Current issues (I will collect it here to fix in one patch)
version.sh

PREV_MC_VERSION=`sed -rn 's/^#define MC_CURRENT_VERSION "(.*)"$/\1/p' "${VERSION_FILE}"` 


BSD sed has no "-r" optioin.

Change History

comment:1 Changed 15 years ago by iNode

  • Status changed from new to accepted
  • Owner set to iNode

comment:2 Changed 15 years ago by angel_il

  • Description modified (diff)

Changed 15 years ago by iNode

more portable solution instead of sed -r

Note: See TracTickets for help on using tickets.