diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-24 15:01:44 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-24 15:01:44 +0000 |
commit | 43d55cefa05b75a0f5508de039c1930cc30b5e83 (patch) | |
tree | baaca931a37ef36f539b71cebaccfa8cc2221009 /emulators | |
parent | Chase the recent moving of linux_ioctl.h. (diff) |
Do in Makefile as make groks, not as Ruby groks. (make groks it though)
.if exists?(..) -> .if exists(..)
Notes
Notes:
svn path=/head/; revision=31926
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vmware2/Makefile | 2 | ||||
-rw-r--r-- | emulators/vmware3/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vmware2/Makefile b/emulators/vmware2/Makefile index e94f0f73e045..0362e957a8d8 100644 --- a/emulators/vmware2/Makefile +++ b/emulators/vmware2/Makefile @@ -69,7 +69,7 @@ post-patch: ${CP} ${FILESDIR}/Makefile ${WRKSRC} ${CP} ${FILESDIR}/Makefile.vmmon ${WRKSRC}/vmmon-only/Makefile ${RM} -rf ${WRKSRC}/vmmon-only/linux/ -.if exists?(/sys/compat/linux/linux_ioctl.h) +.if exists(/sys/compat/linux/linux_ioctl.h) ${PERL} -i -pe 's,i386(/linux/linux_ioctl\.h),compat$$1,' \ ${WRKSRC}/vmnet-only/freebsd/vmnet_linux.c .endif diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile index e94f0f73e045..0362e957a8d8 100644 --- a/emulators/vmware3/Makefile +++ b/emulators/vmware3/Makefile @@ -69,7 +69,7 @@ post-patch: ${CP} ${FILESDIR}/Makefile ${WRKSRC} ${CP} ${FILESDIR}/Makefile.vmmon ${WRKSRC}/vmmon-only/Makefile ${RM} -rf ${WRKSRC}/vmmon-only/linux/ -.if exists?(/sys/compat/linux/linux_ioctl.h) +.if exists(/sys/compat/linux/linux_ioctl.h) ${PERL} -i -pe 's,i386(/linux/linux_ioctl\.h),compat$$1,' \ ${WRKSRC}/vmnet-only/freebsd/vmnet_linux.c .endif |