Date: 5 Feb 96 09:25:46 GMT From: peter@jhome.DIALix.COM (Peter Wemm) To: freebsd-current@freebsd.org Subject: Re: missing subdirs Message-ID: <peter.823512346@jhome.DIALix.COM> References: <199602031411.OAA07999@originat.demon.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
paul@originat.demon.co.uk (Paul Richards) writes: >I'm trying to compile -current and first of all it failed because of >a missing bootpdgw dir and after removing that from the Makefile it's >now failing on a missing rpc.rquotad dir. >What's up? >I'm at ctm delta 1629. Sounds like you're getting cvs-cur and when you're doing your cvs update, you've forgotten the "-d -P" arguments. ie: cvs -q update -d -P If you forget -P, removed directories wont go away, and if you forget -d, then new directories wont appear. -Peter >-- > Paul Richards, Netcraft Ltd. > Internet: paul@netcraft.co.uk, http://www.netcraft.co.uk > Phone: 0370 462071 (Mobile), +44 1225 447500 (work)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?peter.823512346>