pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc Replaced the deprecated ALL_TARGET variable in the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/71234e02a285
branches:  trunk
changeset: 488928:71234e02a285
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Feb 12 11:05:05 2005 +0000

description:
Replaced the deprecated ALL_TARGET variable in the example Makefile with
BUILD_TARGET, which had replaced ALL_TARGET in Dec 2004.

diffstat:

 doc/Makefile-example |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 75422d79a3e5 -r 71234e02a285 doc/Makefile-example
--- a/doc/Makefile-example      Sat Feb 12 11:00:31 2005 +0000
+++ b/doc/Makefile-example      Sat Feb 12 11:05:05 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile-example,v 1.7 2004/11/11 06:05:55 minskim Exp $
+# $NetBSD: Makefile-example,v 1.8 2005/02/12 11:05:05 rillig Exp $
 
 # First paragraph - distfile and binary package data
 # DISTNAME PKGNAME PKGREVISION SVR4_PKGNAME CATEGORIES MASTER_SITES
@@ -49,7 +49,7 @@
 MAKE_ENV+=             PKG_SYSCONFDIR="${PKG_SYSCONFDIR}"
 
 # Eighth paragraph - different targets
-# ALL_TARGET, INSTALL_TARGET, TEST_TARGET
+# BUILD_TARGET, INSTALL_TARGET, TEST_TARGET
 TEST_TARGET=           check
 
 # always include bsd.prefs.mk before any .if or .ifdef statements



Home | Main Index | Thread Index | Old Index