Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 May 2012 04:20:05 GMT
From:      Alex Kozlov <spam@rm-rf.kiev.ua>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/167850: [PATCH] Mk: Add a Makefile for quick 'make -V' lookups
Message-ID:  <201205200420.q4K4K5ul061765@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/167850; it has been noted by GNATS.

From: Alex Kozlov <spam@rm-rf.kiev.ua>
To: bug-followup@FreeBSD.org, bryan@shatow.net
Cc:  
Subject: Re: ports/167850: [PATCH] Mk: Add a Makefile for quick 'make -V'
 lookups
Date: Sun, 20 May 2012 07:15:14 +0300

 Hi, Bryan
 
 You can use next command:
 $time make -f /usr/ports/Mk/bsd.port.mk -VARCH
 i386
 
 real    0m0.058s
 user    0m0.029s
 sys     0m0.014s
 
 $time make -C /usr/ports -VARCH
 i386
 
 real    0m1.273s
 user    0m0.429s
 sys     0m0.548s
 
 
 -- 
 Alex



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205200420.q4K4K5ul061765>