Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/alpha/rz25dist TARGETS is defined by bsd.own.mk, so ...
details: https://anonhg.NetBSD.org/src/rev/02840abaae9d
branches: trunk
changeset: 521844:02840abaae9d
user: ross <ross%NetBSD.org@localhost>
date: Wed Feb 06 23:29:42 2002 +0000
description:
TARGETS is defined by bsd.own.mk, so use LOCALTARGETS instead
diffstat:
distrib/alpha/rz25dist/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (35 lines):
diff -r a4a530b7ecfb -r 02840abaae9d distrib/alpha/rz25dist/Makefile
--- a/distrib/alpha/rz25dist/Makefile Wed Feb 06 21:32:16 2002 +0000
+++ b/distrib/alpha/rz25dist/Makefile Wed Feb 06 23:29:42 2002 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.25 2000/08/30 23:51:49 jhawk Exp $
+# $NetBSD: Makefile,v 1.26 2002/02/06 23:29:42 ross Exp $
.include "../../../Makefile.inc"
# Make a distribution for the alpha, on a spare disk.
# This creates a large, gzipped disk image in ${.OBJDIR}
-TARGETS= bin.tar.gz etc.tar.gz x11.tar.gz diskimage.gz
+LOCALTARGETS= bin.tar.gz etc.tar.gz x11.tar.gz diskimage.gz
.if !defined(DESTDIR) || !defined(DESTDISK)
all:
@@ -18,7 +18,7 @@
SECPERCYL= 343
CYLS= 1189
-all: ${TARGETS}
+all: ${LOCALTARGETS}
mount-fs:
disklabel -W ${DESTDISK}
@@ -98,7 +98,7 @@
# clean dependencies in case somebody decides to shortcut the build.
clean cleandir distclean:
- /bin/rm -f ${TARGETS}
+ /bin/rm -f ${LOCALTARGETS}
/bin/rm -f mount-fs build-fs unmount-fs
.include <bsd.kernobj.mk>
Home |
Main Index |
Thread Index |
Old Index