Deleted Added
full compact
Makefile.inc (194262) Makefile.inc (194910)
1# @(#)Makefile.inc 8.3 (Berkeley) 10/24/94
1# @(#)Makefile.inc 8.3 (Berkeley) 10/24/94
2# $FreeBSD: head/lib/libc/sys/Makefile.inc 194262 2009-06-15 20:38:55Z jhb $
2# $FreeBSD: head/lib/libc/sys/Makefile.inc 194910 2009-06-24 21:10:52Z jhb $
3
4# sys sources
5.PATH: ${.CURDIR}/${MACHINE_ARCH}/sys ${.CURDIR}/sys
6
7# Include the generated makefile containing the *complete* list
8# of syscall names in MIASM.
9.include "${.CURDIR}/../../sys/sys/syscall.mk"
10

--- 37 unchanged lines hidden (view full) ---

48SRCS+= ${SASM} ${SPSEUDO}
49
50SYM_MAPS+= ${.CURDIR}/sys/Symbol.map
51
52# Generated files
53CLEANFILES+= ${SASM} ${SPSEUDO}
54
55${SASM}:
3
4# sys sources
5.PATH: ${.CURDIR}/${MACHINE_ARCH}/sys ${.CURDIR}/sys
6
7# Include the generated makefile containing the *complete* list
8# of syscall names in MIASM.
9.include "${.CURDIR}/../../sys/sys/syscall.mk"
10

--- 37 unchanged lines hidden (view full) ---

48SRCS+= ${SASM} ${SPSEUDO}
49
50SYM_MAPS+= ${.CURDIR}/sys/Symbol.map
51
52# Generated files
53CLEANFILES+= ${SASM} ${SPSEUDO}
54
55${SASM}:
56 printf '#include "SYS.h"\nRSYSCALL(${.PREFIX})\n' > ${.TARGET}
56 printf '#include "compat.h"\n' > ${.TARGET}
57 printf '#include "SYS.h"\nRSYSCALL(${.PREFIX})\n' >> ${.TARGET}
57
58${SPSEUDO}:
58
59${SPSEUDO}:
60 printf '#include "compat.h"\n' > ${.TARGET}
59 printf '#include "SYS.h"\nPSEUDO(${.PREFIX:S/_//})\n' \
61 printf '#include "SYS.h"\nPSEUDO(${.PREFIX:S/_//})\n' \
60 > ${.TARGET}
62 >> ${.TARGET}
61
62MAN+= abort2.2 accept.2 access.2 acct.2 adjtime.2 \
63 aio_cancel.2 aio_error.2 aio_read.2 aio_return.2 \
64 aio_suspend.2 aio_waitcomplete.2 aio_write.2 \
65 bind.2 brk.2 chdir.2 chflags.2 \
66 chmod.2 chown.2 chroot.2 clock_gettime.2 close.2 closefrom.2 \
67 connect.2 cpuset.2 cpuset_getaffinity.2 dup.2 execve.2 _exit.2 \
68 extattr_get_file.2 fcntl.2 fhopen.2 flock.2 fork.2 fsync.2 \

--- 121 unchanged lines hidden ---
63
64MAN+= abort2.2 accept.2 access.2 acct.2 adjtime.2 \
65 aio_cancel.2 aio_error.2 aio_read.2 aio_return.2 \
66 aio_suspend.2 aio_waitcomplete.2 aio_write.2 \
67 bind.2 brk.2 chdir.2 chflags.2 \
68 chmod.2 chown.2 chroot.2 clock_gettime.2 close.2 closefrom.2 \
69 connect.2 cpuset.2 cpuset_getaffinity.2 dup.2 execve.2 _exit.2 \
70 extattr_get_file.2 fcntl.2 fhopen.2 flock.2 fork.2 fsync.2 \

--- 121 unchanged lines hidden ---