diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-03 15:14:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-03 15:14:50 +0000 |
commit | e711ee946c5eaf97e92e8c09b0f571f9386f725b (patch) | |
tree | 8f483a3c4a5e5f1691642df617cb7138d1cf8187 /lang | |
parent | ecb0801e3d4ad5590c3adb46de3fc9bef45a05e3 (diff) | |
download | pkgsrc-e711ee946c5eaf97e92e8c09b0f571f9386f725b.tar.gz |
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
Diffstat (limited to 'lang')
33 files changed, 71 insertions, 71 deletions
diff --git a/lang/RScheme/Makefile b/lang/RScheme/Makefile index e92243ed444..c5a542bf303 100644 --- a/lang/RScheme/Makefile +++ b/lang/RScheme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/10/03 00:14:59 tv Exp $ +# $NetBSD: Makefile,v 1.19 2004/12/03 15:15:00 wiz Exp $ DISTNAME= rs-0.7.3.2 PKGNAME= RScheme-0.7.3.2 @@ -12,7 +12,7 @@ COMMENT= Object-oriented Scheme implementation USE_BUILDLINK3= YES GNU_CONFIGURE= YES -ALL_TARGET= base +BUILD_TARGET= base AUTOMAKE_OVERRIDE= NO NOT_FOR_PLATFORM= *-*-alpha @@ -51,7 +51,7 @@ do-configure: --enable-readline --enable-dynamic-linking do-build: - @cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${MAKE} ${ALL_TARGET} + @cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${MAKE} ${BUILD_TARGET} do-install: cd ${WRKSRC}/src && \ diff --git a/lang/brandybasic/Makefile b/lang/brandybasic/Makefile index 264b5fbb4bd..d5fdff7416b 100644 --- a/lang/brandybasic/Makefile +++ b/lang/brandybasic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/11/26 23:24:07 abs Exp $ +# $NetBSD: Makefile,v 1.9 2004/12/03 15:15:00 wiz Exp $ # DISTNAME= b116 @@ -14,7 +14,7 @@ COMMENT= Brandy Basic V interpreter - Acorn ARM Computers BASIC dialect WRKSRC= ${WRKDIR}/brandy-1.0.16 DOCDIR= ${PREFIX}/share/doc/brandy EXAMPLEDIR= ${PREFIX}/share/examples/brandy -ALL_TARGET= nodebug +BUILD_TARGET= nodebug do-install: ${INSTALL_DATA_DIR} ${DOCDIR} diff --git a/lang/caml-light/Makefile b/lang/caml-light/Makefile index 56f079dc768..0bbec11b4c9 100644 --- a/lang/caml-light/Makefile +++ b/lang/caml-light/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/01/20 12:19:16 agc Exp $ +# $NetBSD: Makefile,v 1.6 2004/12/03 15:15:00 wiz Exp $ # DISTNAME= cl74unix @@ -11,7 +11,7 @@ HOMEPAGE= http://caml.inria.fr/distrib-caml-light-eng.html COMMENT= Another implementation of Caml WRKSRC= ${WRKDIR}/cl74/src -ALL_TARGET= world +BUILD_TARGET= world do-configure: (cd ${WRKSRC}; make configure) diff --git a/lang/coq/Makefile b/lang/coq/Makefile index aaff7331cc8..86cac3e6de2 100644 --- a/lang/coq/Makefile +++ b/lang/coq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/10/03 00:15:00 tv Exp $ +# $NetBSD: Makefile,v 1.6 2004/12/03 15:15:00 wiz Exp $ # DISTNAME= coq-7.4 @@ -16,7 +16,7 @@ HAS_CONFIGURE= YES CONFIGURE_ARGS+= -prefix ${PREFIX} CONFIGURE_ARGS+= -emacslib ${PREFIX}/share/emacs/site-lisp CONFIGURE_ARGS+= -reals all -ALL_TARGET= world +BUILD_TARGET= world .include "../../mk/bsd.prefs.mk" diff --git a/lang/cu-prolog/Makefile b/lang/cu-prolog/Makefile index 7afb3bf8c20..2715734d403 100644 --- a/lang/cu-prolog/Makefile +++ b/lang/cu-prolog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/01/20 12:19:16 agc Exp $ +# $NetBSD: Makefile,v 1.11 2004/12/03 15:15:00 wiz Exp $ # FreeBSD Id: Makefile,v 1.2 2000/04/12 06:18:03 obrien Exp DISTNAME= cu-prolog-3.94 @@ -12,7 +12,7 @@ COMMENT= Experimental constraint logic programming language WRKSRC= ${WRKDIR}/src DIST_SUBDIR= ${DISTNAME} MAKEFILE= makefile -ALL_TARGET= cup +BUILD_TARGET= cup do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cup3 ${PREFIX}/bin/cuprolog diff --git a/lang/dylan-interpreter/Makefile.common b/lang/dylan-interpreter/Makefile.common index 38c66d2361c..93fcaa90e89 100644 --- a/lang/dylan-interpreter/Makefile.common +++ b/lang/dylan-interpreter/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.16 2004/09/30 10:53:19 agc Exp $ +# $NetBSD: Makefile.common,v 1.17 2004/12/03 15:15:00 wiz Exp $ # DISTNAME= gwydion-dylan-${DYLAN_VERSION} @@ -20,7 +20,7 @@ USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_LIBTOOL= yes MAKEFILE= GNUmakefile -ALL_TARGET= default +BUILD_TARGET= default GNU_CONFIGURE= yes AUTOMAKE_REQD= 1.4 diff --git a/lang/elisp-manual/Makefile b/lang/elisp-manual/Makefile index 0a940e79590..66ab8af47c3 100644 --- a/lang/elisp-manual/Makefile +++ b/lang/elisp-manual/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/08/09 10:59:07 seb Exp $ +# $NetBSD: Makefile,v 1.11 2004/12/03 15:15:00 wiz Exp $ DISTNAME= elisp-manual-21-2.8 CATEGORIES= lang @@ -11,6 +11,6 @@ COMMENT= The Emacs Lisp Reference Manual for GNU Emacs Version 20.3 GNU_CONFIGURE= YES INFO_FILES= elisp -ALL_TARGET= elisp +BUILD_TARGET= elisp .include "../../mk/bsd.pkg.mk" diff --git a/lang/elk/Makefile b/lang/elk/Makefile index 8f2f9461342..0607119856f 100644 --- a/lang/elk/Makefile +++ b/lang/elk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2004/10/03 00:15:00 tv Exp $ +# $NetBSD: Makefile,v 1.25 2004/12/03 15:15:00 wiz Exp $ # FreeBSD Id: Makefile,v 1.15 1997/09/01 12:28:30 tg Exp # @@ -15,7 +15,7 @@ COMMENT= Embeddable Scheme interpreter # ELF loading problems, LP64 NOT_FOR_PLATFORM= *-*-alpha *-*-mips* *-*-sparc64 -ALL_TARGET= default +BUILD_TARGET= default USE_BUILDLINK3= yes .include "../../mk/bsd.prefs.mk" diff --git a/lang/fort77/Makefile b/lang/fort77/Makefile index 96787dc3dfc..cac2d47984d 100644 --- a/lang/fort77/Makefile +++ b/lang/fort77/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/07/21 16:54:02 martti Exp $ +# $NetBSD: Makefile,v 1.14 2004/12/03 15:15:00 wiz Exp $ # DISTNAME= fort77-1.14a @@ -22,7 +22,7 @@ F2CPKGHASNOSHAREDLIB= PKG_SKIP_REASON= "${PKGNAME} is part of your ${OPSYS} distribution" .endif -ALL_TARGET= test +BUILD_TARGET= test USE_PERL5= YES diff --git a/lang/gcc-ssp/Makefile b/lang/gcc-ssp/Makefile index 10b0cba8b48..72af249b798 100644 --- a/lang/gcc-ssp/Makefile +++ b/lang/gcc-ssp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2004/05/09 02:26:14 snj Exp $ +# $NetBSD: Makefile,v 1.34 2004/12/03 15:15:00 wiz Exp $ DISTNAME= gcc-2.95.3 PKGNAME= gcc-ssp-2.95.3.13 @@ -52,7 +52,7 @@ INFO_FILES= chill.info cpp.info g77.info gcc.info .if ${OPSYS} == "SunOS" . if ${CC:M*gcc*} == "" -ALL_TARGET= bootstrap +BUILD_TARGET= bootstrap . endif # we know it's a GNU toolchain on Linux and the BSDs. .elif ${OPSYS:M*BSD} != "" || ${OPSYS} == "Linux" @@ -62,7 +62,7 @@ CONFIGURE_ARGS+= --with-gnu-ld # play it safe, force a bootstrap build if we don't know for sure it # is gcc. . if ${CC:M*gcc*} == "" -ALL_TARGET= bootstrap +BUILD_TARGET= bootstrap . endif .endif diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index 315d9bbb259..9401a147793 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2004/05/02 04:59:23 snj Exp $ +# $NetBSD: Makefile,v 1.78 2004/12/03 15:15:00 wiz Exp $ DISTNAME= gcc-2.95.3 PKGREVISION= 5 @@ -43,7 +43,7 @@ INFO_FILES= chill.info cpp.info g77.info gcc.info .if ${OPSYS} == "SunOS" CONFLICTS+= gcc-[0-9]* pgcc-[0-9]* . if ${CC:M*gcc*} == "" -ALL_TARGET= bootstrap +BUILD_TARGET= bootstrap . endif # we know it's a GNU toolchain on Linux and the BSDs. .elif ${OPSYS:M*BSD} != "" || ${OPSYS} == "Linux" @@ -53,7 +53,7 @@ CONFIGURE_ARGS+= --with-gnu-ld # play it safe, force a bootstrap build if we don't know for sure it # is gcc. . if ${CC:M*gcc*} == "" -ALL_TARGET= bootstrap +BUILD_TARGET= bootstrap . endif .endif diff --git a/lang/gcc3-c/Makefile b/lang/gcc3-c/Makefile index 14cb553d5a8..99ce8b7f34f 100644 --- a/lang/gcc3-c/Makefile +++ b/lang/gcc3-c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/07/02 15:40:01 drochner Exp $ +# $NetBSD: Makefile,v 1.14 2004/12/03 15:15:00 wiz Exp $ PKGNAME= gcc3${GCC3_PKGMODIF}-c-${GCC_VERSION} COMMENT= GNU Compiler Collection, v3 - C compiler @@ -18,7 +18,7 @@ MAKE_ENV+= ALL_GCC_CCC=${ALL_GCCXX_C:Q} .include "../../mk/compiler.mk" .if empty(CC_VERSION:Mgcc-*) -ALL_TARGET= bootstrap +BUILD_TARGET= bootstrap .endif post-build: diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile index 285a3e1618a..06eb757e6b5 100644 --- a/lang/hugs/Makefile +++ b/lang/hugs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2004/10/03 00:15:01 tv Exp $ +# $NetBSD: Makefile,v 1.28 2004/12/03 15:15:00 wiz Exp $ DISTNAME= hugs98-Dec2001 PKGNAME= hugs98-200112 @@ -14,7 +14,7 @@ WRKSRC= ${WRKDIR}/hugs98-Dec2001/src/unix USE_BUILDLINK3= yes GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --with-readline -ALL_TARGET= default +BUILD_TARGET= default .include "../../mk/bsd.prefs.mk" @@ -26,7 +26,7 @@ CONFIGURE_ENV+= ac_cv_header_nlist_h=no do-build: @cd ${WRKSRC}/.. && ${SETENV} ${MAKE_ENV} \ - ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${ALL_TARGET} + ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${BUILD_TARGET} do-install: @cd ${WRKSRC}/.. && ${SETENV} ${MAKE_ENV} \ diff --git a/lang/icon/Makefile b/lang/icon/Makefile index 41bc74680e7..3d21dc943cc 100644 --- a/lang/icon/Makefile +++ b/lang/icon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2004/04/28 05:06:28 snj Exp $ +# $NetBSD: Makefile,v 1.31 2004/12/03 15:15:00 wiz Exp $ DISTNAME= icon.v942src PKGNAME= icon-9.4.2 @@ -13,7 +13,7 @@ COMMENT= The Icon programming language USE_BUILDLINK3= YES USE_X11= YES CONFIGURE_TARGET= X-Configure -ALL_TARGET= All +BUILD_TARGET= All TEST_TARGET= Test .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "i386") || \ diff --git a/lang/kali/Makefile b/lang/kali/Makefile index a565f630caf..6a01201d94b 100644 --- a/lang/kali/Makefile +++ b/lang/kali/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 21:44:47 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/12/03 15:15:00 wiz Exp $ DISTNAME= kali-0.47 CATEGORIES= lang @@ -9,7 +9,7 @@ HOMEPAGE= http://www.neci.nj.nec.com/PLS/Kali.html COMMENT= Distributed implementation of Scheme GNU_CONFIGURE= yes -ALL_TARGET= # empty +BUILD_TARGET= # empty NOT_FOR_PLATFORM= *-*-alpha diff --git a/lang/libtcl-nothread/Makefile b/lang/libtcl-nothread/Makefile index c0082ae3858..245286d69c8 100644 --- a/lang/libtcl-nothread/Makefile +++ b/lang/libtcl-nothread/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/10/03 00:15:01 tv Exp $ +# $NetBSD: Makefile,v 1.3 2004/12/03 15:15:00 wiz Exp $ # DISTNAME= tcl8.4.6-src @@ -22,7 +22,7 @@ USE_BUILDLINK3= yes USE_LIBTOOL= yes TCLLIB= libtcl84-nothread.la -ALL_TARGET= ${TCLLIB} +BUILD_TARGET= ${TCLLIB} # Add ${VIEWBASE}/lib/tcl to the list of locations for Tcl packages. CONFIGURE_ENV+= TCL_PACKAGE_PATH="${VIEWBASE}/lib/tcl" diff --git a/lang/lua/Makefile b/lang/lua/Makefile index 39aec654b29..c86e09d09c9 100644 --- a/lang/lua/Makefile +++ b/lang/lua/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/10/23 19:10:25 kristerw Exp $ +# $NetBSD: Makefile,v 1.20 2004/12/03 15:15:00 wiz Exp $ DISTNAME= lua-5.0.2 PKGREVISION= 2 @@ -23,7 +23,7 @@ COMMENT= Powerful light-weight language for extending applications PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= yes -ALL_TARGET= all so +BUILD_TARGET= all so INSTALL_TARGET= install soinstall CFLAGS+= -fPIC diff --git a/lang/moscow_ml/Makefile b/lang/moscow_ml/Makefile index 780ac76f0ed..e7d45b71008 100644 --- a/lang/moscow_ml/Makefile +++ b/lang/moscow_ml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/04/24 22:46:10 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2004/12/03 15:15:01 wiz Exp $ DISTNAME= mos20src PKGNAME= moscow_ml-2.00 @@ -14,7 +14,7 @@ COMMENT= Moscow ML, a version of Standard ML WRKSRC= ${WRKDIR}/mosml/src USE_PERL5= build -ALL_TARGET= clean world +BUILD_TARGET= clean world post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/moscow_ml diff --git a/lang/nawk/Makefile b/lang/nawk/Makefile index bb70e935f7e..bd6d1bc43b8 100644 --- a/lang/nawk/Makefile +++ b/lang/nawk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/03/11 20:08:16 reed Exp $ +# $NetBSD: Makefile,v 1.21 2004/12/03 15:15:01 wiz Exp $ # DISTNAME= awk @@ -20,7 +20,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= yes MAKEFILE= makefile MAKE_FLAGS+= CC=${CC:Q} YACC=${YACC:Q} CFLAGS=${CFLAGS:Q} -ALL_TARGET= a.out +BUILD_TARGET= a.out INSTALLATION_DIRS= bin man/man1 diff --git a/lang/nhc98/Makefile b/lang/nhc98/Makefile index b942c471de4..5353fd16cf6 100644 --- a/lang/nhc98/Makefile +++ b/lang/nhc98/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2004/10/03 00:15:02 tv Exp $ +# $NetBSD: Makefile,v 1.32 2004/12/03 15:15:01 wiz Exp $ DISTNAME= nhc98src-1.16 PKGNAME= nhc98-1.16 @@ -27,7 +27,7 @@ CONFIGURE_ARGS+= --buildwith=gcc --installdir=${PREFIX} \ # hbc (Chalmers Haskell). USE_GNU_TOOLS+= make -ALL_TARGET= default +BUILD_TARGET= default HARCH= `${WRKSRC}/script/harch` PLIST_SUBST+= HARCH=${HARCH} diff --git a/lang/objc/Makefile b/lang/objc/Makefile index 111d78f4add..33417d6fa40 100644 --- a/lang/objc/Makefile +++ b/lang/objc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/09/24 00:28:01 rh Exp $ +# $NetBSD: Makefile,v 1.2 2004/12/03 15:15:01 wiz Exp $ # DISTNAME= objc-3.2.5 @@ -15,7 +15,7 @@ WRKSRC_BS= ${WRKDIR}/${DIST_BS} CONFIGURE_DIRS= ${WRKSRC_BS} ${WRKSRC} PREPEND_PATH+= ${WRKSRC_BS} -ALL_TARGET= default +BUILD_TARGET= default USE_GNU_TOOLS+= lex USE_BUILDLINK3= yes @@ -24,7 +24,7 @@ GNU_CONFIGURE= yes pre-configure: ${ECHO} >> ${WRKSRC_BS}/configure \ - '${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${BUILD_MAKE_FLAGS} -f ${MAKEFILE} ${ALL_TARGET}' + '${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${BUILD_MAKE_FLAGS} -f ${MAKEFILE} ${BUILD_TARGET}' post-extract: ${RM} -rf `${FIND} ${WRKSRC} -name CVS -type d` diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 160b4656cbc..a17e41d0b18 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2004/10/03 00:15:02 tv Exp $ +# $NetBSD: Makefile,v 1.33 2004/12/03 15:15:01 wiz Exp $ DISTNAME= ocaml-3.06 PKGREVISION= 7 @@ -22,7 +22,7 @@ CONFIGURE_ARGS+= -tklibs "`${SH} -c '. ${TCLCONFIG_SH}; . ${TKCONFIG_SH}; ${ECHO CONFIGURE_ARGS+= -libs "${LDFLAGS}" CONFIGURE_ARGS+= -with-pthread -ALL_TARGET= world +BUILD_TARGET= world .include "../../mk/bsd.prefs.mk" diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index c8fec2aabb4..5c475b1e434 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/21 16:54:04 martti Exp $ +# $NetBSD: Makefile,v 1.5 2004/12/03 15:15:01 wiz Exp $ # DISTNAME= parrot-0.0.1 @@ -11,7 +11,7 @@ COMMENT= Bytecode language possibly to be used by Perl/Python USE_PERL5= # defined -ALL_TARGET= test_prog +BUILD_TARGET= test_prog do-install: ${INSTALL_PROGRAM_DIR} ${PREFIX}/include/parrot diff --git a/lang/python20/Makefile.inc b/lang/python20/Makefile.inc index 79fdb8a9334..bc56fb15318 100644 --- a/lang/python20/Makefile.inc +++ b/lang/python20/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.2 2002/12/07 02:38:58 schmonz Exp $ +# $NetBSD: Makefile.inc,v 1.3 2004/12/03 15:15:01 wiz Exp $ # PY_VERSION= 2.0 @@ -21,7 +21,7 @@ PY_COMPILEDIR= ${PY_PROG} ${PY_LIBDIR}/compileall.py DEPENDS+= python20-${PY_VERSION}*:../../lang/python20 -ALL_TARGET?= default +BUILD_TARGET?= default .if ${MACHINE_ARCH} == "sparc64" PKG_FAIL_REASON= "${PKGNAME} needs dynamic loading" diff --git a/lang/ruby/modules.mk b/lang/ruby/modules.mk index e3155dad115..536f412a5ed 100644 --- a/lang/ruby/modules.mk +++ b/lang/ruby/modules.mk @@ -1,4 +1,4 @@ -# $NetBSD: modules.mk,v 1.1.1.1 2004/11/27 13:57:21 taca Exp $ +# $NetBSD: modules.mk,v 1.2 2004/12/03 15:15:01 wiz Exp $ .if !defined(_RUBY_MODULE_MK) _RUBY_MODULE_MK= # defined @@ -54,7 +54,7 @@ do-build: ruby-extconf-build ruby-extconf-build: .for d in ${RUBY_EXTCONF_SUBDIRS} @${ECHO_MSG} "===> Building ${d}" - ${_PKG_SILENT}${_PKG_DEBUG}cd ${WRKSRC}/${d}; ${SETENV} ${MAKE_ENV} ${MAKE} ${ALL_TARGET} + ${_PKG_SILENT}${_PKG_DEBUG}cd ${WRKSRC}/${d}; ${SETENV} ${MAKE_ENV} ${MAKE} ${BUILD_TARGET} .endfor .endif diff --git a/lang/sather/Makefile b/lang/sather/Makefile index 119b9b284aa..ba02eb82b79 100644 --- a/lang/sather/Makefile +++ b/lang/sather/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/11/28 19:19:52 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2004/12/03 15:15:01 wiz Exp $ DISTNAME= sather-1.2.1 PKGREVISION= 5 @@ -13,7 +13,7 @@ USE_BUILDLINK3= yes USE_X11= # defined USE_GNU_TOOLS+= make -ALL_TARGET= full optional +BUILD_TARGET= full optional USE_MAKEINFO= YES INFO_FILES= sather.info sather-tutorial.info sather-mode.info diff --git a/lang/scheme48/Makefile b/lang/scheme48/Makefile index a1a7cdb0d2a..7b4918fe8e0 100644 --- a/lang/scheme48/Makefile +++ b/lang/scheme48/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2003/08/27 09:14:43 itojun Exp $ +# $NetBSD: Makefile,v 1.23 2004/12/03 15:15:01 wiz Exp $ # FreeBSD Id: Makefile,v 1.10 1997/08/27 19:31:37 jmacd Exp # @@ -15,7 +15,7 @@ NOT_FOR_PLATFORM= *-*-alpha # *severe* problems. Bus error, alignment GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} -ALL_TARGET= enough +BUILD_TARGET= enough post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/scheme48 diff --git a/lang/scm/Makefile b/lang/scm/Makefile index fbf1d79b7f4..a153e9e4e89 100644 --- a/lang/scm/Makefile +++ b/lang/scm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/11/28 16:01:57 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2004/12/03 15:15:01 wiz Exp $ # DISTNAME= scm5d8 @@ -20,7 +20,7 @@ USE_X11= # defined WRKSRC= ${WRKDIR}/scm -ALL_TARGET= scmlit libscm.a +BUILD_TARGET= scmlit libscm.a INSTALL_TARGET= install installlib INFO_FILES= scm.info hobbit.info Xlibscm.info diff --git a/lang/siod/Makefile b/lang/siod/Makefile index 18e8982dda7..06aa8dbd354 100644 --- a/lang/siod/Makefile +++ b/lang/siod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/01/20 12:19:17 agc Exp $ +# $NetBSD: Makefile,v 1.12 2004/12/03 15:15:01 wiz Exp $ DISTNAME= siod PKGNAME= siod-3.0 @@ -14,7 +14,7 @@ DEPENDS+= sdbm-[0-9]*:../../databases/sdbm WRKSRC= ${WRKDIR} MAKEFILE= makefile -ALL_TARGET= ${OPSYS} +BUILD_TARGET= ${OPSYS} MAKE_ENV+= CC="${CC}" CPPFLAGS+= -Dunix=1 diff --git a/lang/smalleiffel/Makefile b/lang/smalleiffel/Makefile index 8d25befa3db..2db4d5c1f3b 100644 --- a/lang/smalleiffel/Makefile +++ b/lang/smalleiffel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/11/28 15:15:30 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2004/12/03 15:15:01 wiz Exp $ # DISTNAME= ${PKGNAME:S/smalleiffel/se/} @@ -14,7 +14,7 @@ HOMEPAGE= http://smalleiffel.loria.fr/ COMMENT= GNU Eiffel compiler MAKE_ENV+= SmallEiffel=${WRKSRC}/sys/system.se -ALL_TARGET= ./bin/compile_to_c +BUILD_TARGET= ./bin/compile_to_c WRKSRC= ${WRKDIR}/SmallEiffel DOCDIR= ${PREFIX}/share/doc/html/smalleiffel diff --git a/lang/snobol/Makefile b/lang/snobol/Makefile index c683bcb483c..a8bdf69d0d1 100644 --- a/lang/snobol/Makefile +++ b/lang/snobol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/11/29 01:12:39 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 2004/12/03 15:15:01 wiz Exp $ # DISTNAME= snobol-0.99.4 @@ -16,7 +16,7 @@ BUILD_DEPENDS= unzip-[0-9]*:../../archivers/unzip EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -ALL_TARGET= it +BUILD_TARGET= it USE_CONFIGURE= NO diff --git a/lang/twelf/Makefile b/lang/twelf/Makefile index 01c3394d923..5d2255e4b42 100644 --- a/lang/twelf/Makefile +++ b/lang/twelf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/01/20 12:19:18 agc Exp $ +# $NetBSD: Makefile,v 1.8 2004/12/03 15:15:01 wiz Exp $ # DISTNAME= twelf-1-4 @@ -22,7 +22,7 @@ NO_BIN_ON_CDROM= ${RESTRICTED} WRKSRC= ${WRKDIR}/twelf MAKEFILE= smlnj/Makefile MAKEFLAGS+= sml=${PREFIX:Q}/bin/sml -ALL_TARGET= twelf-server twelf-sml +BUILD_TARGET= twelf-server twelf-sml INFO_FILES= twelf.info diff --git a/lang/umb-scheme/Makefile b/lang/umb-scheme/Makefile index 1a6493f93ba..96dd4990282 100644 --- a/lang/umb-scheme/Makefile +++ b/lang/umb-scheme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/01/20 12:19:18 agc Exp $ +# $NetBSD: Makefile,v 1.9 2004/12/03 15:15:02 wiz Exp $ DISTNAME= umb-scheme-3.2 CATEGORIES= lang @@ -9,7 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org COMMENT= UMB Scheme interpreter WRKSRC= ${WRKDIR}/scheme-3.2 -ALL_TARGET= default +BUILD_TARGET= default pre-patch: ${MV} ${WRKSRC}/scheme.1 ${WRKSRC}/scheme.1.dist |