Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-5] src
Module Name: src
Committed By: msaitoh
Date: Fri Mar 27 14:50:36 UTC 2009
Modified Files:
src [netbsd-5]: Makefile
src/etc [netbsd-5]: Makefile
src/sys/arch/x86/acpi [netbsd-5]: Makefile.wakecode.inc genwakecode.sh
src/sys/conf [netbsd-5]: Makefile.kern.inc
src/usr.bin/hexdump [netbsd-5]: parse.c
src/usr.sbin/postinstall [netbsd-5]: postinstall
Log Message:
Pull up following revision(s) (requested by sketch in ticket #536):
etc/Makefile: revision 1.364
Makefile: revision 1.267
usr.sbin/postinstall/postinstall: revision 1.90
usr.bin/hexdump/parse.c: revision 1.25
sys/arch/x86/acpi/genwakecode.sh: revision 1.3
usr.sbin/postinstall/postinstall: revision 1.87
usr.sbin/postinstall/postinstall: revision 1.88
usr.sbin/postinstall/postinstall: revision 1.89
sys/arch/x86/acpi/Makefile.wakecode.inc: revision 1.4
sys/conf/Makefile.kern.inc: revision 1.120
Use ll instead of non-standard q as length modifier in format strings. Makes
this work on Solaris. OK by apb.
Not every grep knows -q. Ok by apb.
Use sed, awk and hexdump from tools to make this work on Solaris. Ok by apb.
Use awk and grep host tools where required. 'build.sh release' now
works on Solaris (but only with HOST_CC=/usr/sfw/bin/gcc for now).
"grep -q" is not portable; use "grep >/dev/null" instead. Also add a
comment saying that postinstal is invoked during a cross build.
In file_exists_exact(), fix an incorrect test of "1" instead of "$1",
and improve the comment explaining what this function does.
As long as we don't yet have a working TOOL_GREP, fgrep is more portablethan
grep -F.
To generate a diff of this commit:
cvs rdiff -u -r1.262.2.2 -r1.262.2.3 src/Makefile
cvs rdiff -u -r1.359.2.2 -r1.359.2.3 src/etc/Makefile
cvs rdiff -u -r1.3 -r1.3.26.1 src/sys/arch/x86/acpi/Makefile.wakecode.inc
cvs rdiff -u -r1.2 -r1.2.28.1 src/sys/arch/x86/acpi/genwakecode.sh
cvs rdiff -u -r1.118.4.1 -r1.118.4.2 src/sys/conf/Makefile.kern.inc
cvs rdiff -u -r1.24 -r1.24.24.1 src/usr.bin/hexdump/parse.c
cvs rdiff -u -r1.76.2.9 -r1.76.2.10 src/usr.sbin/postinstall/postinstall
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index