Date: Mon, 27 Apr 1998 21:40:55 -0700 From: "Jordan K. Hubbard" <jkh@time.cdrom.com> To: Harlan Stenn <Harlan.Stenn@pfcs.com> Cc: current@FreeBSD.ORG Subject: Re: bin/6353 Message-ID: <7083.893738455@time.cdrom.com> In-Reply-To: Your message of "Mon, 27 Apr 1998 22:26:47 EDT." <2336.893730407@brown.pfcs.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> In one directory of the distribution, two binaries are built. One goes > into /usr/bin, the other in /usr/sbin/. These two programs use the same > set of .o files plus a unique .o (for main). Do I hafta split these out > into usr.bin/oneofem and usr.sbin/theother? Yeah, I'm afraid so. You don't have to rebuild all those .o files though - simply VPATH one of the program's Makefiles at the ${.OBJDIR} for the other point. > Second, there's a "scripts" directory that has about 11 scripts and a > sample config file. Can somebody point me at how I need to handle these? Make a subdirectory and a Makefile with your own all and install targets? Simpler than splitting them into seperate subdirs, that's for sure. Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7083.893738455>