pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/28392



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

From: Roland Illig <roland.illig%gmx.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/28392
Date: Mon, 06 Jun 2005 11:56:47 +0200

 Instead of MAKEFILE I suggested BUILD_MAKEFILE, INSTALL_MAKEFILE, 
 TEST_MAKEFILE once ago.
 
 Maybe a new class of reserved names COMMON_* should be established for 
 default values that apply to more than one pkgsrc phase.
 
 COMMON_MAKEFILE?=      Makefile
 BUILD_MAKEFILE?=       ${COMMON_MAKEFILE}
 INSTALL_MAKEFILE?=     ${COMMON_MAKEFILE}
 TEST_MAKEFILE?=                ${COMMON_MAKEFILE}
 
 Currently, for the *_ENV variables, ${ALL_ENV} is the base definition. I 
 prefer the name COMMON over ALL.
 
 Roland
 



Home | Main Index | Thread Index | Old Index