Source-Changes-HG archive

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

[src/trunk]: src/distrib/evbarm/gzboot NOMAN needs to be defined *before* pul...



details:   https://anonhg.NetBSD.org/src/rev/52f1c1a6a396
branches:  trunk
changeset: 525462:52f1c1a6a396
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Apr 11 23:35:43 2002 +0000

description:
NOMAN needs to be defined *before* pulling in <bsd.own.mk>.

diffstat:

 distrib/evbarm/gzboot/gzboot_IQ80310_flash_0x00080000/Makefile |  4 +++-
 distrib/evbarm/gzboot/gzboot_IQ80321_flash_0xf0080000/Makefile |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r a2a600d33e55 -r 52f1c1a6a396 distrib/evbarm/gzboot/gzboot_IQ80310_flash_0x00080000/Makefile
--- a/distrib/evbarm/gzboot/gzboot_IQ80310_flash_0x00080000/Makefile    Thu Apr 11 22:54:01 2002 +0000
+++ b/distrib/evbarm/gzboot/gzboot_IQ80310_flash_0x00080000/Makefile    Thu Apr 11 23:35:43 2002 +0000
@@ -1,4 +1,6 @@
-#      $NetBSD: Makefile,v 1.2 2002/04/11 12:19:42 lukem Exp $
+#      $NetBSD: Makefile,v 1.3 2002/04/11 23:35:43 thorpej Exp $
+
+NOMAN= # defined
 
 .include <bsd.own.mk>
 .include "${_SRC_TOP_}/distrib/Makefile.inc"
diff -r a2a600d33e55 -r 52f1c1a6a396 distrib/evbarm/gzboot/gzboot_IQ80321_flash_0xf0080000/Makefile
--- a/distrib/evbarm/gzboot/gzboot_IQ80321_flash_0xf0080000/Makefile    Thu Apr 11 22:54:01 2002 +0000
+++ b/distrib/evbarm/gzboot/gzboot_IQ80321_flash_0xf0080000/Makefile    Thu Apr 11 23:35:43 2002 +0000
@@ -1,4 +1,6 @@
-#      $NetBSD: Makefile,v 1.2 2002/04/11 12:19:43 lukem Exp $
+#      $NetBSD: Makefile,v 1.3 2002/04/11 23:35:44 thorpej Exp $
+
+NOMAN= # defined
 
 .include <bsd.own.mk>
 .include "${_SRC_TOP_}/distrib/Makefile.inc"



Home | Main Index | Thread Index | Old Index