pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files/add just use ${OPSYS} and $...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b990c186af92
branches:  trunk
changeset: 468229:b990c186af92
user:      grant <grant%pkgsrc.org@localhost>
date:      Wed Feb 11 11:31:26 2004 +0000

description:
just use ${OPSYS} and ${MACHINE_ARCH} from the environment. this means
we can set it in the environment if bootstrapping or have pkgsrc do it
for us.

diffstat:

 pkgtools/pkg_install/files/add/Makefile.in |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1f6630e35d64 -r b990c186af92 pkgtools/pkg_install/files/add/Makefile.in
--- a/pkgtools/pkg_install/files/add/Makefile.in        Wed Feb 11 11:30:49 2004 +0000
+++ b/pkgtools/pkg_install/files/add/Makefile.in        Wed Feb 11 11:31:26 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.in,v 1.10 2003/10/06 10:12:42 grant Exp $
+# $NetBSD: Makefile.in,v 1.11 2004/02/11 11:31:26 grant Exp $
 
 srcdir=                @srcdir@
 
@@ -14,7 +14,7 @@
 CCLD=          $(CC)
 LIBS=          -linstall @LIBS@
 CPPFLAGS=      @CPPFLAGS@ -I. -I$(srcdir) -I../lib
-DEFS=          @DEFS@ -DBINDIR=\"$(sbindir)\" -DMTREE_CMD=\"@mtree@\" -DTAR_CMD=\"@tar@\"
+DEFS=          @DEFS@ -DOPSYS_NAME=\"$(OPSYS)\" -DMACHINE_ARCH=\"$(MACHINE_ARCH)\" -DBINDIR=\"$(sbindir)\" -DMTREE_CMD=\"@mtree@\" -DTAR_CMD=\"@tar@\" 
 CFLAGS=                @CFLAGS@
 LDFLAGS=       @LDFLAGS@ -L../lib
 



Home | Main Index | Thread Index | Old Index