Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/emips/stand/bootxx_cd9660 kill useless expr



details:   https://anonhg.NetBSD.org/src/rev/a8ae9d72ae0b
branches:  trunk
changeset: 790357:a8ae9d72ae0b
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Oct 04 15:02:14 2013 +0000

description:
kill useless expr

diffstat:

 sys/arch/emips/stand/bootxx_cd9660/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 642e64eb7773 -r a8ae9d72ae0b sys/arch/emips/stand/bootxx_cd9660/Makefile
--- a/sys/arch/emips/stand/bootxx_cd9660/Makefile       Fri Oct 04 15:01:52 2013 +0000
+++ b/sys/arch/emips/stand/bootxx_cd9660/Makefile       Fri Oct 04 15:02:14 2013 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2011/01/26 01:18:53 pooka Exp $
+# $NetBSD: Makefile,v 1.2 2013/10/04 15:02:14 christos Exp $
 
 PRIMARY_PROG=  bootxx_cd9660
 CPPFLAGS+=     -DLIBSA_SINGLE_FILESYSTEM=cd9660 \
                -DBOOTXX_FS_NAME='"ISO 9660"'
 
 # XXX the following could probably be increased
-PRIMARY_MAX_LOAD!=     expr 8192
+PRIMARY_MAX_LOAD=      8192
 
 .include "../Makefile.booters"



Home | Main Index | Thread Index | Old Index