From: Per P. <per...@ma...> - 2003-05-21 07:46:19
|
Hi, finally back from the realm of the living dead to work on fun stuff! > * administration: > - target specific build instructions (MacOSX, windows, Irix) I'm looking over the build instructions for MacOSX right now. There is one thing that I'd like to fix, but really don't know how to without risk of breaking stuff. The flags -fdp in "cp -fdp $files $opath" in octinst.sh needs to be replaced by -Rfp on OS X (and probably *BSD too??). A variable COPY_FLAGS or some such in configure to substitute in octinst.sh.in would perhaps be the best solution? Comments? /Per |