From owner-freebsd-questions Mon Oct 7 23:50:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D75537B401 for ; Mon, 7 Oct 2002 23:50:44 -0700 (PDT) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08B9943EA9 for ; Mon, 7 Oct 2002 23:50:43 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: from vectors.cx (7c8df08abb90a46898713439506b5f48@localhost [127.0.0.1]) by vectors.cx (8.12.6/8.12.4) with ESMTP id g986pkho083629; Mon, 7 Oct 2002 23:51:46 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.6/8.12.6/Submit) id g986pkNN083628; Mon, 7 Oct 2002 23:51:46 -0700 (PDT) (envelope-from monkey) Date: Mon, 7 Oct 2002 23:51:46 -0700 From: Adam Weinberger To: Peter Leftwich Cc: FreeBSD LIST Subject: Re: /etc/make.conf and AMD Athlon 600 Message-ID: <20021008065146.GM81796@vectors.cx> References: <0eit0e7p6q.t0e@localhost.localdomain> <20021008004131.O35848-100000@earl-grey.cloud9.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021008004131.O35848-100000@earl-grey.cloud9.net> X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-URL: http://www.vectors.cx http://www.crackula.com User-Agent: Mutt/1.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >> (10.07.2002 @ 2143 PST): Peter Leftwich said, in 0.8K: << > I didn't have .../share/mk/ so I went out with google and downloaded > bsd.cpu.mk -- Wouldn't it be nice if "mv" had a flag to create directories > if they don't exist? Same with the command "touch." put this in your shell's rcfile: mvm() {mkdir -p `dirname $2` && mv $1 $2;} seriously, peter, get a book on UNIX utilities. the o'reilly "unix power tools" book is great. -Adam -- "Oh good, my dog found the chainsaw." -Lilo, "Lilo & Stitch" Adam Weinberger adam@vectors.cx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message