make obj failing for -current

2013-12-31 Thread Chris Smith
=== regress/gnu/egcs/gcc-builtins
/bin/sh: cd: /usr/src/regress/gnu/egcs/gcc-builtins - No such file or directory
*** Error 1 in regress/gnu/egcs (bsd.subdir.mk:48 'obj')
*** Error 1 in regress/gnu (bsd.subdir.mk:48 'obj')
*** Error 1 in regress (bsd.subdir.mk:48 'obj')
*** Error 1 in /usr/src (bsd.subdir.mk:48 'obj')



Re: make obj failing for -current

2013-12-31 Thread Ingo Schwarze
Hi Chris,

Chris Smith wrote on Tue, Dec 31, 2013 at 12:01:30PM -0500:

 === regress/gnu/egcs/gcc-builtins
 /bin/sh: cd: /usr/src/regress/gnu/egcs/gcc-builtins - No such file or 
 directory
 *** Error 1 in regress/gnu/egcs (bsd.subdir.mk:48 'obj')
 *** Error 1 in regress/gnu (bsd.subdir.mk:48 'obj')
 *** Error 1 in regress (bsd.subdir.mk:48 'obj')
 *** Error 1 in /usr/src (bsd.subdir.mk:48 'obj')

cd /usr/src/regress/gnu/egcs/
cvs up -dP

As usual, don't forget the -d.

Yours,
  Ingo



Re: make obj failing for -current

2013-12-31 Thread Chris Smith
On Tue, Dec 31, 2013 at 12:11 PM, Ingo Schwarze schwa...@usta.de wrote:
 cd /usr/src/regress/gnu/egcs/
 cvs up -dP

 As usual, don't forget the -d.

Ah... thanks. Guess I need to add that -d to my .cvsrc file.



Re: make obj failing for -current

2013-12-31 Thread Ingo Schwarze
Hi Chris,

Chris Smith wrote on Tue, Dec 31, 2013 at 02:29:26PM -0500:
 On Tue, Dec 31, 2013 at 12:11 PM, Ingo Schwarze schwa...@usta.de wrote:

 cd /usr/src/regress/gnu/egcs/
 cvs up -dP
 As usual, don't forget the -d.

 Ah... thanks. Guess I need to add that -d to my .cvsrc file.

Well, often you want cvs up with -dP.
But there are cases when you don't,
for example when working with small subsets of large trees.


rant
In general, i advise against customizing your tools.
 - You stumble into another environment, don't have your dotfiles
   around, and are more or less lost.
 - You talk to people, you have your customizations in mind, they
   have their custimizations in mind, misunderstandings abound.
 - In those cases where you do *not* want the option you put
   into the dotfile, chances are you will forget to give the
   reverse option (which the manual cites as on by default)
   and use the wrong option without even noticing.
In particular, when starting to customize before having
thoroughly mastered the tool, chances are you will never
properly learn how it works.
/rant

OpenBSD makes it much easier than most other systems to get
along without customizations because almost all defaults are
sane out of the box.

Yours,
  Ingo