libc header files are normally in src/include. Therefore, uuid.h has
been repo-copied from src/lib/libc/uuid to src/include. Update the makefiles. While in src/include/Makefile, reformat and resort INCS. Reverting the functional change only involves removing uuid.h. Pompted by: ru
This commit is contained in:
parent
acbfae74e3
commit
c544e42bcf
@ -9,20 +9,16 @@
|
||||
CLEANFILES= osreldate.h version vers.c
|
||||
SUBDIR= arpa protocols rpcsvc rpc
|
||||
INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h ctype.h db.h \
|
||||
dirent.h \
|
||||
dlfcn.h elf.h elf-hints.h err.h fnmatch.h fmtmsg.h fstab.h \
|
||||
fts.h getopt.h glob.h grp.h \
|
||||
hesiod.h histedit.h ieeefp.h ifaddrs.h inttypes.h iso646.h kenv.h \
|
||||
langinfo.h \
|
||||
libgen.h limits.h link.h locale.h malloc.h memory.h monetary.h mpool.h \
|
||||
ndbm.h netconfig.h netdb.h nl_types.h nlist.h nsswitch.h objformat.h \
|
||||
paths.h pthread.h pthread_np.h pwd.h \
|
||||
ranlib.h readpassphrase.h regex.h regexp.h resolv.h rune.h runetype.h \
|
||||
search.h setjmp.h sgtty.h \
|
||||
signal.h stab.h stdbool.h stddef.h stdio.h stdlib.h strhash.h \
|
||||
string.h stringlist.h strings.h sysexits.h tar.h time.h timeconv.h \
|
||||
timers.h ttyent.h ulimit.h unistd.h utime.h utmp.h vis.h wchar.h \
|
||||
wctype.h
|
||||
dirent.h dlfcn.h elf.h elf-hints.h err.h fmtmsg.h fnmatch.h fstab.h \
|
||||
fts.h getopt.h glob.h grp.h hesiod.h histedit.h ieeefp.h ifaddrs.h \
|
||||
inttypes.h iso646.h kenv.h langinfo.h libgen.h limits.h link.h \
|
||||
locale.h malloc.h memory.h monetary.h mpool.h ndbm.h netconfig.h \
|
||||
netdb.h nl_types.h nlist.h nsswitch.h objformat.h paths.h pthread.h \
|
||||
pthread_np.h pwd.h ranlib.h readpassphrase.h regex.h regexp.h \
|
||||
resolv.h rune.h runetype.h search.h setjmp.h sgtty.h signal.h stab.h \
|
||||
stdbool.h stddef.h stdio.h stdlib.h strhash.h string.h stringlist.h \
|
||||
strings.h sysexits.h tar.h time.h timeconv.h timers.h ttyent.h \
|
||||
ulimit.h unistd.h utime.h utmp.h uuid.h vis.h wchar.h wctype.h
|
||||
|
||||
MHDRS= float.h floatingpoint.h stdarg.h varargs.h
|
||||
|
||||
|
@ -7,8 +7,6 @@
|
||||
SRCS+= uuid_compare.c uuid_create.c uuid_create_nil.c uuid_equal.c \
|
||||
uuid_from_string.c uuid_hash.c uuid_is_nil.c uuid_to_string.c
|
||||
|
||||
INCS+= uuid.h
|
||||
|
||||
.if ${LIB} == "c"
|
||||
MAN+= uuid.3
|
||||
MLINKS+=uuid.3 uuid_compare.3
|
||||
|
Loading…
Reference in New Issue
Block a user