diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 03:43:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 03:43:23 +0000 |
commit | dbe663f3bcf2e6de61a425a272724ba95c623820 (patch) | |
tree | 840bcdcaecf8f9cdea0099656a0f92d59164a7db /gnu/usr.bin/rcs | |
parent | 5f7d1fd49707aedcb8f7d4c564bb24e17082c54d (diff) |
update from netbsd; parallel make stuff
Diffstat (limited to 'gnu/usr.bin/rcs')
-rw-r--r-- | gnu/usr.bin/rcs/Makefile.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/rcs/Makefile.inc b/gnu/usr.bin/rcs/Makefile.inc index bfa0cbfce89..be47173c73f 100644 --- a/gnu/usr.bin/rcs/Makefile.inc +++ b/gnu/usr.bin/rcs/Makefile.inc @@ -1,4 +1,5 @@ -# $Id: Makefile.inc,v 1.1 1995/10/18 08:40:59 deraadt Exp $ +# $Id: Makefile.inc,v 1.2 1995/12/14 03:43:17 deraadt Exp $ LIBRCS!=cd $(.CURDIR)/../lib; \ - printf "xxx:\n\techo \$${.OBJDIR}/librcs.a\n" | ${MAKE} -r -s -f - xxx + printf "xxx:\n\techo \$${.OBJDIR}/librcs.a\n" | \ + ${MAKE} -r -s -f - xxx | grep librcs |