Date: Wed, 15 Jan 2003 10:41:17 -0800 From: Tim Kientzle <kientzle@acm.org> To: "M. Warner Losh" <imp@bsdimp.com> Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: /rescue Message-ID: <3E25AB4D.70009@acm.org> References: <3E248D85.10201@acm.org> <20030114.231723.49603038.imp@bsdimp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
.PATH?? Hmmm... I must have missed that one. I'll take a look; maybe it will simplify some things. Thanks for the pointer. Tim M. Warner Losh wrote: > I'm curious why you did things this way, rather then with .PATH in the > makefile? > > Warner > > *** /dev/null Wed Jan 8 20:22:00 2003 > --- rescue/librescue/exec.c Mon Dec 9 21:56:20 2002 > *************** > *** 0 **** > --- 1 ---- > + #include "../../lib/libc/gen/exec.c" > *** /dev/null Wed Jan 8 20:22:00 2003 > --- rescue/librescue/getusershell.c Fri Dec 27 17:38:14 2002 > *************** > *** 0 **** > --- 1 ---- > + #include "../../lib/libc/gen/getusershell.c" > *** /dev/null Wed Jan 8 20:22:00 2003 > --- rescue/librescue/login_class.c Thu Jan 2 22:50:40 2003 > *************** > *** 0 **** > --- 1 ---- > + #include "../../lib/libutil/login_class.c" > *** /dev/null Wed Jan 8 20:22:00 2003 > --- rescue/librescue/popen.c Fri Dec 27 17:38:35 2002 > *************** > *** 0 **** > --- 1 ---- > + #include "../../lib/libc/gen/popen.c" > *** /dev/null Wed Jan 8 20:22:00 2003 > --- rescue/librescue/rcmdsh.c Fri Dec 27 17:38:49 2002 > *************** > *** 0 **** > --- 1 ---- > + #include "../../lib/libc/net/rcmdsh.c" > *** /dev/null Wed Jan 8 20:22:00 2003 > --- rescue/librescue/sysctl.c Wed Jan 8 19:39:38 2003 > *************** > *** 0 **** > --- 1 ---- > + #include "../../lib/libc/gen/sysctl.c" > *** /dev/null Wed Jan 8 20:22:00 2003 > --- rescue/librescue/system.c Fri Dec 27 17:37:49 2002 > *************** > *** 0 **** > --- 1 ---- > + #include "../../lib/libc/stdlib/system.c" > *** /dev/null Wed Jan 8 20:22:00 2003 > --- rescue/rescue/Makefile Wed Jan 8 20:25:05 2003 > *************** > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3E25AB4D.70009>