ports/167850: [PATCH] Mk: Add a Makefile for quick 'make -V' lookups

Alex Kozlov spam at rm-rf.kiev.ua
Sun May 20 04:20:05 UTC 2012


The following reply was made to PR ports/167850; it has been noted by GNATS.

From: Alex Kozlov <spam at rm-rf.kiev.ua>
To: bug-followup at FreeBSD.org, bryan at 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



More information about the freebsd-ports-bugs mailing list