From 7a003b856887fd70327f25ce5cc7b32298c5787c Mon Sep 17 00:00:00 2001 From: kris Date: Thu, 30 Jan 2003 08:23:53 +0000 Subject: Use the full path to /sbin/sysctl Noticed by: 'make index' in crontab --- lang/egcs/Makefile | 2 +- lang/gcc27/Makefile | 2 +- lang/gcc28/Makefile | 2 +- lang/gcc295/Makefile | 2 +- lang/gnat/Makefile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'lang') diff --git a/lang/egcs/Makefile b/lang/egcs/Makefile index 8752def..1b33289e 100644 --- a/lang/egcs/Makefile +++ b/lang/egcs/Makefile @@ -52,7 +52,7 @@ pre-configure: @# configure.in by patching it. @touch ${WRKSRC}/gcc/configure @touch ${WRKSRC}/gcc/cstamp-h.in - @(MAJ=`sysctl -n kern.osreldate | ${SED} -e '/.....$$/s///'` ; \ + @(MAJ=`/sbin/sysctl -n kern.osreldate | ${SED} -e '/.....$$/s///'` ; \ ${SED} -e "s:__FreeBSD__:__FreeBSD__=$${MAJ}:" ${FILESDIR}/freebsd.h \ >${WRKSRC}/gcc/config/freebsd.h ) diff --git a/lang/gcc27/Makefile b/lang/gcc27/Makefile index 0c2612b..0abab06 100644 --- a/lang/gcc27/Makefile +++ b/lang/gcc27/Makefile @@ -41,7 +41,7 @@ pre-patch: @${MV} ${WRKSRC}/config/i386/freebsd.h ${WRKSRC}/config/i386/freebsd-aout.h pre-configure: - @(MAJ=`sysctl -n kern.osreldate | ${SED} -e '/.....$$/s///'` ; \ + @(MAJ=`/sbin/sysctl -n kern.osreldate | ${SED} -e '/.....$$/s///'` ; \ ${SED} -e "s:__FreeBSD__[0-9=]*:__FreeBSD__=$${MAJ}:" ${FILESDIR}/freebsd.h.${ARCH} \ >${WRKSRC}/config/${ARCH}/freebsd.h ) diff --git a/lang/gcc28/Makefile b/lang/gcc28/Makefile index 61f1555..27a330a 100644 --- a/lang/gcc28/Makefile +++ b/lang/gcc28/Makefile @@ -51,7 +51,7 @@ pre-configure: @${TOUCH} ${TOUCH_FLAGS} ${WRKSRC}/configure @${TOUCH} ${TOUCH_FLAGS} ${WRKSRC}/cstamp-h.in @(cd ${WRKSRC}/config/${ARCH}/ ; \ - MAJ=`sysctl -n kern.osreldate | ${SED} -e '/.....$$/s///'` ; \ + MAJ=`/sbin/sysctl -n kern.osreldate | ${SED} -e '/.....$$/s///'` ; \ ${MV} freebsd-aout.h freebsd-aout.h.in ; \ ${SED} -e "s:__FreeBSD__=[0-9]*:__FreeBSD__=$${MAJ}:" \ freebsd-aout.h.in >freebsd-aout.h ; \ diff --git a/lang/gcc295/Makefile b/lang/gcc295/Makefile index 03ae75e..8d07066 100644 --- a/lang/gcc295/Makefile +++ b/lang/gcc295/Makefile @@ -58,7 +58,7 @@ pre-patch: @${MV} ${WRKSRC}/gcc/config/i386/freebsd-elf.h ${WRKSRC}/gcc/config/i386/freebsd.h pre-configure: - @(MAJ=`sysctl -n kern.osreldate | ${SED} -e '/.....$$/s///'` ; \ + @(MAJ=`/sbin/sysctl -n kern.osreldate | ${SED} -e '/.....$$/s///'` ; \ ${SED} -e "s:__FreeBSD__[0-9=]*:__FreeBSD__=$${MAJ}:" ${FILESDIR}/freebsd.h \ >${WRKSRC}/gcc/config/freebsd.h ) @${CP} ${FILESDIR}/alpha-freebsd.h ${WRKSRC}/gcc/config/alpha/freebsd.h diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile index fa58257..372ebee 100644 --- a/lang/gnat/Makefile +++ b/lang/gnat/Makefile @@ -162,7 +162,7 @@ post-patch: pre-configure: @(cd ${WRKSRC}/config/${ARCH}/ ; \ - MAJ=`sysctl -n kern.osreldate | ${SED} -e '/.....$$/s///'` ; \ + MAJ=`/sbin/sysctl -n kern.osreldate | ${SED} -e '/.....$$/s///'` ; \ ${MV} freebsd.h freebsd.h.in ; \ ${SED} -e "s:__FreeBSD__=[0-9]*:__FreeBSD__=$${MAJ}:" freebsd.h.in \ >freebsd.h) -- cgit v1.1