Date: Sat, 30 Aug 1997 18:54:00 +0200 From: Andreas Klemm <andreas@klemm.gtn.com> To: Bruce Evans <bde@zeta.org.au> Cc: current@FreeBSD.ORG Subject: Re: "make includes" doesn't create necessary subdirs under /usr/include Message-ID: <19970830185400.45389@klemm.gtn.com> In-Reply-To: <19970830102801.39694@klemm.gtn.com>; from Andreas Klemm on Sat, Aug 30, 1997 at 10:28:01AM %2B0200 References: <199708292000.GAA23290@godzilla.zeta.org.au> <19970830102801.39694@klemm.gtn.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Aug 30, 1997 at 10:28:01AM +0200, Andreas Klemm wrote: > On Sat, Aug 30, 1997 at 06:00:08AM +1000, Bruce Evans wrote: > > >"make includes" doesn't create necessary subdirs under /usr/include > > >before copying the header files into it... > > > > It's not supposed to. In fact, it clobbers all subdirs and replaces > > them by symlinks. `includes' is a private subtarget for `world' and > > should never be used directly. Use `make install' in src/include to > > create the subdirs. > > Thanks ! This also doesn't work ! root{1151} /usr/src/include make ===> rpcsvc root{1152} /usr/src/include make install cd /usr/src/include; install -C -o bin -g bin -m 444 a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h elf.h err.h fnmatch.h fstab.h fts.h glob.h grp.h strhash.h histedit.h kvm.h limits.h link.h locale.h malloc.h memory.h mpool.h ndbm.h netdb.h nl_types.h nlist.h paths.h pthread.h pthread_np.h pwd.h ranlib.h regex.h regexp.h resolv.h rune.h runetype.h setjmp.h sgtty.h signal.h stab.h stddef.h stdio.h stdlib.h string.h stringlist.h strings.h struct.h sysexits.h tar.h time.h timers.h ttyent.h unistd.h utime.h utmp.h vis.h /usr/include cd /usr/src/include/arpa; install -C -o bin -g bin -m 444 ftp.h inet.h nameser.h telnet.h tftp.h /usr/include/arpa usage: install [-CcDps] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 install [-CcDps] [-f flags] [-g group] [-m mode] [-o owner] file1 ... fileN directory install -d [-g group] [-m mode] [-o owner] directory ... *** Error code 64 Stop. -- Andreas Klemm | klemm.gtn.com - powered by Symmetric MultiProcessor FreeBSD http://www.freebsd.org/~fsmp/SMP/SMP.html http://www.freebsd.org/~fsmp/SMP/benches.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970830185400.45389>