1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-30 08:19:09 +00:00

o Remove @- from the ln and change it to a -sf. This was bogus, and

regocnized as such at the time.  Now that the other bogons in the
  tree have been fixed, we can remove this ugly kludge.
o Remove stale/bogus opt_foo.h files.  These are left over from
  by-gone resources.  And they point to the need, yet again, to
  improve the build system so meta information is only in one place.

Submitted by: ru
Reviewed by: bde
Approved by: re@ (jhb)
This commit is contained in:
Warner Losh 2003-11-19 05:08:27 +00:00
parent c391349841
commit 3193579b66
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122894
9 changed files with 7 additions and 9 deletions

View File

@ -250,7 +250,7 @@ CFLAGS += -I${KERNBUILDDIR}
CLEANFILES+= ${_src}
.if !target(${_src})
${_src}:
-@ln -s ${KERNBUILDDIR}/${_src} ${.TARGET}
ln -s ${KERNBUILDDIR}/${_src} ${.TARGET}
.endif
.endfor
.else

View File

@ -4,7 +4,6 @@
KMOD= linprocfs
SRCS= vnode_if.h \
opt_linux.h \
linprocfs.c
.include <bsd.kmod.mk>

View File

@ -8,7 +8,7 @@ KMOD= linux
SRCS= linux_dummy.c linux_file.c linux_getcwd.c linux_ioctl.c linux_ipc.c \
linux_machdep.c linux_mib.c linux_misc.c linux_signal.c linux_socket.c \
linux_stats.c linux_sysctl.c linux_sysent.c linux_sysvec.c \
linux_util.c opt_compat.h opt_inet6.h opt_linux.h opt_mac.h \
linux_util.c opt_compat.h opt_inet6.h opt_mac.h \
opt_vmpage.h vnode_if.h
OBJS= linux_locore.o

View File

@ -6,7 +6,7 @@ KMOD= nwfs
SRCS= vnode_if.h \
nwfs_node.c nwfs_ioctl.c nwfs_io.c nwfs_vfsops.c nwfs_vnops.c \
nwfs_subr.c opt_ncp.h opt_nwfs.h opt_vmpage.h
nwfs_subr.c opt_ncp.h opt_vmpage.h
.if defined(VNPRINT)
CFLAGS+= -DVNPRINT

View File

@ -4,7 +4,7 @@
.PATH: ${.CURDIR}/../../dev/ppbus
KMOD= ppbus
SRCS= bus_if.h device_if.h ppbus_if.h ppbus_if.c \
opt_ppb_1284.h opt_ppbus.h \
opt_ppb_1284.h \
ppb_1284.c ppb_base.c ppb_msq.c ppbconf.c
EXPORT_SYMS= ppb_attach_device \

View File

@ -4,7 +4,7 @@
.PATH: ${.CURDIR}/../../dev/ppbus
KMOD= ppi
SRCS= bus_if.h device_if.h ppbus_if.h \
opt_ppi.h opt_ppb_1284.h \
opt_ppb_1284.h \
ppi.c ppb_1284.c
.include <bsd.kmod.mk>

View File

@ -4,7 +4,6 @@
.PATH: ${.CURDIR}/../../dev/ppbus
KMOD= pps
SRCS= bus_if.h device_if.h ppbus_if.h \
opt_pps.h \
pps.c
.include <bsd.kmod.mk>

View File

@ -11,7 +11,7 @@ KMOD= smbfs
SRCS= vnode_if.h \
opt_inet.h opt_ipx.h \
opt_netsmb.h opt_smbfs.h opt_vmpage.h \
opt_netsmb.h opt_vmpage.h \
iconv_converter_if.h \
md4c.c \
smb_conn.c smb_dev.c smb_trantcp.c smb_smb.c smb_subr.c smb_rq.c \

View File

@ -4,7 +4,7 @@ MAINTAINER= newton@atdot.dotat.org
.PATH: ${.CURDIR}/../../dev/streams
KMOD= streams
SRCS= streams.c opt_streams.h
SRCS= streams.c
EXPORT_SYMS= svr4_str_initialized \
svr4_stream_get \