History log of /netbsd/build.sh (Results 126 – 150 of 373)
Revision Date Author Comments
# c01b1a2f 09-Sep-2011 apb <apb@NetBSD.org>

Allow MAKEFLAGS to be set via build.sh -V. Somebody asked for this
in 2008.

Also add comments above a few functions in build.sh, and bump copyright
dates.


# dbc8babf 30-Aug-2011 apb <apb@NetBSD.org>

Escape '$' in double quotes.


# 7e511d1d 15-Aug-2011 wiz <wiz@NetBSD.org>

Add `-h' and `-y' to `Usage' (which were missing there);
synchronize the options list from `Usage' with its own summary,
and re-outline that list;
two corrections in the order of the options in (par

Add `-h' and `-y' to `Usage' (which were missing there);
synchronize the options list from `Usage' with its own summary,
and re-outline that list;
two corrections in the order of the options in (parseoptions) list;
a small punctuation change;
remove trailing whitespace in one line.

From Snader_LB.

show more ...


# 732d28bd 08-Aug-2011 jmcneill <jmcneill@NetBSD.org>

add an installmodules=<dir> command to build.sh


# d1487e48 26-Jan-2011 pooka <pooka@NetBSD.org>

Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Rese

Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.

show more ...


# a7e39057 23-Jan-2011 matt <matt@NetBSD.org>

Add arc64 alias


# 19edb506 06-Dec-2010 pooka <pooka@NetBSD.org>

* test librumpdev_dm
* update rumpcrypto name


# e105cd79 23-Nov-2010 pooka <pooka@NetBSD.org>

ld wants to create a 0-byte file before it starts linking, with
the default being ./a.out. If we run build.sh rumptest from a r/o
fs, linking fails before it gets to the parts that interest us and
t

ld wants to create a 0-byte file before it starts linking, with
the default being ./a.out. If we run build.sh rumptest from a r/o
fs, linking fails before it gets to the parts that interest us and
the whole test silently fails.

So:
1) use -o /tmp/rumptest.$$ (objdir might be better, but I couldn't
determine with a high confidence how to obtain the definite one
in build.sh)
2) catch "cannot open output file" error from ld

show more ...


# 658930c4 24-Aug-2010 pgoyette <pgoyette@NetBSD.org>

Replace a couple uses of '$@' with '$*'
In statusmsg2() make the msg variable local.

More thanks to Robert Elz.


# d4e0edae 24-Aug-2010 pgoyette <pgoyette@NetBSD.org>

Quote the $msg variable to ensure that leading/trailing spaces get counted.

Thanks to Robert Elz.


# 0285d73f 24-Aug-2010 pgoyette <pgoyette@NetBSD.org>

Improve formatting of column-aligned output, as discussed on current-users.


# 4728ba3a 17-Jun-2010 pooka <pooka@NetBSD.org>

add tty to rumptest


# af152ef2 27-May-2010 pgoyette <pgoyette@NetBSD.org>

Minor grammar improvement in status message.


# af6d218f 11-May-2010 pooka <pooka@NetBSD.org>

Test for barebones rump network config (i.e. just rumpnet and kernel base).


# 3a05a008 09-May-2010 morr <morr@NetBSD.org>

Don't try to build xldscripts during build.sh modules


# 4e1acfb4 30-Mar-2010 cegger <cegger@NetBSD.org>

move change from rev 1.232 to the initialization part.
This fixes the problem 'nbconfig: cannot create /GENERIC'
when KERNOBJDIR has a relative path and is defined as env variable.
Problem reported a

move change from rev 1.232 to the initialization part.
This fixes the problem 'nbconfig: cannot create /GENERIC'
when KERNOBJDIR has a relative path and is defined as env variable.
Problem reported and fix proposed on tech-toolchain@.

'commit it then' christos@

show more ...


# b1d42d35 26-Mar-2010 christos <christos@NetBSD.org>

make kernobjdir absolute.


# 9bd962ee 07-Mar-2010 hans <hans@NetBSD.org>

Make build.sh work again with /usr/xpg4/bin/sh on Solaris. Ok by pooka.


# c141020c 07-Mar-2010 pooka <pooka@NetBSD.org>

* detect missing libraries (such as -lrumpfs_msdosfs)
* fix spelling of -lrumpfs_msdos
* update linklists


# f3ca69bb 26-Feb-2010 pooka <pooka@NetBSD.org>

Don't need to set NORUMPUSER since rumpuser isn't built from sys
anymore.


# 49d3a570 13-Jan-2010 pooka <pooka@NetBSD.org>

need object directory for etc/mtree to run distrib-dirs


# 2fdef1b4 13-Jan-2010 pooka <pooka@NetBSD.org>

In rumptest, create obj dirs before distrib dirs. Fail if distrib dir
creation fails.

per clue-by-4 from mrg


# 2940930e 26-Dec-2009 mbalmer <mbalmer@NetBSD.org>

'build.sh ... modules' only builds modules, but does not install them,
reflect that in the scripts output. While here, fix the past form of build.


# 3a2430f4 17-Dec-2009 matt <matt@NetBSD.org>

Add cobalt64 alias and indicte cobalt can be mips64el too.


# 18194812 14-Dec-2009 matt <matt@NetBSD.org>

Merge from matt-nb5-mips64


12345678910>>...15