From 20b11fde63db5f4117229df40d33c6e147f3b1c9 Mon Sep 17 00:00:00 2001 From: Boris Samorodov Date: Tue, 10 Apr 2007 18:29:39 +0000 Subject: Get rid of annoying message when do a "make index" at the system without linuxolator started: ----- sysctl: unknown oid 'compat.linux.osrelease' ----- Reported by: netchild, rafan, chinsan Suggested by: rafan --- emulators/linux_base-f10/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulators/linux_base-f10/Makefile') diff --git a/emulators/linux_base-f10/Makefile b/emulators/linux_base-f10/Makefile index c16024b93308..9fb92628100f 100644 --- a/emulators/linux_base-f10/Makefile +++ b/emulators/linux_base-f10/Makefile @@ -121,7 +121,7 @@ PLIST= pkg-plist .include -LINUX_OSRELEASE!= ${SYSCTL} -n compat.linux.osrelease +LINUX_OSRELEASE!= ${ECHO} `${SYSCTL} -n compat.linux.osrelease 2>/dev/null` .if ${LINUX_OSRELEASE} == "2.4.2" IGNORE= compat.linux.osrelease: 2.4.2 is not supported -- cgit v1.2.3