pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Intermittent pbulk build fail of editors/vim-share



On Wed, Nov 16, 2016 at 05:38:47PM -0600, J. Lewis Muir wrote:
> I initially thought to add the objects target as a dependency of the .o
> targets, and change the mkdir to add a -p option since the directory can
> already exist:

That's fine if there aren't too many files to change. If you have a
variable with the objects, you can also just do:
  ${OBJS}: objects

> But I'm not sure this is correct, and I don't know that the -p option to
> mkdir is considered portable.

It is.

Joerg


Home | Main Index | Thread Index | Old Index