
CVS log for src/share/mk/bsd.own.mk
Up to [NetBSD] / src / share / mk
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.695: download - view: text, markup, annotated - select for diffs
Tue Feb 7 20:33:19 2012 CET (2 days, 1 hour ago) by joerg
Branches: MAIN
CVS tags: HEAD
Diff to previous 1.694: preferred, colored
Changes since revision 1.694: +6 -5
lines
Switch to using mandoc for formatting man pages as new default.
Stop building catpages by default.
Revision 1.694: download - view: text, markup, annotated - select for diffs
Tue Feb 7 20:13:31 2012 CET (2 days, 1 hour ago) by joerg
Branches: MAIN
Diff to previous 1.693: preferred, colored
Changes since revision 1.693: +2 -1
lines
Import the new apropos/whatis.
This code has been developed by Abhinav Upadhyay as part of Google's Summer
of Code 2011. It uses libmandoc to parse man pages and builds a Full
Text Index in a SQLite database. The combination of indexing the full
manual page, filtering out stop words and ranking individual matches
based on the section gives a much improved user experience.
The old makewhatis and friends are kept under MKMAKEMANDB=no for now.
Revision 1.693: download - view: text, markup, annotated - select for diffs
Fri Nov 25 23:03:42 2011 CET (2 months, 2 weeks ago) by skrll
Branches: MAIN
Diff to previous 1.692: preferred, colored
Changes since revision 1.692: +2 -3
lines
Switch hppa to gdb 7.
Revision 1.692: download - view: text, markup, annotated - select for diffs
Tue Nov 15 23:55:28 2011 CET (2 months, 3 weeks ago) by jdc
Branches: MAIN
Diff to previous 1.691: preferred, colored
Changes since revision 1.691: +2 -3
lines
Switch alpha to gdb 7.
Revision 1.691: download - view: text, markup, annotated - select for diffs
Wed Nov 2 01:10:08 2011 CET (3 months, 1 week ago) by uwe
Branches: MAIN
CVS tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache
Diff to previous 1.690: preferred, colored
Changes since revision 1.690: +1 -2
lines
Switch sh3 to gdb7.
Revision 1.690: download - view: text, markup, annotated - select for diffs
Tue Nov 1 22:16:29 2011 CET (3 months, 1 week ago) by joerg
Branches: MAIN
Diff to previous 1.689: preferred, colored
Changes since revision 1.689: +2 -2
lines
Hook up nbperf into the normal tool build.
Revision 1.689: download - view: text, markup, annotated - select for diffs
Mon Oct 31 15:20:11 2011 CET (3 months, 1 week ago) by chs
Branches: MAIN
Diff to previous 1.688: preferred, colored
Changes since revision 1.688: +2 -6
lines
switch everything except vax to gcc 4.5.
switch m68k to -Os since -O2 produces much bigger code
with gcc 4.5 than it did with gcc 4.1.
Revision 1.688: download - view: text, markup, annotated - select for diffs
Mon Oct 31 09:14:44 2011 CET (3 months, 1 week ago) by mrg
Branches: MAIN
Diff to previous 1.687: preferred, colored
Changes since revision 1.687: +19 -33
lines
obsolete now useless (and wrongly set to "219" :-) HAVE_BINUTILS.
switch the sense of the gdb and gcc tests to list the platforms not
switched to gcc 4.5 or gdb 7, which is now:
GCC 4.1:
.if ${MACHINE_ARCH} == "alpha" || \
${MACHINE_CPU} == "arm" || \
${MACHINE_CPU} == "m68k" || \
${MACHINE_CPU} == "vax"
GDB 6:
.if ${MACHINE_ARCH} == "alpha" || \
${MACHINE_ARCH} == "hppa" || \
${MACHINE_CPU} == "mips" || \
${MACHINE_CPU} == "sh3" || \
${MACHINE_ARCH} == "vax"
let's go, people! (-:
Revision 1.687: download - view: text, markup, annotated - select for diffs
Sun Oct 30 09:50:14 2011 CET (3 months, 1 week ago) by mrg
Branches: MAIN
Diff to previous 1.686: preferred, colored
Changes since revision 1.686: +16 -14
lines
switch powerpc64 to GCC 4.5 and GDB 7. untested, but it builds which
is a step forward from a week ago.
Revision 1.686: download - view: text, markup, annotated - select for diffs
Fri Oct 28 08:28:48 2011 (3 months, 1 week ago) by mrg
Branches: MAIN
Diff to previous 1.685: preferred, colored
Changes since revision 1.685: +3 -2
lines
switch m68* to GDB 7.3.1. tested on sun2 and sun3 in TME. works
at least reasonably on sun3. GCC 4.1 barely runs on sun2 and GCC
4.5 doesn't run...
Revision 1.685: download - view: text, markup, annotated - select for diffs
Tue Oct 25 07:54:15 2011 (3 months, 2 weeks ago) by mrg
Branches: MAIN
Diff to previous 1.684: preferred, colored
Changes since revision 1.684: +6 -2
lines
switch sparc, sparc64, arm and powerpc to GDB 7.
Revision 1.684: download - view: text, markup, annotated - select for diffs
Tue Oct 11 15:54:00 2011 (3 months, 4 weeks ago) by joerg
Branches: MAIN
Diff to previous 1.683: preferred, colored
Changes since revision 1.683: +5 -3
lines
Update LLVM/Clang snapshot to r141658. This primarily fixes a regression
preventing Qt4 from building.
Revision 1.683: download - view: text, markup, annotated - select for diffs
Sat Oct 8 23:55:16 2011 (4 months ago) by christos
Branches: MAIN
Diff to previous 1.682: preferred, colored
Changes since revision 1.682: +10 -1
lines
Switch i386 and amd64 to gdb7.
Revision 1.682: download - view: text, markup, annotated - select for diffs
Mon Oct 3 00:10:10 2011 (4 months, 1 week ago) by christos
Branches: MAIN
Diff to previous 1.681: preferred, colored
Changes since revision 1.681: +3 -2
lines
No point on keeping hp700 on the old gcc; it is produces broken assembly
according to the new binutils.
Revision 1.681: download - view: text, markup, annotated - select for diffs
Sat Aug 27 20:35:20 2011 (5 months, 2 weeks ago) by joerg
Branches: MAIN
Diff to previous 1.680: preferred, colored
Changes since revision 1.680: +3 -3
lines
Add new "analyze" command to run clang's static analyzer in a directory
on all C/C++ files.
Revision 1.680: download - view: text, markup, annotated - select for diffs
Thu Aug 25 02:01:25 2011 (5 months, 2 weeks ago) by uwe
Branches: MAIN
Diff to previous 1.679: preferred, colored
Changes since revision 1.679: +2 -1
lines
Switch sh3 to GCC 4.5. Tested on landisk (including doing build.sh on it).
Revision 1.679: download - view: text, markup, annotated - select for diffs
Wed Aug 17 11:18:38 2011 (5 months, 3 weeks ago) by mrg
Branches: MAIN
Diff to previous 1.678: preferred, colored
Changes since revision 1.678: +2 -1
lines
switch sparc to GCC 4.5.3.
Revision 1.678: download - view: text, markup, annotated - select for diffs
Sun Aug 7 10:15:02 2011 (6 months ago) by mrg
Branches: MAIN
Diff to previous 1.677: preferred, colored
Changes since revision 1.677: +6 -4
lines
switch x86 to GCC 4.5.
Revision 1.677: download - view: text, markup, annotated - select for diffs
Fri Aug 5 02:24:12 2011 (6 months ago) by matt
Branches: MAIN
Diff to previous 1.676: preferred, colored
Changes since revision 1.676: +4 -2
lines
Switch mips and powerpc to GCC 4.5
Revision 1.676: download - view: text, markup, annotated - select for diffs
Thu Aug 4 02:52:50 2011 (6 months, 1 week ago) by mrg
Branches: MAIN
Diff to previous 1.675: preferred, colored
Changes since revision 1.675: +11 -2
lines
switch sparc64 to GCC 4.5.3.
Revision 1.542.2.13.2.1: download - view: text, markup, annotated - select for diffs
Tue Jul 26 04:57:26 2011 (6 months, 2 weeks ago) by matt
Branches: matt-nb5-pq3
Diff to previous 1.542.2.13: preferred, colored next main 1.542.2.14: preferred, colored
Changes since revision 1.542.2.13: +3 -1
lines
Add mkubootimage from -HEAD
Revision 1.675: download - view: text, markup, annotated - select for diffs
Sun Jul 17 01:42:42 2011 (6 months, 3 weeks ago) by tsutsui
Branches: MAIN
Diff to previous 1.674: preferred, colored
Changes since revision 1.674: +4 -1
lines
Add definitions for elf2aout tools.
Revision 1.674: download - view: text, markup, annotated - select for diffs
Sun Jul 10 06:36:13 2011 (7 months ago) by tsutsui
Branches: MAIN
Diff to previous 1.673: preferred, colored
Changes since revision 1.673: +22 -1
lines
Add OBJCOPY_ELF2AOUT_FLAGS for some arm ports to create a.out binaries
using objcopy(1) for old firmware, shared among src/distrib and
src/sys/arch/${MACHIHNE}/conf/Makefile.${MACHINE}.inc.
Discussed with mrg@ and matt@ on source-changes-d@.
Revision 1.673: download - view: text, markup, annotated - select for diffs
Sat Jul 2 22:21:16 2011 (7 months, 1 week ago) by matt
Branches: MAIN
Diff to previous 1.672: preferred, colored
Changes since revision 1.672: +2 -1
lines
Switch powerpc to USE_COMPILERCRTSTUFF=no
Revision 1.672: download - view: text, markup, annotated - select for diffs
Thu Jun 30 20:09:54 2011 (7 months, 1 week ago) by matt
Branches: MAIN
Diff to previous 1.671: preferred, colored
Changes since revision 1.671: +7 -1
lines
After making sure USE_PIGZGZIP is defined, add a TOOL_GZIP which will be
gzip or ${TOOL_PIGZ}. Use of gzip can be replaced with ${TOOL_GZIP} and
automatically get to use pigz if USE_PIGZGZIP is defined as "yes". This
avoid having to special case each of gzip.
Revision 1.669.2.1: download - view: text, markup, annotated - select for diffs
Thu Jun 23 16:18:46 2011 (7 months, 2 weeks ago) by cherry
Branches: cherry-xenmp
Diff to previous 1.669: preferred, colored next main 1.670: preferred, colored
Changes since revision 1.669: +14 -6
lines
Catchup with rmind-uvmplock merge.
Revision 1.671: download - view: text, markup, annotated - select for diffs
Mon Jun 20 08:52:37 2011 (7 months, 3 weeks ago) by mrg
Branches: MAIN
Diff to previous 1.670: preferred, colored
Changes since revision 1.670: +3 -3
lines
remove all the code that supported HAVE_GCC=3. mostly from chuq.
Revision 1.670: download - view: text, markup, annotated - select for diffs
Wed Jun 15 11:45:59 2011 (7 months, 3 weeks ago) by mrg
Branches: MAIN
Diff to previous 1.669: preferred, colored
Changes since revision 1.669: +12 -4
lines
build evbppc modules in 3 different flavours:
- oea (default)
- ibm4xx
- booke
this, together with earlier machine_module[] work, should allow evbppc
platforms to use modules.
Revision 1.669: download - view: text, markup, annotated - select for diffs
Fri May 27 19:06:54 2011 (8 months, 2 weeks ago) by drochner
Branches: MAIN
CVS tags: cherry-xenmp-base
Branch point for: cherry-xenmp
Diff to previous 1.668: preferred, colored
Changes since revision 1.668: +2 -2
lines
make the "tags" target non-.PHONY because it reflects a real file,
and remove some nonsense in libc Makefile which caused that
a "tags" file was written in my source tree
Revision 1.542.2.9.4.7: download - view: text, markup, annotated - select for diffs
Fri May 20 18:35:10 2011 (8 months, 3 weeks ago) by matt
Branches: matt-nb5-mips64
Diff to previous 1.542.2.9.4.6: preferred, colored to branchpoint 1.542.2.9: preferred, colored next main 1.542.2.10: preferred, colored
Changes since revision 1.542.2.9.4.6: +3 -1
lines
Add TOOL_MKUBOOTIMAGE
Revision 1.668: download - view: text, markup, annotated - select for diffs
Fri May 20 18:02:23 2011 (8 months, 3 weeks ago) by plunky
Branches: MAIN
Diff to previous 1.667: preferred, colored
Changes since revision 1.667: +2 -2
lines
simplify PCC inclusion; MKPCCDMDS is not really required
Revision 1.667: download - view: text, markup, annotated - select for diffs
Thu May 19 16:29:27 2011 (8 months, 3 weeks ago) by joerg
Branches: MAIN
Diff to previous 1.666: preferred, colored
Changes since revision 1.666: +58 -20
lines
Add fine-grained compiler selection, including clang support.
Revision 1.666: download - view: text, markup, annotated - select for diffs
Thu May 19 08:09:36 2011 (8 months, 3 weeks ago) by adam
Branches: MAIN
Diff to previous 1.665: preferred, colored
Changes since revision 1.665: +2 -10
lines
Reverting last change; joerg has a better approach
Revision 1.665: download - view: text, markup, annotated - select for diffs
Wed May 18 15:08:14 2011 (8 months, 3 weeks ago) by adam
Branches: MAIN
Diff to previous 1.664: preferred, colored
Changes since revision 1.664: +10 -2
lines
Add support for LLVM/Clang
Revision 1.664: download - view: text, markup, annotated - select for diffs
Mon May 9 16:36:48 2011 (9 months ago) by haad
Branches: MAIN
Diff to previous 1.663: preferred, colored
Changes since revision 1.663: +2 -2
lines
Add MKPERFUSE flag to those who are enabled by default.
Revision 1.542.2.9.4.6: download - view: text, markup, annotated - select for diffs
Fri Apr 29 09:48:36 2011 (9 months, 1 week ago) by matt
Branches: matt-nb5-mips64
Diff to previous 1.542.2.9.4.5: preferred, colored to branchpoint 1.542.2.9: preferred, colored
Changes since revision 1.542.2.9.4.5: +8 -1
lines
Pull in true (128-bit) long double support for MIPS from -current.
Revision 1.663: download - view: text, markup, annotated - select for diffs
Thu Apr 21 16:26:35 2011 (9 months, 2 weeks ago) by joerg
Branches: MAIN
Diff to previous 1.662: preferred, colored
Changes since revision 1.662: +3 -3
lines
Add MKBSDGREP switch for easy testing of the GNU grep
replacement/alternative.
Revision 1.662: download - view: text, markup, annotated - select for diffs
Mon Apr 18 04:16:55 2011 (9 months, 3 weeks ago) by joerg
Branches: MAIN
Diff to previous 1.661: preferred, colored
Changes since revision 1.661: +12 -13
lines
Fix --sysroot usage.
Revision 1.661: download - view: text, markup, annotated - select for diffs
Sun Apr 17 17:03:37 2011 (9 months, 3 weeks ago) by christos
Branches: MAIN
Diff to previous 1.660: preferred, colored
Changes since revision 1.660: +4 -1
lines
Revert previous, breaks builds completely (cd /usr/src/bin/test && make clean &&
make)
Revision 1.660: download - view: text, markup, annotated - select for diffs
Sun Apr 17 14:54:22 2011 (9 months, 3 weeks ago) by tron
Branches: MAIN
Diff to previous 1.659: preferred, colored
Changes since revision 1.659: +1 -4
lines
Don't use "--sysroot=/" for host builds as "nbhost-mkdep" doesn't
understand that option. This should unbreak tool builds.
Revision 1.659: download - view: text, markup, annotated - select for diffs
Sun Apr 17 02:05:36 2011 (9 months, 3 weeks ago) by mrg
Branches: MAIN
Diff to previous 1.658: preferred, colored
Changes since revision 1.658: +3 -3
lines
it's spelled CPPFLAGS not CPPFLAGGS.
Revision 1.658: download - view: text, markup, annotated - select for diffs
Sun Apr 17 00:45:23 2011 (9 months, 3 weeks ago) by christos
Branches: MAIN
Diff to previous 1.657: preferred, colored
Changes since revision 1.657: +4 -1
lines
Need --sysroot=/ otherwise ld does not find crt0.o and friends.
Revision 1.657: download - view: text, markup, annotated - select for diffs
Sat Apr 16 23:41:24 2011 (9 months, 3 weeks ago) by christos
Branches: MAIN
Diff to previous 1.656: preferred, colored
Changes since revision 1.656: +5 -3
lines
Simplify and correct (previous did not work for !defined(DESTDIR)
Revision 1.656: download - view: text, markup, annotated - select for diffs
Fri Apr 15 20:05:45 2011 (9 months, 3 weeks ago) by elric
Branches: MAIN
Diff to previous 1.655: preferred, colored
Changes since revision 1.655: +2 -1
lines
Upgrade Heimdal to 1.5pre1 by switching the build from crypto/dist/heimdal
to crypto/external/bsd/heimdal. The latter was just imported as the head
of the Heimdal tree as of a few days ago.
Revision 1.655: download - view: text, markup, annotated - select for diffs
Sun Apr 10 23:03:17 2011 (10 months ago) by joerg
Branches: MAIN
Diff to previous 1.654: preferred, colored
Changes since revision 1.654: +3 -3
lines
Use ?: operator to determine when to add --sysroot. Unbreaks clang
bootstrap.
Revision 1.654: download - view: text, markup, annotated - select for diffs
Sun Apr 10 18:52:36 2011 (10 months ago) by joerg
Branches: MAIN
Diff to previous 1.653: preferred, colored
Changes since revision 1.653: +3 -10
lines
For USETOOLS=yes, use the --sysroot support of the compiler to cut down
the number of hard-coded pathes and magic invocations.
Revision 1.653: download - view: text, markup, annotated - select for diffs
Tue Mar 8 13:20:17 2011 CET (11 months ago) by njoly
Branches: MAIN
Diff to previous 1.652: preferred, colored
Changes since revision 1.652: +2 -2
lines
Adjust html link template and css location for man pages in arch
subdirs.
Revision 1.542.2.15: download - view: text, markup, annotated - select for diffs
Wed Feb 16 21:27:31 2011 CET (11 months, 3 weeks ago) by bouyer
Branches: netbsd-5
Diff to previous 1.542.2.14: preferred, colored to branchpoint 1.542: preferred, colored next main 1.543: preferred, colored
Changes since revision 1.542.2.14: +2 -2
lines
Pull up following revision(s) (requested by mbalmer in ticket #1534):
xsrc/external/mit/xf86-input-elographics/dist/config.h.in 1.1.1.2
xsrc/external/mit/xf86-input-elographics/dist/config.sub 1.1.1.2
xsrc/external/mit/xf86-input-elographics/dist/configure 1.1.1.2
xsrc/external/mit/xf86-input-elographics/dist/configure.ac 1.1.1.2
xsrc/external/mit/xf86-input-elographics/dist/depcomp 1.1.1.2
xsrc/external/mit/xf86-input-elographics/dist/install-sh 1.1.1.2
xsrc/external/mit/xf86-input-elographics/dist/ltmain.sh 1.1.1.2
xsrc/external/mit/xf86-input-elographics/dist/missing 1.1.1.2
xsrc/external/mit/xf86-input-elographics/dist/man/Makefile.am 1.1.1.1
xsrc/external/mit/xf86-input-elographics/dist/man/Makefile.in 1.1.1.2
xsrc/external/mit/xf86-input-elographics/dist/man/elographics.man 1.1.1.2
xsrc/external/mit/xf86-input-elographics/dist/src/Makefile.am 1.1.1.2
xsrc/external/mit/xf86-input-elographics/dist/src/Makefile.in 1.1.1.2
xsrc/external/mit/xf86-input-elographics/dist/src/xf86Elo.c 1.1.1.2
xsrc/external/mit/xf86-input-elographics/include/config.h 1.2
external/mit/xorg/server/drivers/xf86-input-elographics/Makefile: revision 1.1
distrib/sets/lists/xserver/md.i386: revision 1.73
external/mit/xorg/server/drivers/Makefile: revision 1.35
share/mk/bsd.own.mk: revision 1.597
Add the xf86-input-elographics driver to i386 builds.
Forgotten commit. Noticed by snj, thanks!
Revision 1.647.2.1: download - view: text, markup, annotated - select for diffs
Tue Feb 8 17:19:08 2011 CET (12 months ago) by bouyer
Branches: bouyer-quota2
Diff to previous 1.647: preferred, colored next main 1.648: preferred, colored
Changes since revision 1.647: +15 -4
lines
Sync with HEAD
Revision 1.652: download - view: text, markup, annotated - select for diffs
Mon Feb 7 22:23:47 2011 CET (12 months ago) by mrg
Branches: MAIN
CVS tags: bouyer-quota2-nbase,
bouyer-quota2-base
Diff to previous 1.651: preferred, colored
Changes since revision 1.651: +2 -2
lines
add missing SRCDIR for synaptics.
Revision 1.651: download - view: text, markup, annotated - select for diffs
Sun Feb 6 02:14:10 2011 CET (12 months ago) by joerg
Branches: MAIN
Diff to previous 1.650: preferred, colored
Changes since revision 1.650: +4 -2
lines
Add LLVM and clang build system. It is enabled by MKLLVM=yes.
Upstream sources can be fetched by running "make checkout" in
src/external/bsd/llvm, they will be properly imported once the
integration and missing features are sorted out.
Revision 1.650: download - view: text, markup, annotated - select for diffs
Mon Jan 31 04:42:01 2011 CET (12 months, 1 week ago) by matt
Branches: MAIN
Diff to previous 1.649: preferred, colored
Changes since revision 1.649: +3 -1
lines
Add TOOL_MKUBOOTIMAGE
Revision 1.649: download - view: text, markup, annotated - select for diffs
Wed Jan 26 02:18:49 2011 CET (12 months, 2 weeks ago) by pooka
Branches: MAIN
Diff to previous 1.648: preferred, colored
Changes since revision 1.648: +8 -2
lines
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.
Revision 1.648: download - view: text, markup, annotated - select for diffs
Tue Jan 25 11:28:56 2011 CET (12 months, 2 weeks ago) by he
Branches: MAIN
Diff to previous 1.647: preferred, colored
Changes since revision 1.647: +2 -1
lines
Default MKREPRO to "no", so that the tests in stand/ etc. don't need
to add ":Uno" to the variable expansion inside the test to avoid errors
from nbmake.
Revision 1.647: download - view: text, markup, annotated - select for diffs
Tue Jan 18 09:31:18 2011 CET (12 months, 3 weeks ago) by matt
Branches: MAIN
Branch point for: bouyer-quota2
Diff to previous 1.646: preferred, colored
Changes since revision 1.646: +8 -1
lines
Default mips64e[bl] to SOFTFLOAT.
Revision 1.542.2.14: download - view: text, markup, annotated - select for diffs
Thu Jan 6 06:20:25 2011 CET (13 months ago) by riz
Branches: netbsd-5
Diff to previous 1.542.2.13: preferred, colored to branchpoint 1.542: preferred, colored
Changes since revision 1.542.2.13: +9 -3
lines
Apply patch (requested by mrg in ticket #1499):
src/compat version 2. this allows building any number of alternate
library / program target ABIs. rather than duplicating the list of
subdirs and Makefiles to build, it re-traverses the necessary ones.
details:
- add support for MAKEDIRTARGETENV to share/mk
- renames LD32DIR to MLIBDIR
- fixes library builds for some subdirs (more was built than needed)
- fixes /bin & /sbin apps in compat mode
- reduces complexity in src/compat and the rest of the tree
- updates ldd netbsd32 support
Revision 1.646: download - view: text, markup, annotated - select for diffs
Mon Dec 13 18:22:26 2010 CET (13 months, 3 weeks ago) by pooka
Branches: MAIN
CVS tags: matt-mips64-premerge-20101231
Diff to previous 1.645: preferred, colored
Changes since revision 1.645: +8 -1
lines
Define RUMPPRG, which is just like PROG, except it additionally
builds a rump client with the name rump.${PROG}. The rump client
is not installed suid/sgid by default even if BINMODE is defined.
Revision 1.645: download - view: text, markup, annotated - select for diffs
Sun Dec 5 10:54:34 2010 CET (14 months ago) by mrg
Branches: MAIN
Diff to previous 1.644: preferred, colored
Changes since revision 1.644: +1 -2
lines
switch ofppc to xorg.
Revision 1.644: download - view: text, markup, annotated - select for diffs
Sun Nov 28 19:44:13 2010 CET (14 months, 1 week ago) by skrll
Branches: MAIN
Diff to previous 1.643: preferred, colored
Changes since revision 1.643: +6 -5
lines
Fix a comment
Revision 1.643: download - view: text, markup, annotated - select for diffs
Sun Nov 28 19:40:56 2010 CET (14 months, 1 week ago) by skrll
Branches: MAIN
Diff to previous 1.642: preferred, colored
Changes since revision 1.642: +8 -1
lines
Centralise USE_COMPILERCRTSTUFF.
PCC might need help.
Revision 1.542.2.13: download - view: text, markup, annotated - select for diffs
Thu Nov 25 01:27:19 2010 CET (14 months, 2 weeks ago) by riz
Branches: netbsd-5
CVS tags: matt-nb5-pq3-base
Branch point for: matt-nb5-pq3
Diff to previous 1.542.2.12: preferred, colored to branchpoint 1.542: preferred, colored
Changes since revision 1.542.2.12: +3 -4
lines
Back out ticket #1414 until it can be fixed for amd64/sparc64.
Revision 1.542.2.12: download - view: text, markup, annotated - select for diffs
Sun Nov 21 18:32:52 2010 CET (14 months, 2 weeks ago) by riz
Branches: netbsd-5
Diff to previous 1.542.2.11: preferred, colored to branchpoint 1.542: preferred, colored
Changes since revision 1.542.2.11: +4 -3
lines
Pull up following revision(s) (requested by christos in ticket #1414):
lib/libpam/Makefile: revision 1.3
share/mk/bsd.own.mk: revision 1.612
lib/libpam/modules/mod.mk: revision 1.8
lib/libpam/modules/mod.mk: revision 1.9
lib/libpam/staticmodules/Makefile: revision 1.1
make the dependency to libpam, explicit. Fixes afpd in pkgsrc. From Mark Davies
XXX: Should be pulled up to 4.x and 5.x.
Build the modules in two phases:
1. build the static modules first, before libpam so that the static
libpam can link against the module .a files.
2. build the modules after the dynamic libpam is build, so that the
dynamic modules can link against the dynamic libpam.
enable MAKEDIRTARGET to be called with a separate environment,
called $MAKEDIRTARGETENV, defaulting to nothing.
Revision 1.642: download - view: text, markup, annotated - select for diffs
Fri Nov 12 17:05:49 2010 CET (14 months, 4 weeks ago) by tsutsui
Branches: MAIN
Diff to previous 1.641: preferred, colored
Changes since revision 1.641: +1 -2
lines
Switch NetBSD/dreamcast to X11FLAVOUR=Xorg.
No particular comments on port-dreamcast@ and
tested with JP (HKT-7600) and US (HKT-7620) keyboards.
Revision 1.641: download - view: text, markup, annotated - select for diffs
Sat Sep 4 14:17:58 2010 (17 months ago) by ahoka
Branches: MAIN
Diff to previous 1.640: preferred, colored
Changes since revision 1.640: +2 -2
lines
Add libc glue for libtre.
tre will be compiled without approx and wchar/mulibyte support to
only match the minimum requirement to replace our spencer regex.
This needs a lot of testing.
Only enabled when USE_LIBTRE is set to `yes'.
Revision 1.640: download - view: text, markup, annotated - select for diffs
Sun Aug 22 20:56:21 2010 (17 months, 2 weeks ago) by rmind
Branches: MAIN
Diff to previous 1.639: preferred, colored
Changes since revision 1.639: +2 -1
lines
Import NPF - a packet filter. Some features:
- Designed to be fully MP-safe and highly efficient.
- Tables/IP sets (hash or red-black tree) for high performance lookups.
- Stateful filtering and Network Address Port Translation (NAPT).
Framework for application level gateways (ALGs).
- Packet inspection engine called n-code processor - inspired by BPF -
supporting generic RISC-like and specific CISC-like instructions for
common patterns (e.g. IPv4 address matching). See npf_ncode(9) manual.
- Convenient userland utility npfctl(8) with npf.conf(8).
NOTE: This is not yet a fully capable alternative to PF or IPFilter.
Further work (support for binat/rdr, return-rst/return-icmp, common ALGs,
state saving/restoring, logging, etc) is in progress.
Thanks a lot to Matt Thomas for various useful comments and code review.
Aye by: board@
Revision 1.639: download - view: text, markup, annotated - select for diffs
Sun Aug 15 09:27:34 2010 (17 months, 3 weeks ago) by mrg
Branches: MAIN
Diff to previous 1.638: preferred, colored
Changes since revision 1.638: +5 -4
lines
add new option to build/use tools/pigz for compressing sets. for now
USE_PIGZGZIP defaults to "no". (it depends upon local <pthread.h> and -lz.)
you can set it to "yes" on most modern platforms just fine.
Revision 1.638: download - view: text, markup, annotated - select for diffs
Mon Aug 2 09:08:26 2010 (18 months, 1 week ago) by jmmv
Branches: MAIN
Diff to previous 1.637: preferred, colored
Changes since revision 1.637: +3 -1
lines
Move the TESTSBASE definition from bsd.test.mk to bsd.own.mk. Per joerg@'s
suggestion.
Revision 1.637: download - view: text, markup, annotated - select for diffs
Sat Jul 31 18:23:15 2010 (18 months, 1 week ago) by tsutsui
Branches: MAIN
Diff to previous 1.636: preferred, colored
Changes since revision 1.636: +13 -7
lines
Cleanup and sort if-clause lines for X11FLAVOUR per ${MACHINE}.
Revision 1.636: download - view: text, markup, annotated - select for diffs
Sat Jul 31 14:54:35 2010 (18 months, 1 week ago) by tsutsui
Branches: MAIN
Diff to previous 1.635: preferred, colored
Changes since revision 1.635: +2 -3
lines
Switch hpcarm, hpcmips, and hpcsh to using X11FLAVOUR=Xorg.
Revision 1.635: download - view: text, markup, annotated - select for diffs
Sun Jul 18 00:53:29 2010 (18 months, 3 weeks ago) by mrg
Branches: MAIN
Diff to previous 1.634: preferred, colored
Changes since revision 1.634: +6 -4
lines
- add X11SHAREDIR definition
- X11SRCDIR's for libxcb, xcb-proto and xcb-utils
Revision 1.634: download - view: text, markup, annotated - select for diffs
Sun Jul 11 08:16:54 2010 (19 months ago) by mrg
Branches: MAIN
Diff to previous 1.633: preferred, colored
Changes since revision 1.633: +2 -1
lines
ldap is configured to depend upon MKCRYPTO no, so force MKLAP=no if
MKCRYPTO=no.
don't build pkg_install, libcrypto tests or rump_smbfs if MKCRYPTO=no.
mark librumpcrypto, rump_smb, pkg_*
fix set lists as appropriate.
Revision 1.633: download - view: text, markup, annotated - select for diffs
Tue Jul 6 07:59:56 2010 (19 months ago) by mrg
Branches: MAIN
Diff to previous 1.632: preferred, colored
Changes since revision 1.632: +2 -3
lines
remove almost all the ability to build netbsd with an a.out target.
we're ELF now, and there are many missing checks against OBJECT_FMT.
if we ever consider switching, the we can figure out what new ones
we need but for now it's just clutter.
this doesn't remove any of the support for exec_aout or any actually
required-for-boot a.out support, only the ability to build a netbsd
release in a.out format. ie, most of this code has been dead for
over a decade.
i've tested builds on vax, amd64, i386, mac68k, macppc, sparc, atari,
amiga, shark, cats, dreamcast, landisk, mmeye and x68k. this covers
the 5 MACHINE_ARCH's affected, and all the other arch code touched.
it also includes some actual run-time testing of sparc, i386 and
shark, and i performed binary comparison upon amiga and x68k as well.
some minor details relevant:
- move shlib.[ch] from ld.aout_so into ldconfig proper, and cut them
down to only the parts ldconfig needs
- remove various unused source files
- switch amiga bootblocks to using elf2bb.h instead of aout2bb.h
Revision 1.632: download - view: text, markup, annotated - select for diffs
Sun Jun 20 08:54:23 2010 (19 months, 3 weeks ago) by mrg
Branches: MAIN
Diff to previous 1.631: preferred, colored
Changes since revision 1.631: +3 -1
lines
- note that if MKINET6 is "no", MK11 must also be "no". we don't support
building X11 without inet6 support. the support to maintain patches to
generated files and other files is too great. PR#42856
- add TOOL_PIGZ, which defaults to the (not yet default) built tools/pigz.
Revision 1.631: download - view: text, markup, annotated - select for diffs
Sat Jun 19 05:50:30 2010 (19 months, 3 weeks ago) by mrg
Branches: MAIN
Diff to previous 1.630: preferred, colored
Changes since revision 1.630: +2 -2
lines
- always install pigz. hooary!
- kill MKPIGZ.
- add MKPIGZGZIP. if it is "no", then only install pigz as pigz. if it is
not "no", don't install mrgzip, install pigz as gzip.
in all cases, the z* scripts.
i don't like the name MKPIGZGZIP so if anyone has a better name, feel free
to replace it. i don't care enough since killing the ugly name is just
more incentive to get pigz doing .bz2, .Z and .z.
Revision 1.630: download - view: text, markup, annotated - select for diffs
Thu Jun 17 08:17:02 2010 (19 months, 3 weeks ago) by mrg
Branches: MAIN
Diff to previous 1.629: preferred, colored
Changes since revision 1.629: +2 -1
lines
default MKPIGZ to "no", for now.
Revision 1.629: download - view: text, markup, annotated - select for diffs
Fri Jun 4 22:19:39 2010 (20 months ago) by joerg
Branches: MAIN
Diff to previous 1.628: preferred, colored
Changes since revision 1.628: +4 -1
lines
Add definitions for TOOL_MANDOC_* for standalone users. Requested by
dyoung.
Revision 1.628: download - view: text, markup, annotated - select for diffs
Fri Jun 4 10:35:09 2010 (20 months, 1 week ago) by jmmv
Branches: MAIN
Diff to previous 1.627: preferred, colored
Changes since revision 1.627: +1 -3
lines
Simplify build of shell-based test cases: atf-compile is gone.
Revision 1.627: download - view: text, markup, annotated - select for diffs
Wed Jun 2 01:29:10 2010 (20 months, 1 week ago) by joerg
Branches: MAIN
Diff to previous 1.626: preferred, colored
Changes since revision 1.626: +2 -2
lines
Install mdocml's default CSS as /usr/share/man/style.css. Switch HTML
man pages to use mandoc unconditional as it gives reasonable output for
all man pages, not only a subset of mdoc(7). Use the newly installed
style.css for formatting and produce hyperlinks for .Xr.
Revision 1.626: download - view: text, markup, annotated - select for diffs
Fri May 28 08:24:59 2010 (20 months, 2 weeks ago) by mrg
Branches: MAIN
Diff to previous 1.625: preferred, colored
Changes since revision 1.625: +8 -5
lines
add / retire some xf86-video drivers.
Revision 1.625: download - view: text, markup, annotated - select for diffs
Fri Apr 23 21:41:03 2010 (21 months, 2 weeks ago) by joerg
Branches: MAIN
Diff to previous 1.624: preferred, colored
Changes since revision 1.624: +2 -2
lines
Add MKBSDTAR, defaulting to no. It switching cpio and tar to the
libarchive based frontends.
Revision 1.542.2.9.4.5: download - view: text, markup, annotated - select for diffs
Wed Apr 21 07:26:47 2010 (21 months, 2 weeks ago) by matt
Branches: matt-nb5-mips64
CVS tags: matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-k15
Diff to previous 1.542.2.9.4.4: preferred, colored to branchpoint 1.542.2.9: preferred, colored
Changes since revision 1.542.2.9.4.4: +8 -6
lines
sync to netbsd-5
Revision 1.624: download - view: text, markup, annotated - select for diffs
Mon Mar 22 04:35:26 2010 CET (22 months, 2 weeks ago) by mrg
Branches: MAIN
Diff to previous 1.623: preferred, colored
Changes since revision 1.623: +2 -2
lines
set MACHINE_CPU to powerpc for MACHINE_ARCH of powerpc64.
from pooka via PR#43021.
Revision 1.623: download - view: text, markup, annotated - select for diffs
Sat Mar 13 20:31:51 2010 CET (22 months, 4 weeks ago) by mrg
Branches: MAIN
Diff to previous 1.622: preferred, colored
Changes since revision 1.622: +4 -3
lines
revert the previous:
- the default for ZFS on x86 already was "yes".
- this left MKZFS unset for other platforms, which breaks the build.
Revision 1.622: download - view: text, markup, annotated - select for diffs
Sat Mar 13 18:07:28 2010 CET (22 months, 4 weeks ago) by haad
Branches: MAIN
Diff to previous 1.621: preferred, colored
Changes since revision 1.621: +2 -2
lines
Enable MKZFS by default on i386 and amd64 now when it compiles.
Revision 1.621: download - view: text, markup, annotated - select for diffs
Mon Mar 8 10:32:18 2010 CET (23 months ago) by he
Branches: MAIN
Diff to previous 1.620: preferred, colored
Changes since revision 1.620: +2 -2
lines
Fix the setting of MKZFS for amd64 and i386, so that the set lists
match up again, and it matches with the comment a few lines above.
Revision 1.620: download - view: text, markup, annotated - select for diffs
Tue Mar 2 21:49:18 2010 CET (23 months, 1 week ago) by darran
Branches: MAIN
Diff to previous 1.619: preferred, colored
Changes since revision 1.619: +5 -1
lines
DTrace: Add CTF generation to the make framework. Only enabled when
MKDTRACE=yes.
Revision 1.619: download - view: text, markup, annotated - select for diffs
Sat Feb 27 23:42:54 2010 CET (23 months, 1 week ago) by haad
Branches: MAIN
Diff to previous 1.618: preferred, colored
Changes since revision 1.618: +2 -2
lines
As a preparation for zfs sources update disable MKZFS for some time.
Revision 1.618: download - view: text, markup, annotated - select for diffs
Sun Feb 21 02:48:03 2010 CET (23 months, 2 weeks ago) by darran
Branches: MAIN
Diff to previous 1.617: preferred, colored
Changes since revision 1.617: +2 -2
lines
Add a MKDTRACE build knob for DTrace, off by default.
Revision 1.617: download - view: text, markup, annotated - select for diffs
Thu Feb 11 01:20:50 2010 CET (23 months, 4 weeks ago) by macallan
Branches: MAIN
Diff to previous 1.616: preferred, colored
Changes since revision 1.616: +3 -3
lines
add suncg14
Revision 1.616: download - view: text, markup, annotated - select for diffs
Wed Feb 3 16:34:44 2010 CET (2 years ago) by roy
Branches: MAIN
Diff to previous 1.615: preferred, colored
Changes since revision 1.615: +5 -1
lines
Userland now builds and uses terminfo instead of termcap.
OK: core@, jdc@
Revision 1.615: download - view: text, markup, annotated - select for diffs
Mon Jan 25 01:43:00 2010 CET (2 years ago) by christos
Branches: MAIN
Diff to previous 1.614: preferred, colored
Changes since revision 1.614: +6 -6
lines
PR/42658: Geoff Wing: Quote directory variables to deal with spaces in the
source pathname.
Revision 1.542.2.9.4.4: download - view: text, markup, annotated - select for diffs
Mon Dec 14 07:35:01 2009 CET (2 years, 1 month ago) by mrg
Branches: matt-nb5-mips64
Diff to previous 1.542.2.9.4.3: preferred, colored to branchpoint 1.542.2.9: preferred, colored
Changes since revision 1.542.2.9.4.3: +9 -3
lines
pullup from -current:
>revision 1.612
>date: 2009/12/13 09:10:16; author: mrg; state: Exp; lines: +4 -3
>enable MAKEDIRTARGET to be called with a separate environment,
>called $MAKEDIRTARGETENV, defaulting to nothing.
>----------------------------
>revision 1.611
>date: 2009/12/13 09:01:46; author: mrg; state: Exp; lines: +6 -1
>if BSD_MK_COMPAT_FILE is defined, .include it.
Revision 1.614: download - view: text, markup, annotated - select for diffs
Mon Dec 14 06:25:21 2009 CET (2 years, 1 month ago) by christos
Branches: MAIN
Diff to previous 1.613: preferred, colored
Changes since revision 1.613: +1 -23
lines
don't need GENCMD anymore.
Revision 1.613: download - view: text, markup, annotated - select for diffs
Mon Dec 14 02:00:46 2009 CET (2 years, 1 month ago) by matt
Branches: MAIN
Diff to previous 1.612: preferred, colored
Changes since revision 1.612: +11 -6
lines
Merge from matt-nb5-mips64
Revision 1.612: download - view: text, markup, annotated - select for diffs
Sun Dec 13 10:10:16 2009 CET (2 years, 1 month ago) by mrg
Branches: MAIN
CVS tags: matt-premerge-20091211
Diff to previous 1.611: preferred, colored
Changes since revision 1.611: +4 -3
lines
enable MAKEDIRTARGET to be called with a separate environment,
called $MAKEDIRTARGETENV, defaulting to nothing.
Revision 1.611: download - view: text, markup, annotated - select for diffs
Sun Dec 13 10:01:46 2009 CET (2 years, 1 month ago) by mrg
Branches: MAIN
Diff to previous 1.610: preferred, colored
Changes since revision 1.610: +6 -1
lines
if BSD_MK_COMPAT_FILE is defined, .include it.
Revision 1.610: download - view: text, markup, annotated - select for diffs
Sun Dec 13 04:06:22 2009 CET (2 years, 1 month ago) by nakayama
Branches: MAIN
Diff to previous 1.609: preferred, colored
Changes since revision 1.609: +2 -2
lines
32-bit compat is CPU specific rather than machine.
So use MACHINE_ARCH instead.
Revision 1.609: download - view: text, markup, annotated - select for diffs
Sun Dec 13 00:45:36 2009 CET (2 years, 1 month ago) by snj
Branches: MAIN
Diff to previous 1.608: preferred, colored
Changes since revision 1.608: +5 -6
lines
Switch cats to X.Org.
Revision 1.608: download - view: text, markup, annotated - select for diffs
Fri Dec 11 23:35:42 2009 CET (2 years, 1 month ago) by snj
Branches: MAIN
Diff to previous 1.607: preferred, colored
Changes since revision 1.607: +2 -2
lines
Switch netwinder to X.Org.
Revision 1.607: download - view: text, markup, annotated - select for diffs
Fri Dec 11 17:09:03 2009 CET (2 years, 1 month ago) by uebayasi
Branches: MAIN
Diff to previous 1.606: preferred, colored
Changes since revision 1.606: +2 -2
lines
GENCMD: quote the string to eval in case it has spaces.
Revision 1.606: download - view: text, markup, annotated - select for diffs
Fri Dec 11 16:22:33 2009 CET (2 years, 1 month ago) by he
Branches: MAIN
Diff to previous 1.605: preferred, colored
Changes since revision 1.605: +8 -1
lines
Move the test for evbppc out of sets.subr and into bsd.own.mk, to
decide whether to make kernel modules: set MKKMOD to no for evbppc.
Use this in etc/Makefile to decide whether to do the "modules"
obsolete sets. Move the ./var/db/obsolete/modules entry from the
"mi" to the "module.mi" file set.
Fixes the build for evbppc.
Discussed with uebayasi@
Revision 1.605: download - view: text, markup, annotated - select for diffs
Fri Dec 11 09:52:37 2009 CET (2 years, 1 month ago) by uebayasi
Branches: MAIN
Diff to previous 1.604: preferred, colored
Changes since revision 1.604: +1 -1
lines
${GENCMD}:
Prefix tmp directories as /tmp/_gencmd.XXXXXX to give users a clue when it's
left accidentally.
Revision 1.604: download - view: text, markup, annotated - select for diffs
Fri Dec 11 09:37:34 2009 CET (2 years, 1 month ago) by uebayasi
Branches: MAIN
Diff to previous 1.603: preferred, colored
Changes since revision 1.603: +22 -0
lines
${GENCMD} is used to generate only one output from file generation commands
which potentially have multiple output files, which confuses make(1).
This wrapper copies all involved files into /tmp, execute the command, and
copy the wanted file back to ${.OBJDIR}. If this is expensive, consider to
rewrite the generation command to output files individually.
XXX bsd.own.mk is too bloated.
Revision 1.603: download - view: text, markup, annotated - select for diffs
Sun Dec 6 17:15:15 2009 CET (2 years, 2 months ago) by uebayasi
Branches: MAIN
Diff to previous 1.602: preferred, colored
Changes since revision 1.602: +9 -13
lines
Simplify how MKZFS is set. No functional changes.
Revision 1.602: download - view: text, markup, annotated - select for diffs
Fri Dec 4 12:21:07 2009 CET (2 years, 2 months ago) by haad
Branches: MAIN
Diff to previous 1.601: preferred, colored
Changes since revision 1.601: +2 -3
lines
Switch MKLVM to default value to yes. There are only few bits missing and it
would be great if it can receive more testing.
Oked: core@, yamt@
Revision 1.601: download - view: text, markup, annotated - select for diffs
Thu Dec 3 16:57:18 2009 CET (2 years, 2 months ago) by tron
Branches: MAIN
Diff to previous 1.600: preferred, colored
Changes since revision 1.600: +3 -1
lines
Add "MKZFS" to either "_MKVARS.yes" or "_MKVARS.no" depending on the
default of this platform. This fixed the build for NetBSD/amd64
and NetBSD/i386.
Yes, this horrible. There should be a better way to handle these
settings in general.
Revision 1.600: download - view: text, markup, annotated - select for diffs
Wed Dec 2 15:11:20 2009 CET (2 years, 2 months ago) by uebayasi
Branches: MAIN
Diff to previous 1.599: preferred, colored
Changes since revision 1.599: +4 -2
lines
Define lists of MK* variable names as _MKVARS.yes and _MKVARS.no. They're
referred to by syspkg.
Revision 1.599: download - view: text, markup, annotated - select for diffs
Tue Dec 1 10:09:40 2009 CET (2 years, 2 months ago) by uebayasi
Branches: MAIN
Diff to previous 1.598: preferred, colored
Changes since revision 1.598: +2 -0
lines
Add ${TOOL_PKG_CREATE}.
Revision 1.598: download - view: text, markup, annotated - select for diffs
Mon Nov 30 17:13:23 2009 CET (2 years, 2 months ago) by uebayasi
Branches: MAIN
Diff to previous 1.597: preferred, colored
Changes since revision 1.597: +23 -2
lines
Support "extsrc", externally added programs and libraries. Users can write
their own reach-overs, cross-build, install, and get set files just like base
and X11 / X.org. (These sets are not included as TNF releases.)
Revision 1.597: download - view: text, markup, annotated - select for diffs
Sat Nov 28 17:48:25 2009 CET (2 years, 2 months ago) by mbalmer
Branches: MAIN
Diff to previous 1.596: preferred, colored
Changes since revision 1.596: +2 -2
lines
Add the xf86-input-elographics driver to i386 builds.
Revision 1.596: download - view: text, markup, annotated - select for diffs
Sat Nov 28 13:10:24 2009 CET (2 years, 2 months ago) by mbalmer
Branches: MAIN
Diff to previous 1.595: preferred, colored
Changes since revision 1.595: +2 -2
lines
Link the xf86-input-ws X.Org input driver to the build and add it to the lists
that also have the wsmouse driver.
xf86-input-ws adds support for touchpanels in X11 that report absolute position
data through wscons(4), e.g. the extended ums(4) driver. xf86-input-ws was
written by Matthieu Herrb for OpenBSD.
Please remember to also update xsrc before the next system build.
Revision 1.595: download - view: text, markup, annotated - select for diffs
Tue Nov 10 22:41:31 2009 CET (2 years, 2 months ago) by macallan
Branches: MAIN
Diff to previous 1.594: preferred, colored
Changes since revision 1.594: +5 -5
lines
add igs driver for Xorg
Revision 1.594: download - view: text, markup, annotated - select for diffs
Thu Nov 5 21:06:29 2009 CET (2 years, 3 months ago) by skrll
Branches: MAIN
Diff to previous 1.593: preferred, colored
Changes since revision 1.593: +2 -18
lines
Switch everyone to binutils 2.19.
Revision 1.593: download - view: text, markup, annotated - select for diffs
Wed Nov 4 18:02:19 2009 CET (2 years, 3 months ago) by skrll
Branches: MAIN
Diff to previous 1.592: preferred, colored
Changes since revision 1.592: +2 -1
lines
Switch mips to binutils 2.19.
Revision 1.592: download - view: text, markup, annotated - select for diffs
Sat Oct 24 15:34:50 2009 (2 years, 3 months ago) by joerg
Branches: MAIN
Diff to previous 1.591: preferred, colored
Changes since revision 1.591: +5 -4
lines
Add lintmanpages later to target to ensure that MKMANDOC is set.
Revision 1.591: download - view: text, markup, annotated - select for diffs
Sat Oct 24 01:12:10 2009 (2 years, 3 months ago) by joerg
Branches: MAIN
Diff to previous 1.590: preferred, colored
Changes since revision 1.590: +4 -1
lines
Do not run mandoc for lintmanpages if MANPAGES is empty.
Add it to the list of targets to recurse for.
Revision 1.590: download - view: text, markup, annotated - select for diffs
Sat Oct 24 00:14:37 2009 (2 years, 3 months ago) by joerg
Branches: MAIN
Diff to previous 1.589: preferred, colored
Changes since revision 1.589: +2 -2
lines
Add MKMANDOC option to trigger building cat pages and HTML pages with
mdocml. Add a lintmanpages target for developers to check man pages
with the strictest settings of mandoc.
Revision 1.589: download - view: text, markup, annotated - select for diffs
Thu Oct 22 23:55:34 2009 (2 years, 3 months ago) by skrll
Branches: MAIN
Diff to previous 1.588: preferred, colored
Changes since revision 1.588: +2 -1
lines
Switch powerpc to binutils 2.19.
Revision 1.588: download - view: text, markup, annotated - select for diffs
Thu Oct 22 00:36:28 2009 (2 years, 3 months ago) by joerg
Branches: MAIN
Diff to previous 1.587: preferred, colored
Changes since revision 1.587: +4 -1
lines
Add tool definition for mandoc in ascii (plain text), html and lint
mode.
Revision 1.542.2.11: download - view: text, markup, annotated - select for diffs
Tue Oct 20 03:28:59 2009 (2 years, 3 months ago) by snj
Branches: netbsd-5
CVS tags: netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1
Diff to previous 1.542.2.10: preferred, colored to branchpoint 1.542: preferred, colored
Changes since revision 1.542.2.10: +3 -3
lines
Pull up following revision(s) (requested by rmind in ticket #1107):
share/mk/bsd.own.mk: revision 1.571
add sunleo
Revision 1.587: download - view: text, markup, annotated - select for diffs
Sat Oct 10 21:05:29 2009 (2 years, 4 months ago) by apb
Branches: MAIN
Diff to previous 1.586: preferred, colored
Changes since revision 1.586: +9 -2
lines
If ${NETBDSRCDIR}/../xsrc exists, then use it as the default value
of X11SRCDIR. If it doesn't exist, then use /usr/xsrc as before.
OK mrg
Revision 1.586: download - view: text, markup, annotated - select for diffs
Fri Oct 9 02:26:53 2009 (2 years, 4 months ago) by haad
Branches: MAIN
Diff to previous 1.585: preferred, colored
Changes since revision 1.585: +11 -2
lines
Enable MKZFS for i386 and amd64 so zfs tools and modules will be included in
a daily builds and anyone can test zfs for NetBSD easier.
Revision 1.585: download - view: text, markup, annotated - select for diffs
Tue Oct 6 00:32:58 2009 (2 years, 4 months ago) by haad
Branches: MAIN
Diff to previous 1.584: preferred, colored
Changes since revision 1.584: +2 -2
lines
Add zfs sets and needed veriables to hook zfs into the build. ZFS on i386
need still one fix othervise it should be ready for testing.
Revision 1.584: download - view: text, markup, annotated - select for diffs
Thu Oct 1 11:12:44 2009 (2 years, 4 months ago) by skrll
Branches: MAIN
Diff to previous 1.583: preferred, colored
Changes since revision 1.583: +3 -2
lines
Switch amd64 to binutils 2.19.1.
Revision 1.583: download - view: text, markup, annotated - select for diffs
Wed Sep 30 01:56:34 2009 (2 years, 4 months ago) by tsarna
Branches: MAIN
Diff to previous 1.582: preferred, colored
Changes since revision 1.582: +2 -1
lines
Multicast DNS ("Bonjour") support, based on Apple's mDNSResponder.
Revision 1.582: download - view: text, markup, annotated - select for diffs
Sat Sep 26 09:28:38 2009 (2 years, 4 months ago) by skrll
Branches: MAIN
Diff to previous 1.581: preferred, colored
Changes since revision 1.581: +2 -1
lines
Switch arm and armeb to binutils 2.19.
Tested on my cats and all other platforms build tested.
Revision 1.581: download - view: text, markup, annotated - select for diffs
Tue Sep 22 11:57:28 2009 (2 years, 4 months ago) by skrll
Branches: MAIN
Diff to previous 1.580: preferred, colored
Changes since revision 1.580: +2 -1
lines
Switch m68k to binutils 2.19.
Tested on mac68k by martin@. All other m68k platforms build tested.
Revision 1.580: download - view: text, markup, annotated - select for diffs
Tue Sep 22 03:28:50 2009 (2 years, 4 months ago) by uwe
Branches: MAIN
Diff to previous 1.579: preferred, colored
Changes since revision 1.579: +2 -2
lines
Switch sh3eb to binutils 2.19.
Compile-tested for mmeye.
Revision 1.579: download - view: text, markup, annotated - select for diffs
Mon Sep 21 19:20:16 2009 (2 years, 4 months ago) by uwe
Branches: MAIN
Diff to previous 1.578: preferred, colored
Changes since revision 1.578: +2 -1
lines
Switch sh3el to binutils 2.19.
Boot-tested on landisk.
Revision 1.578: download - view: text, markup, annotated - select for diffs
Sat Sep 19 16:53:12 2009 (2 years, 4 months ago) by skrll
Branches: MAIN
Diff to previous 1.577: preferred, colored
Changes since revision 1.577: +3 -2
lines
Switch vax to binutils 2.19.
Revision 1.577: download - view: text, markup, annotated - select for diffs
Sat Sep 19 11:00:58 2009 (2 years, 4 months ago) by skrll
Branches: MAIN
Diff to previous 1.576: preferred, colored
Changes since revision 1.576: +4 -2
lines
Switch sparc and sparc64 to binutils 2.19.
Thanks to martin@ for testing.
Revision 1.576: download - view: text, markup, annotated - select for diffs
Thu Sep 17 20:21:38 2009 (2 years, 4 months ago) by skrll
Branches: MAIN
Diff to previous 1.575: preferred, colored
Changes since revision 1.575: +2 -1
lines
Move alpha to binutils 2.19.
Revision 1.542.2.10: download - view: text, markup, annotated - select for diffs
Thu Sep 17 06:24:42 2009 (2 years, 4 months ago) by snj
Branches: netbsd-5
Diff to previous 1.542.2.9: preferred, colored to branchpoint 1.542: preferred, colored
Changes since revision 1.542.2.9: +8 -6
lines
Apply patch (requested by mrg in ticket #958):
Sync X.Org reachover build framework and setlists with the new X.Org.
Revision 1.575: download - view: text, markup, annotated - select for diffs
Wed Sep 16 08:10:52 2009 (2 years, 4 months ago) by mrg
Branches: MAIN
Diff to previous 1.574: preferred, colored
Changes since revision 1.574: +2 -2
lines
switch port-sparc over to Xorg by default.
Revision 1.542.2.9.4.3: download - view: text, markup, annotated - select for diffs
Mon Sep 14 00:24:40 2009 (2 years, 4 months ago) by matt
Branches: matt-nb5-mips64
CVS tags: matt-nb5-mips64-premerge-20091211
Diff to previous 1.542.2.9.4.2: preferred, colored to branchpoint 1.542.2.9: preferred, colored
Changes since revision 1.542.2.9.4.2: +3 -2
lines
Enabled MKCOMPAT=yes for mips64e[bl]
Revision 1.574: download - view: text, markup, annotated - select for diffs
Sat Sep 12 09:21:09 2009 (2 years, 4 months ago) by skrll
Branches: MAIN
Diff to previous 1.573: preferred, colored
Changes since revision 1.573: +2 -1
lines
Switch hppa to binutils 2.19.
There is a lot of rump breakage for hppa. Hopefully it will be fixed soon.
Revision 1.573: download - view: text, markup, annotated - select for diffs
Wed Sep 9 12:38:35 2009 (2 years, 5 months ago) by skrll
Branches: MAIN
Diff to previous 1.572: preferred, colored
Changes since revision 1.572: +6 -1
lines
Switch i386 to binutils 2.19.
Revision 1.572: download - view: text, markup, annotated - select for diffs
Tue Sep 8 09:08:03 2009 (2 years, 5 months ago) by skrll
Branches: MAIN
Diff to previous 1.571: preferred, colored
Changes since revision 1.571: +11 -4
lines
Rename MKBFD to MKBINUTILS and support HAVE_BINUTILS for set lists. This
makes {MK,HAVE_}BINUTILS consistent with {MK,HAVE_}{GCC,GDB}.
Allow MKBFD to defines MKBINUTILS as a backwards compatibility hook.
Update the sets lists and add conditionals for lib{bfd,opcodes}.
Revision 1.571: download - view: text, markup, annotated - select for diffs
Fri Sep 4 22:19:04 2009 (2 years, 5 months ago) by macallan
Branches: MAIN
Diff to previous 1.570: preferred, colored
Changes since revision 1.570: +3 -3
lines
add sunleo
Revision 1.570: download - view: text, markup, annotated - select for diffs
Sun Aug 30 03:49:42 2009 (2 years, 5 months ago) by dyoung
Branches: MAIN
Diff to previous 1.569: preferred, colored
Changes since revision 1.569: +2 -1
lines
Let us use MKKMOD=yes to leave the kernel modules out of the
distribution.
Revision 1.542.2.9.4.2: download - view: text, markup, annotated - select for diffs
Wed Aug 26 05:34:20 2009 (2 years, 5 months ago) by matt
Branches: matt-nb5-mips64
CVS tags: matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb4-mips64-k7-u2a-k9b
Diff to previous 1.542.2.9.4.1: preferred, colored to branchpoint 1.542.2.9: preferred, colored
Changes since revision 1.542.2.9.4.1: +8 -3
lines
Disable the NOPIC= hooks.
Add MKATF, MKCXX, and MKGROFF. Setting CXX to no turns of ATF and GROFF.
Revision 1.569: download - view: text, markup, annotated - select for diffs
Thu Aug 20 05:49:34 2009 (2 years, 5 months ago) by macallan
Branches: MAIN
Diff to previous 1.568: preferred, colored
Changes since revision 1.568: +3 -3
lines
add suntcx
Revision 1.568: download - view: text, markup, annotated - select for diffs
Tue Aug 18 16:53:00 2009 (2 years, 5 months ago) by skrll
Branches: MAIN
Diff to previous 1.567: preferred, colored
Changes since revision 1.567: +4 -1
lines
Add HAVE_BINUTILS and default to 2.16
Revision 1.542.2.9.4.1: download - view: text, markup, annotated - select for diffs
Tue Aug 18 08:42:17 2009 (2 years, 5 months ago) by matt
Branches: matt-nb5-mips64
Diff to previous 1.542.2.9: preferred, colored
Changes since revision 1.542.2.9: +3 -3
lines
fix a comment in vax. :)
add a commented out match for mips64 in MKPICLIB=no case
Revision 1.567: download - view: text, markup, annotated - select for diffs
Thu Jun 18 08:36:59 2009 (2 years, 7 months ago) by mrg
Branches: MAIN
Diff to previous 1.566: preferred, colored
Changes since revision 1.566: +2 -1
lines
implement MKX11FONTS for Xorg.
Revision 1.566: download - view: text, markup, annotated - select for diffs
Thu Jun 11 07:30:15 2009 (2 years, 8 months ago) by mrg
Branches: MAIN
Diff to previous 1.565: preferred, colored
Changes since revision 1.565: +2 -2
lines
add xkeyboard-config.
Revision 1.565: download - view: text, markup, annotated - select for diffs
Wed Jun 10 06:11:01 2009 (2 years, 8 months ago) by mrg
Branches: MAIN
Diff to previous 1.564: preferred, colored
Changes since revision 1.564: +2 -2
lines
+dri2proto -printproto
Revision 1.564: download - view: text, markup, annotated - select for diffs
Wed Jun 10 04:05:45 2009 (2 years, 8 months ago) by mrg
Branches: MAIN
Diff to previous 1.563: preferred, colored
Changes since revision 1.563: +3 -3
lines
sync the list of valid xorg packages:
- add libpciaccess
- remove Xp XprintUtil XprintAppUtil
Revision 1.554.2.1: download - view: text, markup, annotated - select for diffs
Wed May 13 21:19:16 2009 (2 years, 8 months ago) by jym
Branches: jym-xensuspend
Diff to previous 1.554: preferred, colored next main 1.555: preferred, colored
Changes since revision 1.554: +26 -9
lines
Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
Revision 1.563: download - view: text, markup, annotated - select for diffs
Mon May 4 23:32:31 2009 (2 years, 9 months ago) by ad
Branches: MAIN
CVS tags: jym-xensuspend-nbase,
jym-xensuspend-base
Diff to previous 1.562: preferred, colored
Changes since revision 1.562: +3 -1
lines
Enable -mtune=nocona by default on x86. I have tested on a range of CPUs
and this seems to give the best results.
Revision 1.562: download - view: text, markup, annotated - select for diffs
Fri May 1 22:47:53 2009 (2 years, 9 months ago) by apb
Branches: MAIN
Diff to previous 1.561: preferred, colored
Changes since revision 1.561: +2 -2
lines
Switch from sha1 to sha256 in the METALOG. The same information
also ends up in /etc/mtree/set.* after installation.
Revision 1.561: download - view: text, markup, annotated - select for diffs
Fri Apr 10 18:14:54 2009 (2 years, 10 months ago) by bouyer
Branches: MAIN
Diff to previous 1.560: preferred, colored
Changes since revision 1.560: +9 -10
lines
Revert accidental switch of alpha to Xorg. We don't have the XdecNetBSD
and XalphaNetBSD drivers in xorg yet.
Fixes release build for alpha.
Revision 1.560: download - view: text, markup, annotated - select for diffs
Fri Mar 27 20:36:55 2009 CET (2 years, 10 months ago) by drochner
Branches: MAIN
Diff to previous 1.559: preferred, colored
Changes since revision 1.559: +3 -1
lines
Use "i486" as GNU_ARCH for i386 so that the toolchain and libraries
can use instructions which were not available on the original i386
(eg cmpxchg). Due to some strangeness in gcc's i386 support this needs
an extra --with-arch=i486 configure argument for gcc to have the desired
effect, see my post "i386 vs i486, some inconsistencies" to tech-toolchain
some weeks ago.
I'm not happy to break compatibility, but since (a) kernel support
for i386 was removed and (b) i387 code was put into libm this is
just another coffin nail.
The gain is besides consistency and more efficient code that intel
atomar intrinsics can now be used by gcc. (which would need runtime
library support otherwise)
Revision 1.542.2.9: download - view: text, markup, annotated - select for diffs
Wed Mar 18 06:39:06 2009 CET (2 years, 10 months ago) by snj
Branches: netbsd-5
CVS tags: netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0
Branch point for: matt-nb5-mips64
Diff to previous 1.542.2.8: preferred, colored to branchpoint 1.542: preferred, colored
Changes since revision 1.542.2.8: +2 -2
lines
Pull up following revision(s) (requested by apb in ticket #578):
build.sh: revision 1.205
share/mk/bsd.own.mk: revision 1.559
Add "-", "_", and "A-Z" to the set of allowed characters in the
result from `uname -p`. We already have a platform with an underline
("x86_64"), and the other chars seem harmless.
Revision 1.542.2.8: download - view: text, markup, annotated - select for diffs
Wed Mar 18 06:37:59 2009 CET (2 years, 10 months ago) by snj
Branches: netbsd-5
Diff to previous 1.542.2.7: preferred, colored to branchpoint 1.542: preferred, colored
Changes since revision 1.542.2.7: +9 -3
lines
Pull up following revision(s) (requested by apb in ticket #578):
build.sh: revision 1.204
share/mk/bsd.own.mk: revision 1.558
In build.sh and bsd.own.mk, if uname -p fails, or prints "unknown", or
prints something that does not look like an identifier, then use uname
-m instead. (Cygwin prints "unknown", and OpenBSD prints a long string
containing several spaces; this code should handle both.)
Revision 1.559: download - view: text, markup, annotated - select for diffs
Mon Mar 9 07:25:51 2009 CET (2 years, 11 months ago) by apb
Branches: MAIN
Diff to previous 1.558: preferred, colored
Changes since revision 1.558: +2 -2
lines
Add "-", "_", and "A-Z" to the set of allowed characters in the
result from `uname -p`. We already have a platform with an underline
("x86_64"), and the other chars seem harmless.
Revision 1.558: download - view: text, markup, annotated - select for diffs
Fri Mar 6 17:29:41 2009 CET (2 years, 11 months ago) by apb
Branches: MAIN
Diff to previous 1.557: preferred, colored
Changes since revision 1.557: +9 -3
lines
In build.sh and bsd.own.mk, if uname -p fails, or prints "unknown", or
prints something that does not look like an identifier, then use uname
-m instead. (Cygwin prints "unknown", and OpenBSD prints a long string
containing several spaces; this code should handle both.)
Revision 1.542.2.7: download - view: text, markup, annotated - select for diffs
Thu Feb 26 08:36:05 2009 CET (2 years, 11 months ago) by snj
Branches: netbsd-5
Diff to previous 1.542.2.6: preferred, colored to branchpoint 1.542: preferred, colored
Changes since revision 1.542.2.6: +3 -3
lines
Apply patch (requested by macallan in ticket #524):
Switch sgimips over to Xorg
Revision 1.557: download - view: text, markup, annotated - select for diffs
Wed Feb 25 21:36:45 2009 CET (2 years, 11 months ago) by sketch
Branches: MAIN
Diff to previous 1.556: preferred, colored
Changes since revision 1.556: +3 -1
lines
Make grep a host tool.
Revision 1.542.2.6: download - view: text, markup, annotated - select for diffs
Wed Feb 25 21:33:49 2009 CET (2 years, 11 months ago) by snj
Branches: netbsd-5
Diff to previous 1.542.2.5: preferred, colored to branchpoint 1.542: preferred, colored
Changes since revision 1.542.2.5: +6 -6
lines
Pull up following revision(s) (requested by macallan in ticket #516):
share/mk/bsd.own.mk: revision 1.543
add a couple driver names for Xorg
Revision 1.556: download - view: text, markup, annotated - select for diffs
Tue Feb 24 05:04:40 2009 CET (2 years, 11 months ago) by macallan
Branches: MAIN
Diff to previous 1.555: preferred, colored
Changes since revision 1.555: +2 -2
lines
Switch sgimips over to Xorg
Revision 1.555: download - view: text, markup, annotated - select for diffs
Tue Feb 17 01:02:32 2009 CET (2 years, 11 months ago) by abs
Branches: MAIN
Diff to previous 1.554: preferred, colored
Changes since revision 1.554: +12 -6
lines
Cut all non Xserver building ports across to Xorg, tested on vax and
a selection of m68k ports.
The remaining XFree using ports are:
acorn32 amiga cats dreamcast ews4800mips hpcarm hpcmips hpcsh
mac68k netwinder newsmips ofppc pmax sgimips sparc sun3 x68k
Revision 1.542.2.5: download - view: text, markup, annotated - select for diffs
Mon Feb 2 01:03:54 2009 CET (3 years ago) by snj
Branches: netbsd-5
CVS tags: netbsd-5-0-RC2
Diff to previous 1.542.2.4: preferred, colored to branchpoint 1.542: preferred, colored
Changes since revision 1.542.2.4: +2 -2
lines
Pull up following revision(s) (requested by tron in ticket #327):
distrib/sets/lists/xfont/mi: revision 1.34
external/mit/xorg/share/fonts/misc/Makefile: revision 1.2
external/mit/xorg/share/fonts/misc/font-sony-misc/Makefile: revision 1.1
share/mk/bsd.own.mk: revision 1.554
Install the "sony-misc" font from the X.org distribution.
Patch supplied by Takeshi Nakayama in PR xsrc/40476.
Revision 1.554: download - view: text, markup, annotated - select for diffs
Mon Jan 26 00:11:16 2009 CET (3 years ago) by tron
Branches: MAIN
Branch point for: jym-xensuspend
Diff to previous 1.553: preferred, colored
Changes since revision 1.553: +2 -2
lines
Install the "sony-misc" font from the X.org distribution.
Patch supplied by Takeshi Nakayama in PR xsrc/40476.
Revision 1.542.2.4: download - view: text, markup, annotated - select for diffs
Fri Jan 16 22:41:10 2009 CET (3 years ago) by bouyer
Branches: netbsd-5
CVS tags: netbsd-5-0-RC1
Diff to previous 1.542.2.3: preferred, colored to branchpoint 1.542: preferred, colored
Changes since revision 1.542.2.3: +1 -2
lines
Apply patch, requested by pooka in ticket 259:
distrib/sets/sets.subr patch
distrib/sets/lists/base/lkm.mi patch
distrib/sets/lists/base/md.amd64 patch
distrib/sets/lists/base/md.sparc64 patch
distrib/sets/lists/base/mi patch
distrib/sets/lists/base/shl.elf patch
distrib/sets/lists/base/shl.mi patch
distrib/sets/lists/comp/md.amd64 patch
distrib/sets/lists/comp/md.sparc64 patch
distrib/sets/lists/comp/mi patch
distrib/sets/lists/comp/shl.mi patch
distrib/sets/lists/man/mi patch
lib/Makefile patch
share/man/man5/mk.conf.5 patch
share/mk/bsd.README patch
share/mk/bsd.own.mk patch
sys/lkm/vfs/Makefile patch
usr.sbin/Makefile patch
Now that MKPUFFS is default, kill it as advertised.
While there, give puffs and refuse files sensible syspkg entries.
Revision 1.553: download - view: text, markup, annotated - select for diffs
Tue Dec 30 22:31:10 2008 CET (3 years, 1 month ago) by pooka
Branches: MAIN
Diff to previous 1.552: preferred, colored
Changes since revision 1.552: +9 -1
lines
Move list of rump-uses-kmod archs to bsd.own.mk for wider consumption.
Revision 1.552: download - view: text, markup, annotated - select for diffs
Tue Dec 23 03:54:11 2008 CET (3 years, 1 month ago) by agc
Branches: MAIN
Diff to previous 1.551: preferred, colored
Changes since revision 1.551: +3 -2
lines
Put MKLVM in order in the list of variables
Revision 1.551: download - view: text, markup, annotated - select for diffs
Fri Dec 19 16:24:18 2008 CET (3 years, 1 month ago) by haad
Branches: MAIN
Diff to previous 1.550: preferred, colored
Changes since revision 1.550: +2 -2
lines
Merge the haad-dm branch to -current. This branch adds LVM functionality to
the base NetBSD system. It uses Linux LVM2 tools and our BSD licensed
device-mapper driver.
The device-mapper driver can be used to create virtual block devices which
maps virtual blocks to real with target mapping called target. Currently
these targets are available a linear, zero, error and a snapshot (this is
work in progress and doesn't work yet).
The lvm2tools adds lvm and dmsetup binary to based system, where the lvm
tool is used to manage and administer whole LVM and the dmestup is used to
communicate iwith device-mapper kernel driver. With these tools also
a libdevmapper library is instaled to the base system.
Building of tools and driver is currently disable and can be enabled with
MKLVM=yes in mk.conf. I will add sets lists and rc.d script soon.
Oked by agc@ and cube@.
Revision 1.542.2.3: download - view: text, markup, annotated - select for diffs
Wed Nov 19 01:30:52 2008 CET (3 years, 2 months ago) by snj
Branches: netbsd-5
Diff to previous 1.542.2.2: preferred, colored to branchpoint 1.542: preferred, colored
Changes since revision 1.542.2.2: +2 -2
lines
Pull up following revision(s) (requested by cube in ticket #79):
share/mk/bsd.own.mk: revision 1.546
Add MesaGLUT to the list of X11SRCDIR.<package> variables.
Revision 1.542.2.2: download - view: text, markup, annotated - select for diffs
Sat Nov 15 23:10:33 2008 CET (3 years, 2 months ago) by snj
Branches: netbsd-5
Diff to previous 1.542.2.1: preferred, colored to branchpoint 1.542: preferred, colored
Changes since revision 1.542.2.1: +2 -2
lines
Pull up following revision(s) (requested by mrg in ticket #64):
share/man/man5/mk.conf.5: revision 1.46
share/mk/bsd.own.mk: revision 1.550
doc/BUILDING.mdoc: revision 1.70
BUILDING: revision 1.81
share/mk/bsd.README: revision 1.242
revert sparc back to default of XFree86 at the request of macallan.
Revision 1.542.2.1: download - view: text, markup, annotated - select for diffs
Sat Nov 15 23:05:12 2008 CET (3 years, 2 months ago) by snj
Branches: netbsd-5
Diff to previous 1.542: preferred, colored
Changes since revision 1.542: +15 -7
lines
Pull up following revision(s) (requested by mrg in ticket #64):
distrib/sets/Makefile: revision 1.64
external/mit/xorg/server/Makefile: revision 1.5
share/mk/bsd.README: revision 1.237
BUILDING: revision 1.79
share/mk/bsd.x11.mk: revision 1.71
share/mk/bsd.own.mk: revision 1.544
usr.bin/ssh/Makefile.inc: revision 1.18
distrib/sets/sets.subr: revision 1.72
share/man/man5/mk.conf.5: revision 1.42
doc/BUILDING.mdoc: revision 1.68
etc/Makefile: revision 1.360
Makefile: revision 1.263
- retire MKXORG from public use
- introduce X11FLAVOUR to choose src/x11 vs src/external/mit/xorg
for the X11 to build if MKX11=yes is set. it takes the values
of either Xorg or XFree86.
- default to Xorg on alpha, i386, macppc, shark, sparc and sparc64
- remove MKXORG_WITH_XSRC_XSERVER, unused and never useful
Revision 1.550: download - view: text, markup, annotated - select for diffs
Sat Nov 15 12:27:49 2008 CET (3 years, 2 months ago) by mrg
Branches: MAIN
Diff to previous 1.549: preferred, colored
Changes since revision 1.549: +2 -2
lines
revert sparc back to default of XFree86 at the request of macallan.
Revision 1.549: download - view: text, markup, annotated - select for diffs
Thu Nov 13 21:40:11 2008 CET (3 years, 2 months ago) by apb
Branches: MAIN
Diff to previous 1.548: preferred, colored
Changes since revision 1.548: +14 -6
lines
Add support for new MAKEVERBOSE levels 3 and 4. The complete list is now:
0 Minimal output ("quiet")
1 Describe what is occurring
2 Describe what is occurring and echo the actual command
3 Ignore the effect of the "@" prefix in make commands
4 Trace shell commands using the shell's -x flag
The default remains MAKEVERBOSE=2.
Revision 1.548: download - view: text, markup, annotated - select for diffs
Wed Nov 12 14:17:27 2008 CET (3 years, 2 months ago) by pooka
Branches: MAIN
Diff to previous 1.547: preferred, colored
Changes since revision 1.547: +1 -2
lines
Now that MKPUFFS is default, kill it as advertised.
While there, give puffs and refuse files sensible syspkg entries.
Revision 1.547: download - view: text, markup, annotated - select for diffs
Wed Nov 12 13:35:54 2008 CET (3 years, 2 months ago) by ad
Branches: MAIN
Diff to previous 1.546: preferred, colored
Changes since revision 1.546: +2 -7
lines
Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
Revision 1.546: download - view: text, markup, annotated - select for diffs
Tue Nov 11 17:09:53 2008 CET (3 years, 2 months ago) by cube
Branches: MAIN
Diff to previous 1.545: preferred, colored
Changes since revision 1.545: +2 -2
lines
Add MesaGLUT to the list of X11SRCDIR.<package> variables.
Revision 1.545: download - view: text, markup, annotated - select for diffs
Tue Nov 11 04:39:08 2008 CET (3 years, 2 months ago) by macallan
Branches: MAIN
Diff to previous 1.544: preferred, colored
Changes since revision 1.544: +2 -2
lines
it's ag10e not agten
Revision 1.544: download - view: text, markup, annotated - select for diffs
Mon Nov 10 00:02:29 2008 CET (3 years, 3 months ago) by mrg
Branches: MAIN
Diff to previous 1.543: preferred, colored
Changes since revision 1.543: +15 -7
lines
- retire MKXORG from public use
- introduce X11FLAVOUR to choose src/x11 vs src/external/mit/xorg
for the X11 to build if MKX11=yes is set. it takes the values
of either Xorg or XFree86.
- default to Xorg on alpha, i386, macppc, shark, sparc and sparc64
- remove MKXORG_WITH_XSRC_XSERVER, unused and never useful
Revision 1.543: download - view: text, markup, annotated - select for diffs
Thu Nov 6 23:13:58 2008 CET (3 years, 3 months ago) by macallan
Branches: MAIN
Diff to previous 1.542: preferred, colored
Changes since revision 1.542: +6 -6
lines
add a couple driver names for Xorg
Revision 1.542: download - view: text, markup, annotated - select for diffs
Thu Oct 30 00:46:52 2008 CET (3 years, 3 months ago) by macallan
Branches: MAIN
CVS tags: netbsd-5-base
Branch point for: netbsd-5
Diff to previous 1.541: preferred, colored
Changes since revision 1.541: +3 -2
lines
add suncg6 driver
Revision 1.541: download - view: text, markup, annotated - select for diffs
Wed Oct 29 07:20:27 2008 CET (3 years, 3 months ago) by agc
Branches: MAIN
Diff to previous 1.540: preferred, colored
Changes since revision 1.540: +3 -2
lines
Flick the puffs switch, and set MKPUFFS on by default.
Revision 1.540: download - view: text, markup, annotated - select for diffs
Wed Oct 29 04:11:27 2008 CET (3 years, 3 months ago) by macallan
Branches: MAIN
Diff to previous 1.539: preferred, colored
Changes since revision 1.539: +2 -2
lines
add sunffb driver
Revision 1.539: download - view: text, markup, annotated - select for diffs
Mon Oct 27 23:32:51 2008 CET (3 years, 3 months ago) by mrg
Branches: MAIN
Diff to previous 1.538: preferred, colored
Changes since revision 1.538: +1 -3
lines
- enable 32-bit library builds on amd64 and sparc64
- add 3 new top-level targets:
do-compat-lib-csu
do-compat-libgcc
do-compat-lib-libc
and run them before "do-build" if ${MKCOMPAT} != "no"
Revision 1.538: download - view: text, markup, annotated - select for diffs
Mon Oct 27 00:13:24 2008 CET (3 years, 3 months ago) by apb
Branches: MAIN
Diff to previous 1.537: preferred, colored
Changes since revision 1.537: +70 -2
lines
Always define TOOL_* variables in bsd.own.mk, not in bsd.sys.mk.
Previously, they were defined in bsd.own.mk if USETOOLS=yes, but in
bsd.sys.mk if USETOOLS!=yes. This caused makefiles that did this:
.include <bsd.own.mk>
FOO != ${TOOL_BAR} args...
to work in the USETOOLS=yes case but not in the USETOOLS!=yes case.
Revision 1.537: download - view: text, markup, annotated - select for diffs
Sun Oct 26 16:51:20 2008 CET (3 years, 3 months ago) by apb
Branches: MAIN
Diff to previous 1.536: preferred, colored
Changes since revision 1.536: +1 -2
lines
Set HOST_SH?=/bin/sh unconditionally. Previously, it was conditionally
set to /usr/bin/bash if HOST_CYGWIN was defined, but now build.sh
tries to set HOST_SH appropriately.
Remove the HOST_CYGWIN variable, which was not used for any other purpose.
Document that HOST_SH should be an absolute path.
THis was proposed in tech-toolchain.
Revision 1.536: download - view: text, markup, annotated - select for diffs
Sun Oct 26 08:09:11 2008 CET (3 years, 3 months ago) by mrg
Branches: MAIN
Diff to previous 1.535: preferred, colored
Changes since revision 1.535: +13 -1
lines
add MKCOMPAT, to build 32 bit libs. default to no for now for everyone.
Revision 1.535: download - view: text, markup, annotated - select for diffs
Sun Oct 19 21:44:47 2008 (3 years, 3 months ago) by apb
Branches: MAIN
CVS tags: matt-mips64-base2
Diff to previous 1.534: preferred, colored
Changes since revision 1.534: +2 -1
lines
Define TOOL_AWK.
Revision 1.534: download - view: text, markup, annotated - select for diffs
Sun Oct 19 21:29:43 2008 (3 years, 3 months ago) by apb
Branches: MAIN
Diff to previous 1.533: preferred, colored
Changes since revision 1.533: +2 -2
lines
Add the NOINFO variable, which works just like all other NOxxx variables.
Revision 1.533: download - view: text, markup, annotated - select for diffs
Mon Oct 13 20:23:47 2008 (3 years, 3 months ago) by apb
Branches: MAIN
Diff to previous 1.532: preferred, colored
Changes since revision 1.532: +1 -3
lines
Remove references to TOOL_BEBOXELF2PEF and TOOL_BEBOXMKBOOTIMAGE,
which were obsoleted in May 2008.
Revision 1.532: download - view: text, markup, annotated - select for diffs
Mon Oct 13 17:29:22 2008 (3 years, 3 months ago) by apb
Branches: MAIN
Diff to previous 1.531: preferred, colored
Changes since revision 1.531: +4 -4
lines
In bsd.sys.mk and bsd.own.mk, sort lists of TOOL_* variables.
In bsd.README, document all TOOL_* variables that are set in bsd.sys.mk.
There are several TOOL_* variables that are set in bsd.own.mk, but not
set in bsd.sys.mk and not documented in bsd.README.
Revision 1.531: download - view: text, markup, annotated - select for diffs
Mon Oct 13 01:11:25 2008 (3 years, 3 months ago) by mrg
Branches: MAIN
Diff to previous 1.530: preferred, colored
Changes since revision 1.530: +2 -2
lines
add X11SRCDIR.xf86-video-r128
Revision 1.505.2.3: download - view: text, markup, annotated - select for diffs
Sun Oct 5 22:11:24 2008 (3 years, 4 months ago) by mjf
Branches: mjf-devfs2
Diff to previous 1.505.2.2: preferred, colored to branchpoint 1.505: preferred, colored next main 1.506: preferred, colored
Changes since revision 1.505.2.2: +103 -14
lines
Sync with HEAD.
Revision 1.530: download - view: text, markup, annotated - select for diffs
Fri Sep 26 20:23:09 2008 (3 years, 4 months ago) by apb
Branches: MAIN
CVS tags: mjf-devfs2-base
Diff to previous 1.529: preferred, colored
Changes since revision 1.529: +2 -1
lines
Build strfile both as a host tool and as an installed program:
* in games/fortune/strfile/Makefile, build strfile as a
regular program instead of as a host tool;
* add tools/strfile directory to build strfile as a host tool;
* in tools/Makefile, add strfile to SUBDIR list;
* in BSD.*.mk, define TOOL_STRFILE variable;
* in games/fortune/datfiles/Makefile, use TOOL_STRFILE when creating
databases at build time;
* in distrib/sets/lists/games/mi, mention usr/games/strfile.
Revision 1.509.2.3: download - view: text, markup, annotated - select for diffs
Wed Sep 24 18:41:22 2008 (3 years, 4 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to previous 1.509.2.2: preferred, colored next main 1.510: preferred, colored
Changes since revision 1.509.2.2: +2 -2
lines
Merge in changes between wrstuden-revivesa-base-2 and
wrstuden-revivesa-base-3.
Revision 1.529: download - view: text, markup, annotated - select for diffs
Sun Sep 21 04:12:25 2008 (3 years, 4 months ago) by mrg
Branches: MAIN
Diff to previous 1.528: preferred, colored
Changes since revision 1.528: +3 -2
lines
add X11SRCDIR.xf86-video-nvxbox
Revision 1.528: download - view: text, markup, annotated - select for diffs
Sun Sep 21 03:46:40 2008 (3 years, 4 months ago) by mrg
Branches: MAIN
Diff to previous 1.527: preferred, colored
Changes since revision 1.527: +2 -2
lines
add X11SRCDIR.xf86-video-mach64
Revision 1.509.2.2: download - view: text, markup, annotated - select for diffs
Thu Sep 18 06:38:10 2008 (3 years, 4 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to previous 1.509.2.1: preferred, colored
Changes since revision 1.509.2.1: +101 -14
lines
Sync with wrstuden-revivesa-base-2.
Revision 1.489.2.4: download - view: text, markup, annotated - select for diffs
Tue Sep 16 20:49:33 2008 (3 years, 4 months ago) by bouyer
Branches: netbsd-4
Diff to previous 1.489.2.3: preferred, colored to branchpoint 1.489: preferred, colored next main 1.490: preferred, colored
Changes since revision 1.489.2.3: +2 -12
lines
Sync with the following revisions (requested by skrll in ticket #1196):
gnu/dist/gdb removed
gnu/usr.bin/gdb53 removed
distrib/cats/instkernel/Makefile 1.14.6.1
gnu/dist/gdb6/bfd/config.bfd 1.3.6.1
gnu/dist/gdb6/bfd/elfxx-sparc.c 1.1.1.2.6.1
gnu/dist/gdb6/bfd/elfxx-sparc.h 1.1.1.2.6.1
gnu/dist/gdb6/gdb/Makefile.in 1.2.2.1.2.2
gnu/dist/gdb6/gdb/alpha-tdep.c 1.1.1.2.6.1
gnu/dist/gdb6/gdb/alpha-tdep.h 1.1.1.2.6.1
gnu/dist/gdb6/gdb/alphabsd-nat.c 1.1.1.2.6.2
gnu/dist/gdb6/gdb/alphabsd-nat.h 1.1.2.1
gnu/dist/gdb6/gdb/alphabsd-tdep.c 1.1.1.2.6.1
gnu/dist/gdb6/gdb/alphabsd-tdep.h 1.1.1.2.6.1
gnu/dist/gdb6/gdb/alphanbsd-nat.c 1.1.2.1
gnu/dist/gdb6/gdb/alphanbsd-tdep.c 1.1.1.2.6.1
gnu/dist/gdb6/gdb/amd64-nat.c 1.1.1.2.6.1
gnu/dist/gdb6/gdb/amd64bsd-nat.c 1.1.1.2.6.1
gnu/dist/gdb6/gdb/amd64nbsd-nat.c 1.1.1.2.6.3
gnu/dist/gdb6/gdb/amd64nbsd-tdep.c 1.1.1.2.6.1
gnu/dist/gdb6/gdb/arm-tdep.h 1.1.1.2.6.1
gnu/dist/gdb6/gdb/armbsd-tdep.c 1.1.2.1
gnu/dist/gdb6/gdb/armnbsd-nat.c 1.1.1.2.6.2
gnu/dist/gdb6/gdb/armnbsd-tdep.c 1.1.1.2.6.1
gnu/dist/gdb6/gdb/configure 1.1.1.2.6.1
gnu/dist/gdb6/gdb/configure.ac 1.1.1.2.6.1
gnu/dist/gdb6/gdb/i386bsd-nat.c 1.1.1.2.6.1
gnu/dist/gdb6/gdb/i386nbsd-tdep.c 1.1.1.2.6.1
gnu/dist/gdb6/gdb/m68kbsd-nat.c 1.1.1.2.6.2
gnu/dist/gdb6/gdb/mipsnbsd-nat.c 1.1.1.2.6.2
gnu/dist/gdb6/gdb/nbsd-thread.c 1.1.2.3
gnu/dist/gdb6/gdb/ppcnbsd-nat.c 1.1.1.2.6.2
gnu/dist/gdb6/gdb/ppcnbsd-tdep.c 1.3.6.1
gnu/dist/gdb6/gdb/sh-tdep.c 1.1.1.2.6.1
gnu/dist/gdb6/gdb/shnbsd-nat.c 1.1.1.2.6.3
gnu/dist/gdb6/gdb/shnbsd-tdep.c 1.1.1.2.6.4
gnu/dist/gdb6/gdb/shnbsd-tdep.h 1.1.1.2.6.1
gnu/dist/gdb6/gdb/sparc-nat.c 1.1.1.2.6.1
gnu/dist/gdb6/gdb/sparc64nbsd-nat.c 1.1.1.2.6.2
gnu/dist/gdb6/gdb/sparcnbsd-nat.c 1.1.1.2.6.2
gnu/dist/gdb6/gdb/tramp-frame.h 1.1.1.2.6.1
gnu/dist/gdb6/gdb/vaxbsd-nat.c 1.1.1.2.6.2
gnu/dist/gdb6/gdb/config/alpha/nbsd.mh 1.1.1.2.6.1
gnu/dist/gdb6/gdb/config/arm/nbsd.mt 1.1.1.1.6.1
gnu/dist/gdb6/gdb/config/arm/nbsdelf.mh 1.1.1.1.6.1
gnu/dist/gdb6/gdb/config/i386/nbsd64.mh 1.1.1.1.6.1
gnu/dist/gdb6/gdb/config/m68k/nbsdelf.mh 1.1.1.1.6.1
gnu/dist/gdb6/gdb/config/mips/nbsd.mh 1.1.1.1.6.1
gnu/dist/gdb6/gdb/config/powerpc/nbsd.mh 1.1.1.2.6.1
gnu/dist/gdb6/gdb/config/sh/nbsd.mh 1.1.1.1.6.2
gnu/dist/gdb6/gdb/config/sh/tm-nbsd.h 1.1.1.1.6.1
gnu/dist/gdb6/gdb/config/sparc/nbsd64.mh 1.1.1.1.6.1
gnu/dist/gdb6/gdb/config/sparc/nbsdelf.mh 1.1.1.1.6.1
gnu/dist/gdb6/gdb/config/vax/nbsdelf.mh 1.1.1.1.6.1
gnu/dist/gdb6/opcodes/configure 1.1.1.2.6.1
gnu/dist/gdb6/opcodes/configure.in 1.1.1.2.6.1
gnu/usr.bin/Makefile 1.126.4.1
gnu/usr.bin/gdb6/arch/alpha/config.h 1.3.4.1
gnu/usr.bin/gdb6/arch/alpha/defs.mk 1.2.6.1
gnu/usr.bin/gdb6/arch/alpha/init.c 1.2.6.1
gnu/usr.bin/gdb6/arch/alpha/nm.h 1.2.6.1
gnu/usr.bin/gdb6/arch/arm/defs.mk 1.2.6.2
gnu/usr.bin/gdb6/arch/arm/init.c 1.1.6.1
gnu/usr.bin/gdb6/arch/armeb/config.h 1.1.6.2
gnu/usr.bin/gdb6/arch/armeb/defs.mk 1.1.6.3
gnu/usr.bin/gdb6/arch/armeb/init.c 1.1.6.2
gnu/usr.bin/gdb6/arch/armeb/tm.h 1.1.6.2
gnu/usr.bin/gdb6/arch/armeb/version.c 1.1.6.2
gnu/usr.bin/gdb6/arch/i386/defs.mk 1.4.4.1
gnu/usr.bin/gdb6/arch/i386/init.c 1.3.6.1
gnu/usr.bin/gdb6/arch/m68000/config.h 1.1.6.2
gnu/usr.bin/gdb6/arch/m68000/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/arch/m68000/init.c 1.1.6.2
gnu/usr.bin/gdb6/arch/m68000/tm.h 1.1.6.2
gnu/usr.bin/gdb6/arch/m68000/version.c 1.1.6.2
gnu/usr.bin/gdb6/arch/m68k/defs.mk 1.1.4.1
gnu/usr.bin/gdb6/arch/m68k/init.c 1.1.4.1
gnu/usr.bin/gdb6/arch/mipseb/config.h 1.3.4.1
gnu/usr.bin/gdb6/arch/mipseb/defs.mk 1.2.6.2
gnu/usr.bin/gdb6/arch/mipseb/init.c 1.2.6.2
gnu/usr.bin/gdb6/arch/mipsel/config.h 1.2.6.3
gnu/usr.bin/gdb6/arch/mipsel/defs.mk 1.2.6.3
gnu/usr.bin/gdb6/arch/mipsel/init.c 1.2.6.3
gnu/usr.bin/gdb6/arch/mipsel/tm.h 1.2.6.2
gnu/usr.bin/gdb6/arch/mipsel/version.c 1.2.6.2
gnu/usr.bin/gdb6/arch/powerpc/defs.mk 1.3.6.1
gnu/usr.bin/gdb6/arch/powerpc/init.c 1.3.6.1
gnu/usr.bin/gdb6/arch/sh3eb/config.h 1.2.2.2
gnu/usr.bin/gdb6/arch/sh3eb/defs.mk 1.2.8.3
gnu/usr.bin/gdb6/arch/sh3eb/init.c 1.1.8.3
gnu/usr.bin/gdb6/arch/sh3eb/nm.h 1.1.8.2
gnu/usr.bin/gdb6/arch/sh3eb/tm.h 1.1.8.2
gnu/usr.bin/gdb6/arch/sh3eb/version.c 1.1.8.2
gnu/usr.bin/gdb6/arch/sh3el/config.h 1.2.2.2
gnu/usr.bin/gdb6/arch/sh3el/defs.mk 1.2.8.3
gnu/usr.bin/gdb6/arch/sh3el/init.c 1.1.8.3
gnu/usr.bin/gdb6/arch/sh3el/nm.h 1.1.8.2
gnu/usr.bin/gdb6/arch/sh3el/tm.h 1.1.8.2
gnu/usr.bin/gdb6/arch/sh3el/version.c 1.1.8.2
gnu/usr.bin/gdb6/arch/sparc/defs.mk 1.2.6.1
gnu/usr.bin/gdb6/arch/sparc/init.c 1.1.6.1
gnu/usr.bin/gdb6/arch/sparc64/defs.mk 1.2.6.1
gnu/usr.bin/gdb6/arch/sparc64/init.c 1.1.6.1
gnu/usr.bin/gdb6/arch/vax/config.h 1.1.6.2
gnu/usr.bin/gdb6/arch/vax/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/arch/vax/init.c 1.1.6.2
gnu/usr.bin/gdb6/arch/vax/tm.h 1.1.6.2
gnu/usr.bin/gdb6/arch/vax/version.c 1.1.6.2
gnu/usr.bin/gdb6/arch/x86_64/defs.mk 1.2.6.1
gnu/usr.bin/gdb6/arch/x86_64/init.c 1.1.6.1
gnu/usr.bin/gdb6/bfd/arch/armeb/bfd.h 1.1.6.2
gnu/usr.bin/gdb6/bfd/arch/armeb/bfdver.h 1.1.6.2
gnu/usr.bin/gdb6/bfd/arch/armeb/config.h 1.1.6.2
gnu/usr.bin/gdb6/bfd/arch/armeb/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/bfd/arch/m68000/bfd.h 1.1.6.2
gnu/usr.bin/gdb6/bfd/arch/m68000/bfdver.h 1.1.6.2
gnu/usr.bin/gdb6/bfd/arch/m68000/config.h 1.1.6.2
gnu/usr.bin/gdb6/bfd/arch/m68000/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/bfd/arch/mipsel/bfd.h 1.1.6.2
gnu/usr.bin/gdb6/bfd/arch/mipsel/bfdver.h 1.1.6.2
gnu/usr.bin/gdb6/bfd/arch/mipsel/config.h 1.1.6.2
gnu/usr.bin/gdb6/bfd/arch/mipsel/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/bfd/arch/sh3eb/bfd.h 1.1.8.3
gnu/usr.bin/gdb6/bfd/arch/sh3eb/bfdver.h 1.1.8.2
gnu/usr.bin/gdb6/bfd/arch/sh3eb/config.h 1.1.8.2
gnu/usr.bin/gdb6/bfd/arch/sh3eb/defs.mk 1.1.8.3
gnu/usr.bin/gdb6/bfd/arch/sh3el/bfd.h 1.1.8.3
gnu/usr.bin/gdb6/bfd/arch/sh3el/bfdver.h 1.1.8.2
gnu/usr.bin/gdb6/bfd/arch/sh3el/config.h 1.1.8.2
gnu/usr.bin/gdb6/bfd/arch/sh3el/defs.mk 1.1.8.3
gnu/usr.bin/gdb6/bfd/arch/vax/bfd.h 1.1.6.2
gnu/usr.bin/gdb6/bfd/arch/vax/bfdver.h 1.1.6.2
gnu/usr.bin/gdb6/bfd/arch/vax/config.h 1.1.6.2
gnu/usr.bin/gdb6/bfd/arch/vax/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/gdb/Makefile 1.5.2.1.2.2
gnu/usr.bin/gdb6/gdbtui/Makefile 1.2.6.1
gnu/usr.bin/gdb6/libiberty/arch/armeb/config.h 1.1.6.2
gnu/usr.bin/gdb6/libiberty/arch/armeb/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/libiberty/arch/m68000/config.h 1.1.6.2
gnu/usr.bin/gdb6/libiberty/arch/m68000/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/libiberty/arch/mipsel/config.h 1.1.6.2
gnu/usr.bin/gdb6/libiberty/arch/mipsel/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/libiberty/arch/sh3eb/config.h 1.1.8.2
gnu/usr.bin/gdb6/libiberty/arch/sh3eb/defs.mk 1.1.8.2
gnu/usr.bin/gdb6/libiberty/arch/sh3el/config.h 1.1.8.2
gnu/usr.bin/gdb6/libiberty/arch/sh3el/defs.mk 1.1.8.2
gnu/usr.bin/gdb6/libiberty/arch/vax/config.h 1.1.6.2
gnu/usr.bin/gdb6/libiberty/arch/vax/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/opcodes/arch/armeb/config.h 1.1.6.2
gnu/usr.bin/gdb6/opcodes/arch/armeb/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/opcodes/arch/m68000/config.h 1.1.6.2
gnu/usr.bin/gdb6/opcodes/arch/m68000/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/opcodes/arch/mipsel/config.h 1.1.6.2
gnu/usr.bin/gdb6/opcodes/arch/mipsel/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/opcodes/arch/sh3eb/config.h 1.1.8.2
gnu/usr.bin/gdb6/opcodes/arch/sh3eb/defs.mk 1.1.8.3
gnu/usr.bin/gdb6/opcodes/arch/sh3el/config.h 1.1.8.2
gnu/usr.bin/gdb6/opcodes/arch/sh3el/defs.mk 1.1.8.3
gnu/usr.bin/gdb6/opcodes/arch/vax/config.h 1.1.6.2
gnu/usr.bin/gdb6/opcodes/arch/vax/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/readline/arch/armeb/config.h 1.1.6.2
gnu/usr.bin/gdb6/readline/arch/armeb/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/readline/arch/m68000/config.h 1.1.6.2
gnu/usr.bin/gdb6/readline/arch/m68000/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/readline/arch/mipsel/config.h 1.1.6.2
gnu/usr.bin/gdb6/readline/arch/mipsel/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/readline/arch/sh3eb/config.h 1.1.8.2
gnu/usr.bin/gdb6/readline/arch/sh3eb/defs.mk 1.1.8.2
gnu/usr.bin/gdb6/readline/arch/sh3el/config.h 1.1.8.2
gnu/usr.bin/gdb6/readline/arch/sh3el/defs.mk 1.1.8.2
gnu/usr.bin/gdb6/readline/arch/vax/config.h 1.1.6.2
gnu/usr.bin/gdb6/readline/arch/vax/defs.mk 1.1.6.2
gnu/usr.bin/gdb6/sim/arch/mipseb/cconfig.h 1.1.2.1
gnu/usr.bin/gdb6/sim/arch/mipseb/config.h 1.1.2.1
gnu/usr.bin/gdb6/sim/arch/mipseb/defs.mk 1.1.2.1
gnu/usr.bin/gdb6/sim/arch/mipsel/cconfig.h 1.1.2.1
gnu/usr.bin/gdb6/sim/arch/mipsel/config.h 1.1.2.1
gnu/usr.bin/gdb6/sim/arch/mipsel/defs.mk 1.1.2.1
lib/libkvm/kvm_sparc64.c 1.10.18.2
lib/libpthread/pthread.c 1.48.6.4
lib/libpthread/pthread_barrier.c 1.6.18.1
lib/libpthread/pthread_cond.c 1.18.12.2
lib/libpthread/pthread_debug.h 1.8.18.1
lib/libpthread/pthread_int.h 1.34.4.5
lib/libpthread/pthread_lock.c 1.14.6.1
lib/libpthread/pthread_mutex.c 1.22.4.2
lib/libpthread/pthread_run.c 1.18.12.4
lib/libpthread/pthread_rwlock.c 1.13.6.2
lib/libpthread/pthread_sa.c 1.37.6.5
lib/libpthread/pthread_sig.c 1.47.4.8
lib/libpthread/pthread_sleep.c 1.7.6.2
lib/libpthread/sem.c 1.9.6.2
lib/libpthread/arch/sh3/pthread_md.h 1.3.6.1
regress/lib/libpthread/resolv/Makefile 1.1.12.1
regress/lib/libpthread/sigrunning/Makefile 1.1.2.1
regress/lib/libpthread/sigrunning/sigrunning.c 1.1.2.1
share/mk/bsd.own.mk 1.489.4.3
sys/arch/amd64/amd64/locore.S 1.18.14.1
sys/arch/amd64/amd64/machdep.c 1.44.2.3.2.1
sys/arch/amd64/conf/kern.ldscript 1.1.70.1
sys/arch/cats/conf/Makefile.cats.inc 1.17.30.1
sys/arch/shark/conf/Makefile.shark.inc 1.6.30.1
sys/arch/sparc64/conf/kern.ldscript 1.7.26.2
sys/arch/sparc64/conf/kern32.ldscript 1.6.26.2
sys/arch/sparc64/include/kcore.h 1.4.92.2
sys/arch/sparc64/sparc64/locore.s 1.232.4.4
sys/arch/sparc64/sparc64/machdep.c 1.193.4.3
sys/arch/sparc64/sparc64/pmap.c 1.184.2.1.2.4
sys/conf/newvers.sh 1.42.26.2
sys/kern/kern_sa.c 1.87.4.11
sys/kern/kern_synch.c 1.173.4.2
sys/sys/savar.h 1.20.10.2
tools/gdb/Makefile 1.9.4.1
tools/gdb/mknative-gdb 1.1.6.1
pullup the wrstuden-fixsa CVS branch to netbsd-4:
toolchain/35540 - GDB 6 support for pthreads.
port-sparc64/37534 - ktrace firefox gives
kernel trap 30: data access expection
GDB changes:
- delete gdb53
- enable gdb6 on all architectures
- add support for amd64 crash dumps
- add support for sparc64 crash dumps
- add support for /proc pid to executable filename for all archs
- enable thread support for all architectures
- add a note section to kernels to all platforms
- support detection/unwinding of signals for most architectures.
- Fix PTHREAD_UCONTEXT_TO_REG / PTHREAD_REG_TO_UCONTEXT on sh3.
- Apply fix from binutils-current so that sparc gdb can be cross built
on a 64bit host.
SA/pthread changes:
Pre-allocate memory needed for event delivery. Eliminates dropped
interrupts under load.
Deliver intra-process signals to running threads
Eliminate some deadlock scenarios
Fix intra-process signal delivery when delivering to a thread waiting
for signals. Makes afs work again!
Revision 1.527: download - view: text, markup, annotated - select for diffs
Tue Sep 9 13:54:19 2008 (3 years, 5 months ago) by joerg
Branches: MAIN
CVS tags: wrstuden-revivesa-base-3
Diff to previous 1.526: preferred, colored
Changes since revision 1.526: +2 -2
lines
Add MKSTRIPIDENT to remove the RCS IDs from binary programs and shared
libraries for space-constraint systems. The description is based on the
feedback of hubertf@, the logic on input from lukem@
This obsoletes the removal of LIBC_SCCS and SYSLIBC_SCCS for libc builds.
Revision 1.526: download - view: text, markup, annotated - select for diffs
Sat Sep 6 07:27:46 2008 (3 years, 5 months ago) by mrg
Branches: MAIN
CVS tags: wrstuden-revivesa-base-2
Diff to previous 1.525: preferred, colored
Changes since revision 1.525: +2 -2
lines
add X11SRCDIR.xinput
Revision 1.525: download - view: text, markup, annotated - select for diffs
Sun Aug 31 07:40:15 2008 (3 years, 5 months ago) by christos
Branches: MAIN
Diff to previous 1.524: preferred, colored
Changes since revision 1.524: +2 -2
lines
remove NVI; it is the default now.
Revision 1.524: download - view: text, markup, annotated - select for diffs
Sun Aug 31 03:21:41 2008 (3 years, 5 months ago) by lukem
Branches: MAIN
Diff to previous 1.523: preferred, colored
Changes since revision 1.523: +3 -4
lines
Enable MKHTML by default; we now install the HTML version of the man
pages as well as the source & catman versions.
Add "htmlinstall" to default MANINSTALL, so MKHTML will operate correctly.
Revision 1.523: download - view: text, markup, annotated - select for diffs
Sat Aug 30 11:13:35 2008 (3 years, 5 months ago) by mrg
Branches: MAIN
Diff to previous 1.522: preferred, colored
Changes since revision 1.522: +2 -1
lines
add X11SRCDIR.xkeyboard-config
Revision 1.522: download - view: text, markup, annotated - select for diffs
Thu Aug 28 09:53:34 2008 (3 years, 5 months ago) by mrg
Branches: MAIN
Diff to previous 1.521: preferred, colored
Changes since revision 1.521: +7 -4
lines
- s/X11R6/X11/ in a couple of comments.
- set X11ROOTDIR?=/usr/X11R7 if MKXORG != "no".
- MKXORG does not need two default values.
Revision 1.521: download - view: text, markup, annotated - select for diffs
Wed Aug 27 04:28:34 2008 (3 years, 5 months ago) by lukem
Branches: MAIN
Diff to previous 1.520: preferred, colored
Changes since revision 1.520: +3 -3
lines
Rework MKHTML (HTML manual pages) implementation to behave like
the manpages and catpages builds, with similar target names (etc).
Revision 1.520: download - view: text, markup, annotated - select for diffs
Wed Aug 27 01:47:14 2008 (3 years, 5 months ago) by lukem
Branches: MAIN
Diff to previous 1.519: preferred, colored
Changes since revision 1.519: +3 -2
lines
Default MKHTML to no, as per bsd.README.
(The default and documentation may change to yes in the near future,
as the build infrastructure for HTML man pages is fixed.)
Revision 1.519: download - view: text, markup, annotated - select for diffs
Sun Aug 24 08:27:00 2008 (3 years, 5 months ago) by gmcgarry
Branches: MAIN
Diff to previous 1.518: preferred, colored
Changes since revision 1.518: +19 -5
lines
Honour HAVE_PCC
Revision 1.518: download - view: text, markup, annotated - select for diffs
Sat Aug 2 08:59:24 2008 (3 years, 6 months ago) by mrg
Branches: MAIN
Diff to previous 1.517: preferred, colored
Changes since revision 1.517: +13 -1
lines
add X11SRCDIR.* for xf86-{video,input}*.
Revision 1.517: download - view: text, markup, annotated - select for diffs
Sat Aug 2 06:35:41 2008 (3 years, 6 months ago) by mrg
Branches: MAIN
Diff to previous 1.516: preferred, colored
Changes since revision 1.516: +2 -2
lines
add X11SRCDIR.pixman
Revision 1.516: download - view: text, markup, annotated - select for diffs
Tue Jul 29 06:40:15 2008 (3 years, 6 months ago) by mrg
Branches: MAIN
Diff to previous 1.515: preferred, colored
Changes since revision 1.515: +58 -4
lines
begin to add support for cross-built Xorg:
- add MKXORG
- default to DRI-on for Xorg
- add paths for 192 Xorg packages that will exist in
xsrc/external/mit/<package>/dist
- add some more X11FLAGS.* variables if MKXORG.
this is somewhat based on the xorg work rtr@ did a couple of years ago.
XXX: seriously need to fix the XORG_RELEASE value, it is still set to
XXX: 6.8.1 from when rtr was working on this.
Revision 1.515: download - view: text, markup, annotated - select for diffs
Wed Jul 23 02:45:39 2008 (3 years, 6 months ago) by dogcow
Branches: MAIN
Diff to previous 1.514: preferred, colored
Changes since revision 1.514: +2 -2
lines
add MKNVI to vivified MK* variables. (HI, DYOUNG!)
Revision 1.514: download - view: text, markup, annotated - select for diffs
Sat Jul 12 14:15:43 2008 (3 years, 6 months ago) by gmcgarry
Branches: MAIN
Diff to previous 1.513: preferred, colored
Changes since revision 1.513: +6 -3
lines
Add and document knobs to turn off building ATF and libm complex support.
Also add knobs for PCC which parallel GCC ones.
Revision 1.509.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 23 06:30:03 2008 (3 years, 7 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to previous 1.509: preferred, colored
Changes since revision 1.509: +4 -4
lines
Sync w/ -current. 34 merge conflicts to follow.
Revision 1.505.4.2: download - view: text, markup, annotated - select for diffs
Wed Jun 4 04:04:39 2008 (3 years, 8 months ago) by yamt
Branches: yamt-pf42
Diff to previous 1.505.4.1: preferred, colored to branchpoint 1.505: preferred, colored next main 1.506: preferred, colored
Changes since revision 1.505.4.1: +3 -4
lines
sync with head
Revision 1.505.2.2: download - view: text, markup, annotated - select for diffs
Mon Jun 2 15:21:43 2008 (3 years, 8 months ago) by mjf
Branches: mjf-devfs2
Diff to previous 1.505.2.1: preferred, colored to branchpoint 1.505: preferred, colored
Changes since revision 1.505.2.1: +778 -0
lines
Sync with HEAD.
Revision 1.513: download - view: text, markup, annotated - select for diffs
Fri May 23 15:07:35 2008 (3 years, 8 months ago) by wiz
Branches: MAIN
CVS tags: yamt-pf42-base4,
yamt-pf42-base3,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base
Diff to previous 1.512: preferred, colored
Changes since revision 1.512: +2 -2
lines
Sort variables.
Revision 1.512: download - view: text, markup, annotated - select for diffs
Thu May 22 15:40:30 2008 (3 years, 8 months ago) by lukem
Branches: MAIN
Diff to previous 1.511: preferred, colored
Changes since revision 1.511: +3 -3
lines
Add MKLDAP, USE_LDAP, LIBLBER, LIBLDAP
Revision 1.511: download - view: text, markup, annotated - select for diffs
Tue May 20 21:01:11 2008 (3 years, 8 months ago) by ad
Branches: MAIN
Diff to previous 1.510: preferred, colored
Changes since revision 1.510: +1 -2
lines
Install kernel modules into the proper locations, taking machine and
kernel version into account.
Revision 1.505.4.1: download - view: text, markup, annotated - select for diffs
Sun May 18 14:31:18 2008 (3 years, 8 months ago) by yamt
Branches: yamt-pf42
Diff to previous 1.505: preferred, colored
Changes since revision 1.505: +10 -3
lines
sync with head.
Revision 1.510: download - view: text, markup, annotated - select for diffs
Sat May 10 21:01:14 2008 (3 years, 9 months ago) by skrll
Branches: MAIN
CVS tags: yamt-pf42-base2,
hpcarm-cleanup-nbase
Diff to previous 1.509: preferred, colored
Changes since revision 1.509: +2 -1
lines
Add TOOL_HP700MKBOOT
Revision 1.509: download - view: text, markup, annotated - select for diffs
Sat May 3 16:48:31 2008 (3 years, 9 months ago) by lukem
Branches: MAIN
Branch point for: wrstuden-revivesa
Diff to previous 1.508: preferred, colored
Changes since revision 1.508: +2 -2
lines
Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this is
a variable that is used by in-tree Makefiles to control behaviour.
(MKsomevar variables are generally intended to be controlled by the end-user)
Revision 1.508: download - view: text, markup, annotated - select for diffs
Sat May 3 01:12:01 2008 (3 years, 9 months ago) by ad
Branches: MAIN
Diff to previous 1.507: preferred, colored
Changes since revision 1.507: +6 -1
lines
Build and install modules into /kernel/modules. Each module gets a
directory for properties, blobs, etc. It's not fixed in stone and
can easily be changed if there are issues with the location/layout.
Revision 1.507: download - view: text, markup, annotated - select for diffs
Fri May 2 13:45:19 2008 (3 years, 9 months ago) by lukem
Branches: MAIN
Diff to previous 1.506: preferred, colored
Changes since revision 1.506: +2 -1
lines
Explicitly set MKLINT=no if MKLINKLIB==no, rather than just acting that way.
Revision 1.506: download - view: text, markup, annotated - select for diffs
Wed Apr 30 23:15:33 2008 (3 years, 9 months ago) by garbled
Branches: MAIN
Diff to previous 1.505: preferred, colored
Changes since revision 1.505: +2 -2
lines
Convert prep to use the new unified mkbootimage rather than it's own. This
mkbootimage can be shared by prep, rs6000, and bebox.
TODO: Convert bebox to use this. Needs someone to test.
Revision 1.489.2.3: download - view: text, markup, annotated - select for diffs
Sat Apr 19 18:07:22 2008 (3 years, 9 months ago) by bouyer
Branches: netbsd-4
CVS tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base
Diff to previous 1.489.2.2: preferred, colored to branchpoint 1.489: preferred, colored
Changes since revision 1.489.2.2: +1 -5
lines
Pull up following revision(s) (requested by skrll in ticket #1129):
share/mk/bsd.own.mk: revision 1.489.4.3
gnu/dist/gcc4/gcc/config/vax/vax.h: revision 1.2.6.1
gnu/dist/gcc4/gcc/config/vax/builtins.md: revision 1.2.10.2
sys/arch/vax/conf/Makefile.vax: revision 1.77.22.1
gnu/dist/gcc4/gcc/config/vax/vax-protos.h: revision 1.1.1.1.6.1
gnu/dist/binutils/gas/config/tc-vax.h: revision 1.1.1.1.18.1
gnu/lib/libgcc4/libgcc/Makefile: revision 1.2.6.1
sys/arch/vax/include/macros.h: revision 1.37.14.1
gnu/lib/crtstuff4/Makefile: revision 1.1.6.1
gnu/dist/gcc4/gcc/config/vax/elf.h: revision 1.1.1.1.6.1
gnu/dist/gcc4/gcc/config/vax/vax.c: revision 1.1.1.1.6.1
sys/arch/vax/boot/Makefile.inc: revision 1.12.16.1
tools/gcc/Makefile: revision 1.22.4.1
lib/libcrypto/Makefile: revision 1.46.4.2
gnu/dist/gcc4/gcc/config/vax/netbsd-elf.h: revision 1.1.1.1.6.1
sys/lib/libkern/libkern.h: revision 1.67.6.1
gnu/dist/gcc4/gcc/config/vax/predicates.md: revision 1.3.10.2
gnu/dist/binutils/bfd/elf32-vax.c: revision 1.5.6.1
gnu/dist/gcc4/gcc/config/vax/vax.md: revision 1.1.1.1.4.1.2.1
gnu/dist/gcc4/gcc/config/vax/vax.opt: revision 1.1.1.1.6.1
gnu/dist/binutils/gas/config/tc-vax.c: revision 1.4.4.1.2.1
Pullup changes to get vax shlibs working from the wrstuden-fixsa branch.
Revision 1.489.4.3: download - view: text, markup, annotated - select for diffs
Mon Apr 7 15:18:27 2008 (3 years, 10 months ago) by skrll
Branches: wrstuden-fixsa
Diff to previous 1.489.4.2: preferred, colored to branchpoint 1.489: preferred, colored next main 1.490: preferred, colored
Changes since revision 1.489.4.2: +2 -6
lines
Pullup changes to get vax shlibs working.
Revision 1.505.2.1
Mon Mar 31 04:42:27 2008 (3 years, 10 months ago) by mjf
Branches: mjf-devfs2
FILE REMOVED
Changes since revision 1.505: +0 -772
lines
file bsd.own.mk was added on branch mjf-devfs2 on 2008-06-02 13:21:43 +0000
Revision 1.505: download - view: text, markup, annotated - select for diffs
Mon Mar 31 04:42:27 2008 (3 years, 10 months ago) by lukem
Branches: MAIN
CVS tags: yamt-pf42-baseX,
yamt-pf42-base
Branch point for: yamt-pf42,
mjf-devfs2
Diff to previous 1.504: preferred, colored
Changes since revision 1.504: +9 -3
lines
Change USE_SKEY default to "no"; we have had USE_PAM=yes as the default
for a long time, and there's no point having custom S/Key support in the
applications given that pam_skey.so is now in /etc/pam.d/*
Revision 1.502.2.1: download - view: text, markup, annotated - select for diffs
Mon Mar 24 08:14:50 2008 CET (3 years, 10 months ago) by keiichi
Branches: keiichi-mipv6
Diff to previous 1.502: preferred, colored next main 1.503: preferred, colored
Changes since revision 1.502: +8 -5
lines
sync with head.
Revision 1.504: download - view: text, markup, annotated - select for diffs
Mon Mar 24 06:00:31 2008 CET (3 years, 10 months ago) by lukem
Branches: MAIN
Diff to previous 1.503: preferred, colored
Changes since revision 1.503: +27 -27
lines
Make it easier to find various MK* and USE_* variable definitions
by expanding their names in the for loops.
Inspired by a recent commit, which made sense to me based on the
number of times I've had to redo a search without the leading MK|USE_
within this file just to find the default...
Revision 1.496.4.3: download - view: text, markup, annotated - select for diffs
Sun Mar 23 01:45:37 2008 CET (3 years, 10 months ago) by matt
Branches: matt-armv6
Diff to previous 1.496.4.2: preferred, colored to branchpoint 1.496: preferred, colored next main 1.497: preferred, colored
Changes since revision 1.496.4.2: +12 -41
lines
sync with HEAD
Revision 1.503: download - view: text, markup, annotated - select for diffs
Mon Mar 10 02:18:29 2008 CET (3 years, 11 months ago) by dholland
Branches: MAIN
CVS tags: matt-armv6-nbase,
keiichi-mipv6-nbase,
keiichi-mipv6-base
Diff to previous 1.502: preferred, colored
Changes since revision 1.502: +8 -5
lines
Adjust the loop that handles NOMAN and friends so grepping for NOMAN
actually finds it. Also note that it only works if set before
bsd.own.mk is included.
Otherwise, grep NOMAN /usr/share/mk/*.mk comes up empty, and since
naively setting it may not work, one can easily draw wrong
conclusions.
Revision 1.502: download - view: text, markup, annotated - select for diffs
Sat Feb 9 20:31:36 2008 CET (4 years ago) by jmmv
Branches: MAIN
CVS tags: hpcarm-cleanup-base
Branch point for: keiichi-mipv6
Diff to previous 1.501: preferred, colored
Changes since revision 1.501: +3 -2
lines
Add a MKMODULAR build-time option, defaulting to no, to enable the new
kernel modules framework.
Revision 1.501: download - view: text, markup, annotated - select for diffs
Tue Jan 29 15:14:54 2008 CET (4 years ago) by nakayama
Branches: MAIN
Diff to previous 1.500: preferred, colored
Changes since revision 1.500: +2 -2
lines
Follow the recent rpcgen(1) change.
The environment variable of the C preprocessor has replaced to RPCGEN_CPP.
Revision 1.500: download - view: text, markup, annotated - select for diffs
Thu Jan 10 23:21:43 2008 CET (4 years, 1 month ago) by skrll
Branches: MAIN
Diff to previous 1.499: preferred, colored
Changes since revision 1.499: +1 -8
lines
Enable gdb on hppa.
Revision 1.499: download - view: text, markup, annotated - select for diffs
Wed Jan 9 12:26:14 2008 CET (4 years, 1 month ago) by simonb
Branches: MAIN
Diff to previous 1.498: preferred, colored
Changes since revision 1.498: +2 -28
lines
Remove support for NetBSD/pc532.
Revision 1.496.4.2: download - view: text, markup, annotated - select for diffs
Wed Jan 9 02:39:26 2008 CET (4 years, 1 month ago) by matt
Branches: matt-armv6
Diff to previous 1.496.4.1: preferred, colored to branchpoint 1.496: preferred, colored
Changes since revision 1.496.4.1: +2 -1
lines
sync with HEAD
Revision 1.498: download - view: text, markup, annotated - select for diffs
Mon Nov 12 15:54:43 2007 CET (4 years, 2 months ago) by jmmv
Branches: MAIN
CVS tags: pc532-eol-2008,
matt-armv6-base,
cube-autoconf-base,
cube-autoconf
Diff to previous 1.497: preferred, colored
Changes since revision 1.497: +2 -1
lines
Add the atf host tools
This adds reachover Makefiles to build the atf tools required during a
cross-build.
Revision 1.496.4.1: download - view: text, markup, annotated - select for diffs
Wed Nov 7 00:13:21 2007 CET (4 years, 3 months ago) by matt
Branches: matt-armv6
CVS tags: matt-armv6-prevmlocking
Diff to previous 1.496: preferred, colored
Changes since revision 1.496: +4 -4
lines
sync with HEAD
Revision 1.497: download - view: text, markup, annotated - select for diffs
Sat Oct 6 02:21:45 2007 (4 years, 4 months ago) by ad
Branches: MAIN
Diff to previous 1.496: preferred, colored
Changes since revision 1.496: +4 -4
lines
Add USE_JEMALLOC.
Revision 1.489.4.2: download - view: text, markup, annotated - select for diffs
Fri Sep 14 13:10:00 2007 (4 years, 4 months ago) by skrll
Branches: wrstuden-fixsa
Diff to previous 1.489.4.1: preferred, colored to branchpoint 1.489: preferred, colored
Changes since revision 1.489.4.1: +2 -12
lines
Commmit some work in progress
- enable gdb6 on all architectures
- add support for amd64 crash dumps
- add support for /proc pid to executable filename for all archs
- enable thread support for all architectures (mips doesn't build)
- add a note section to kernels for the subset of platforms that have
this enabled in -current.
Revision 1.489.4.1: download - view: text, markup, annotated - select for diffs
Mon Sep 3 09:02:59 2007 (4 years, 5 months ago) by wrstuden
Branches: wrstuden-fixsa
Diff to previous 1.489: preferred, colored
Changes since revision 1.489: +4 -15
lines
Sync w/ NetBSD-4-RC_1
Revision 1.489.2.2: download - view: text, markup, annotated - select for diffs
Thu Aug 23 13:21:44 2007 (4 years, 5 months ago) by liamjfoy
Branches: netbsd-4
CVS tags: wrstuden-fixsa-base-1,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0
Diff to previous 1.489.2.1: preferred, colored to branchpoint 1.489: preferred, colored
Changes since revision 1.489.2.1: +1 -1
lines
Pull up following revision(s) (requested by joerg in ticket #823):
usr.bin/xinstall/xinstall.c: revision 1.102
tools/binstall/Makefile: revision 1.6
tools/binstall/Makefile: revision 1.7
share/mk/bsd.own.mk: revision 1.496
- When compiling nbinstall for the tool chain, use the target strip
and not /usr/bin/strip. This makes nbinstall usable for
cross-compiling in pkgsrc.
- Fix a typo in a comment.
- Fix strip() in the context of (v)fork:
- Build the argument string first using asprintf (simpler) and
avoid leaking memory from the child in the parent.
- Don't use warn in the child, as stdio should be avoided.
OK christos@, tested on Solaris by dmcmahill@.
Rename nbinstall to ${MACHINE_GNU_PLATFORM}-install as it calls the
target strip. Don't pass down strip as it is not needed any longer.
Revision 1.489.2.1: download - view: text, markup, annotated - select for diffs
Thu Jul 19 16:38:18 2007 (4 years, 6 months ago) by liamjfoy
Branches: netbsd-4
Diff to previous 1.489: preferred, colored
Changes since revision 1.489: +3 -14
lines
Pull up following revision(s) (requested by soren in ticket #774):
build.sh: revision 1.169
gnu/usr.bin/gcc4/backend/Makefile: revision 1.9
sys/arch/evbsh5/README: revision 1.1
distrib/notes/common/contents: revision 1.124
usr.sbin/ndbootd/ndbootd.c: revision 1.12
gnu/lib/libopcodes/arch/sh3eb/defs.mk: revision 1.4
gnu/lib/libbfd/arch/sh3eb/defs.mk: revision 1.8
libexec/ld.elf_so/Makefile: revision 1.78
gnu/dist/binutils/bfd/config.bfd: revision 1.14
doc/HACKS: revision 1.93
distrib/cdrom/current.conf: revision 1.8
gnu/lib/libgcc4/Makefile.inc: revision 1.6
share/mk/sys.mk: revision 1.90
distrib/sets/lists/base/mi: revision 1.700
libexec/ld.elf_so/rtld.c: revision 1.112
distrib/sets/lists/base/mi: revision 1.702
sys/arch/sh5/README: revision 1.1
gnu/lib/libbfd/arch/sh3el/bfd.h: revision 1.7
usr.sbin/traceroute/traceroute.c: revision 1.69
distrib/notes/common/main: revision 1.330
distrib/notes/common/list-setsizes.sh: revision 1.2
sys/arch/Makefile: revision 1.35
gnu/lib/libopcodes/arch/sh3el/defs.mk: revision 1.4
gnu/lib/libbfd/arch/sh3el/defs.mk: revision 1.8
share/mk/bsd.own.mk: revision 1.495
gnu/lib/libbfd/arch/sh3eb/bfd.h: revision 1.7
x11/lib/OSmesa/Makefile: revision 1.20
sys/dev/dkwedge/dkwedge_bsdlabel.c: revision 1.13
gnu/dist/binutils/opcodes/configure.in: revision 1.2
gnu/dist/binutils/opcodes/configure: revision 1.2
gnu/usr.bin/send-pr/categories: revision 1.53
etc/mtree/NetBSD.dist: revision 1.339
sys/arch/README: revision 1.42
lib/libc/gdtoa/Makefile.inc: revision 1.6
usr.bin/crunch/crunchide/Makefile: revision 1.16
sys/lkm/net/bsdcomp/Makefile: revision 1.5
regress/sys/uvm/Makefile: revision 1.6
etc/MAKEDEV.awk: revision 1.18
x11/Xserver/GL/GLcore/Makefile.GLcore: revision 1.10
sys/contrib/dev/ath/netbsd/Makefile.ath.inc: revision 1.14
gnu/lib/libbfd/Makefile: revision 1.42
doc/RESPONSIBLE: revision 1.78
Remove evbsh5.
Revision 1.496: download - view: text, markup, annotated - select for diffs
Tue Jul 3 18:29:24 2007 (4 years, 7 months ago) by joerg
Branches: MAIN
CVS tags: matt-mips64-base,
matt-mips64,
hpcarm-cleanup
Branch point for: matt-armv6
Diff to previous 1.495: preferred, colored
Changes since revision 1.495: +2 -2
lines
Rename nbinstall to ${MACHINE_GNU_PLATFORM}-install as it calls the
target strip. Don't pass down strip as it is not needed any longer.
Revision 1.495: download - view: text, markup, annotated - select for diffs
Sun Apr 8 11:35:51 2007 (4 years, 10 months ago) by scw
Branches: MAIN
Diff to previous 1.494: preferred, colored
Changes since revision 1.494: +3 -14
lines
Remove support for NetBSD/{,evb}sh5.
Revision 1.494: download - view: text, markup, annotated - select for diffs
Sat Mar 31 07:58:30 2007 (4 years, 10 months ago) by matt
Branches: MAIN
Diff to previous 1.493: preferred, colored
Changes since revision 1.493: +5 -8
lines
Don't test machine_arch for m68k and m68000, just test machine_cpu for
m68k. Turn on PIC/PICLIB for VAX.
Revision 1.493: download - view: text, markup, annotated - select for diffs
Mon Feb 19 19:31:21 2007 CET (4 years, 11 months ago) by chs
Branches: MAIN
Diff to previous 1.492: preferred, colored
Changes since revision 1.492: +2 -12
lines
switch the rest of the architectures to gdb6.
Revision 1.492: download - view: text, markup, annotated - select for diffs
Sun Jan 14 17:19:55 2007 CET (5 years ago) by apb
Branches: MAIN
Diff to previous 1.491: preferred, colored
Changes since revision 1.491: +2 -1
lines
Define TOOL_JOIN.
Revision 1.491: download - view: text, markup, annotated - select for diffs
Fri Dec 29 16:52:20 2006 CET (5 years, 1 month ago) by pooka
Branches: MAIN
Diff to previous 1.490: preferred, colored
Changes since revision 1.490: +2 -2
lines
if MKPUFFS=yes is given, build & install mount_psshfs (default: no)
Revision 1.490: download - view: text, markup, annotated - select for diffs
Sat Dec 9 21:13:13 2006 CET (5 years, 2 months ago) by dyoung
Branches: MAIN
Diff to previous 1.489: preferred, colored
Changes since revision 1.489: +2 -2
lines
Change the name of the host disklabel to nbdisklabel-${MAKEWRAPPERMACHINE},
where ${MAKEWRAPPERMACHINE} is the suffix XXX on the target's make
wrapper, nbmake-XXX.
Fixes toolchain/30673, "single arch host disklabel isn't enough".
Revision 1.489: download - view: text, markup, annotated - select for diffs
Wed Nov 29 22:49:39 2006 CET (5 years, 2 months ago) by dsl
Branches: MAIN
CVS tags: netbsd-4-base
Branch point for: wrstuden-fixsa,
netbsd-4
Diff to previous 1.488: preferred, colored
Changes since revision 1.488: +5 -1
lines
If MAKEOBJDIRPREFIX or MAKEOBJDIR is defined, then we rely on make to
set .OBJDIR so 'make -V .OBJDIR' doesn't need to read any makefiles.
Given how much cud-chewing make does in order to read a line, this
speeds things up significantly (the operation in hand).
Revision 1.488: download - view: text, markup, annotated - select for diffs
Sun Nov 26 14:59:49 2006 CET (5 years, 2 months ago) by drochner
Branches: MAIN
Diff to previous 1.487: preferred, colored
Changes since revision 1.487: +2 -2
lines
mk.conf might refer to all kinds of make variables, so we can't just pull
it in without everything else (reported by martin). So revert to 1.485
which did at least work for everyone.
Revision 1.487: download - view: text, markup, annotated - select for diffs
Fri Nov 24 13:02:55 2006 CET (5 years, 2 months ago) by drochner
Branches: MAIN
Diff to previous 1.486: preferred, colored
Changes since revision 1.486: +2 -2
lines
fix previous: need to pull in <bsd.obj.mk> to get the real .OBJDIR
Revision 1.486: download - view: text, markup, annotated - select for diffs
Wed Nov 22 23:04:57 2006 CET (5 years, 2 months ago) by dsl
Branches: MAIN
Diff to previous 1.485: preferred, colored
Changes since revision 1.485: +2 -2
lines
If we only want .OBJDIR printed, there is no point parsing the default
make rules, nor reading Makefile.
It is rather a shame we can't stop .depend being parsed as well.
Quite possibly one could argue that nothing in .depend should affect the
output of 'make -V xxxx'.
Revision 1.485: download - view: text, markup, annotated - select for diffs
Tue Nov 21 19:25:26 2006 CET (5 years, 2 months ago) by dsl
Branches: MAIN
Diff to previous 1.484: preferred, colored
Changes since revision 1.484: +18 -16
lines
Mark all the .PHONY targets as .NOTMAIN in one go - instead of individually.
Add .WAITs after beforeinstall and before afterinstall.
Remove the bogus dependency lines that someone must have added with the
vague hope they would cause the build to happen in the right order!
Since we have 'realinstall: proginstall scriptsinstall' stopping
'realinstall' running never has stopped 'proginstall' running.
Fixing this probably fixes a variety of problems, including, but not
restricted to 'install' in src/sys/arch/atari/stand/bootxx
(NB this particular file is untested due to other local changes)
Revision 1.484: download - view: text, markup, annotated - select for diffs
Sun Nov 12 03:44:51 2006 CET (5 years, 2 months ago) by christos
Branches: MAIN
Diff to previous 1.483: preferred, colored
Changes since revision 1.483: +1 -2
lines
more uucp removal.
Revision 1.483: download - view: text, markup, annotated - select for diffs
Fri Nov 10 18:13:15 2006 CET (5 years, 3 months ago) by christos
Branches: MAIN
Diff to previous 1.482: preferred, colored
Changes since revision 1.482: +2 -1
lines
if ${PROG_PAX} is defined, run paxctl on the binary after linking with
the value of the variable. This way, if you set:
PROG_PAX=+M
in /etc/mk.conf, you get what you deserve.
Revision 1.482: download - view: text, markup, annotated - select for diffs
Thu Oct 19 01:31:50 2006 (5 years, 3 months ago) by bjh21
Branches: MAIN
Diff to previous 1.481: preferred, colored
Changes since revision 1.481: +2 -2
lines
Use GDB 6 on armeb as well.
Revision 1.481: download - view: text, markup, annotated - select for diffs
Thu Oct 19 01:22:24 2006 (5 years, 3 months ago) by bjh21
Branches: MAIN
Diff to previous 1.480: preferred, colored
Changes since revision 1.480: +2 -1
lines
GDB 6.5 seems to be basically functional on ARM, so make it the default there.
Revision 1.480: download - view: text, markup, annotated - select for diffs
Mon Oct 9 10:32:11 2006 (5 years, 4 months ago) by mrg
Branches: MAIN
Diff to previous 1.479: preferred, colored
Changes since revision 1.479: +7 -13
lines
- clean up some comments to reality.
- retire LIBDCK, LIBG2C and (long broken) USE_LIBSTDCXX
- in bsd.hostprog.mk's LIBSTDCPP -> LIBSTDCC
- add LIBSUPCXX
- don't default USE_LIBSTDCXX or USE_GCC4 since they are
not used in the tree any where
- same with USE_XF86_4; retire it
- remove _SUPCXX handling in bsd.prog.mk
inspired by PR#26714.
Revision 1.479: download - view: text, markup, annotated - select for diffs
Sun Oct 1 07:06:20 2006 (5 years, 4 months ago) by tsutsui
Branches: MAIN
Diff to previous 1.478: preferred, colored
Changes since revision 1.478: +3 -3
lines
- pc532 is ${MACHINE}, not ${MACHINE_ARCH}; use ns32k
- fix a comment (sh5 has been switched to gcc4)
Revision 1.478: download - view: text, markup, annotated - select for diffs
Wed Sep 27 08:34:07 2006 (5 years, 4 months ago) by martin
Branches: MAIN
Diff to previous 1.477: preferred, colored
Changes since revision 1.477: +3 -2
lines
Default sparc64 to gdb6.
Revision 1.477: download - view: text, markup, annotated - select for diffs
Wed Sep 27 00:11:32 2006 (5 years, 4 months ago) by matt
Branches: MAIN
Diff to previous 1.476: preferred, colored
Changes since revision 1.476: +7 -26
lines
Make GCC4 the default (except for pc532).
Switch powerpc to GDB6.
Revision 1.476: download - view: text, markup, annotated - select for diffs
Tue Sep 26 21:33:02 2006 (5 years, 4 months ago) by christos
Branches: MAIN
Diff to previous 1.475: preferred, colored
Changes since revision 1.475: +5 -2
lines
switch i386 to gdb6.
Revision 1.475: download - view: text, markup, annotated - select for diffs
Fri Sep 22 15:14:59 2006 (5 years, 4 months ago) by skrll
Branches: MAIN
Diff to previous 1.474: preferred, colored
Changes since revision 1.474: +2 -7
lines
Switch hppa to gcc4.
Revision 1.474: download - view: text, markup, annotated - select for diffs
Tue Sep 19 06:16:11 2006 (5 years, 4 months ago) by simonb
Branches: MAIN
Diff to previous 1.473: preferred, colored
Changes since revision 1.473: +5 -5
lines
Switch MIPS to gcc4 by default.
Revision 1.473: download - view: text, markup, annotated - select for diffs
Sun Sep 17 06:40:04 2006 (5 years, 4 months ago) by tsutsui
Branches: MAIN
Diff to previous 1.472: preferred, colored
Changes since revision 1.472: +2 -2
lines
Switch m68k ports to gcc4.
Tested on most m68k ports. Still there is no report of
atari, cesfic, luna68k, and mvme68k on real machines,
but at least builds for these ports should work.
Revision 1.472: download - view: text, markup, annotated - select for diffs
Thu Sep 14 08:28:47 2006 (5 years, 4 months ago) by skrll
Branches: MAIN
Diff to previous 1.471: preferred, colored
Changes since revision 1.471: +2 -1
lines
ia64 doesn't do gdb yet.
Revision 1.471: download - view: text, markup, annotated - select for diffs
Sun Sep 10 23:04:43 2006 (5 years, 5 months ago) by cherry
Branches: MAIN
Diff to previous 1.470: preferred, colored
Changes since revision 1.470: +2 -1
lines
Switch ia64 to gcc4
Revision 1.470: download - view: text, markup, annotated - select for diffs
Mon Sep 4 22:03:21 2006 (5 years, 5 months ago) by scw
Branches: MAIN
Diff to previous 1.469: preferred, colored
Changes since revision 1.469: +2 -1
lines
Switch sh5el to gcc4.
Revision 1.469: download - view: text, markup, annotated - select for diffs
Sat Aug 26 21:56:37 2006 (5 years, 5 months ago) by matt
Branches: MAIN
Diff to previous 1.468: preferred, colored
Changes since revision 1.468: +2 -2
lines
MACHINE_CPU for mips64e[bl] is mips
Revision 1.468: download - view: text, markup, annotated - select for diffs
Sat Aug 26 01:35:04 2006 (5 years, 5 months ago) by matt
Branches: MAIN
Diff to previous 1.467: preferred, colored
Changes since revision 1.467: +7 -4
lines
Add enough configury glue so that src/tools can build a N64 mips toolchain.
Revision 1.467: download - view: text, markup, annotated - select for diffs
Tue Jul 25 01:54:15 2006 (5 years, 6 months ago) by uwe
Branches: MAIN
CVS tags: abandoned-netbsd-4-base,
abandoned-netbsd-4
Diff to previous 1.466: preferred, colored
Changes since revision 1.466: +4 -4
lines
Switch sh3 to gcc4.
sh3el tested on hpcsh. sh3eb only compile-tested with an mmeye build.
Revision 1.466: download - view: text, markup, annotated - select for diffs
Sun Jul 23 14:31:29 2006 (5 years, 6 months ago) by lukem
Branches: MAIN
Diff to previous 1.465: preferred, colored
Changes since revision 1.465: +4 -1
lines
add reminder to sync with etc/Makefile and share/man/man5/mk.conf.5
Revision 1.465: download - view: text, markup, annotated - select for diffs
Sun Jul 23 13:41:27 2006 (5 years, 6 months ago) by lukem
Branches: MAIN
Diff to previous 1.464: preferred, colored
Changes since revision 1.464: +7 -2
lines
Implement MKDEBUG:
If "no", don't build and install separate debugging symbols
into /usr/libdata/debug.
Default: no
Revision 1.464: download - view: text, markup, annotated - select for diffs
Sat Jul 22 07:29:03 2006 (5 years, 6 months ago) by lukem
Branches: MAIN
Diff to previous 1.463: preferred, colored
Changes since revision 1.463: +2 -2
lines
Rename MKDEBUG to MKDEBUGLIB.
Revision 1.463: download - view: text, markup, annotated - select for diffs
Sat Jul 8 02:32:08 2006 (5 years, 7 months ago) by matt
Branches: MAIN
Diff to previous 1.462: preferred, colored
Changes since revision 1.462: +3 -3
lines
Switch vax to GCC 4
Revision 1.462: download - view: text, markup, annotated - select for diffs
Sat Jul 1 08:02:01 2006 (5 years, 7 months ago) by mrg
Branches: MAIN
Diff to previous 1.461: preferred, colored
Changes since revision 1.461: +3 -2
lines
vax needs NOPIC for >= GCC3 not just == GCC3.
Revision 1.461: download - view: text, markup, annotated - select for diffs
Mon Jun 26 17:30:05 2006 (5 years, 7 months ago) by drochner
Branches: MAIN
Diff to previous 1.460: preferred, colored
Changes since revision 1.460: +2 -1
lines
switch alpha to gcc4
Revision 1.460: download - view: text, markup, annotated - select for diffs
Sun Jun 25 07:14:36 2006 (5 years, 7 months ago) by mrg
Branches: MAIN
Diff to previous 1.459: preferred, colored
Changes since revision 1.459: +3 -2
lines
put hppa in to the list of working but not switched to GCC4 platforms.
Revision 1.459: download - view: text, markup, annotated - select for diffs
Sat Jun 24 08:35:54 2006 (5 years, 7 months ago) by garbled
Branches: MAIN
Diff to previous 1.458: preferred, colored
Changes since revision 1.458: +2 -2
lines
Switch powerpc to gcc4. Confirmed working with prep and macppc ports.
Revision 1.458: download - view: text, markup, annotated - select for diffs
Sat Jun 24 07:24:56 2006 (5 years, 7 months ago) by mrg
Branches: MAIN
Diff to previous 1.457: preferred, colored
Changes since revision 1.457: +8 -1
lines
switch sun2 over to GCC4. however, turn off profiling for sun2 since
GCC4 generates bogus code when calling mcount().
Revision 1.457: download - view: text, markup, annotated - select for diffs
Sat Jun 24 07:16:32 2006 (5 years, 7 months ago) by mrg
Branches: MAIN
Diff to previous 1.456: preferred, colored
Changes since revision 1.456: +2 -2
lines
default MKISCSI to yes.
Revision 1.456: download - view: text, markup, annotated - select for diffs
Fri Jun 23 23:51:02 2006 (5 years, 7 months ago) by christos
Branches: MAIN
Diff to previous 1.455: preferred, colored
Changes since revision 1.455: +16 -9
lines
- switch arm, armeb, i386, sparc, sparc64, x86_64 to gcc4
as discussed with gimpy and phone.
- add glue for gdb-6 build
Revision 1.455: download - view: text, markup, annotated - select for diffs
Thu Jun 22 22:13:14 2006 (5 years, 7 months ago) by mrg
Branches: MAIN
Diff to previous 1.454: preferred, colored
Changes since revision 1.454: +10 -2
lines
make powerpc64 use GCC4. the first GCC4 platform!
add mipsel and mipseb to the list of platforms that could have GCC4
but not done yet.
Revision 1.454: download - view: text, markup, annotated - select for diffs
Sun Jun 18 16:38:48 2006 (5 years, 7 months ago) by gdamore
Branches: MAIN
Diff to previous 1.453: preferred, colored
Changes since revision 1.453: +2 -1
lines
Forgot to commit these for TOOL_SED. Thanks to tsutsui@ for pointing it out.
Revision 1.453: download - view: text, markup, annotated - select for diffs
Wed Jun 7 20:49:36 2006 (5 years, 8 months ago) by rpaulo
Branches: MAIN
Diff to previous 1.452: preferred, colored
Changes since revision 1.452: +6 -1
lines
Add variables for /libdata/firmware path.
Revision 1.452: download - view: text, markup, annotated - select for diffs
Sat Jun 3 00:21:34 2006 (5 years, 8 months ago) by mrg
Branches: MAIN
Diff to previous 1.451: preferred, colored
Changes since revision 1.451: +15 -28
lines
delete support for USE_TOOLS_TOOLCHAIN and HAVE_GCC==2.
update the list of platforms that build for GCC4 (but do not switch
any of them yet.)
Revision 1.451: download - view: text, markup, annotated - select for diffs
Tue May 30 02:52:11 2006 (5 years, 8 months ago) by christos
Branches: MAIN
Diff to previous 1.450: preferred, colored
Changes since revision 1.450: +2 -2
lines
Remove sendmail.
Revision 1.450: download - view: text, markup, annotated - select for diffs
Fri May 12 04:04:55 2006 (5 years, 9 months ago) by mrg
Branches: MAIN
Diff to previous 1.449: preferred, colored
Changes since revision 1.449: +14 -4
lines
support CPPFLAG_ISYSTEMXX for GCC4.
Revision 1.449: download - view: text, markup, annotated - select for diffs
Sun Apr 9 06:21:27 2006 (5 years, 10 months ago) by tls
Branches: MAIN
Diff to previous 1.448: preferred, colored
Changes since revision 1.448: +2 -2
lines
bsd.lib.mk used MKDEBUG, but nothing defined it. Fix this.
Revision 1.448: download - view: text, markup, annotated - select for diffs
Fri Apr 7 21:38:58 2006 (5 years, 10 months ago) by mrg
Branches: MAIN
Diff to previous 1.447: preferred, colored
Changes since revision 1.447: +9 -13
lines
retire HAVE_GCC3/HAVE_GCC4 and introduce HAVE_GCC that is set to 2, 3 or 4.
Revision 1.427.2.3: download - view: text, markup, annotated - select for diffs
Sun Apr 2 03:57:07 2006 (5 years, 10 months ago) by rtr
Branches: rtr-xorg-branch
Diff to previous 1.427.2.2: preferred, colored next main 1.428: preferred, colored
Changes since revision 1.427.2.2: +39 -20
lines
sync with head
Revision 1.447: download - view: text, markup, annotated - select for diffs
Sat Apr 1 22:20:28 2006 (5 years, 10 months ago) by christos
Branches: MAIN
CVS tags: rtr-xorg-branch-base
Diff to previous 1.446: preferred, colored
Changes since revision 1.446: +6 -1
lines
Add a HAVE_GCC4
Revision 1.446: download - view: text, markup, annotated - select for diffs
Wed Mar 29 23:12:20 2006 (5 years, 10 months ago) by jmc
Branches: MAIN
Diff to previous 1.445: preferred, colored
Changes since revision 1.445: +2 -1
lines
Provide TOOL_GMAKE defintiion
Revision 1.445: download - view: text, markup, annotated - select for diffs
Wed Mar 29 23:03:39 2006 (5 years, 10 months ago) by jmc
Branches: MAIN
Diff to previous 1.444: preferred, colored
Changes since revision 1.444: +8 -1
lines
Provide a default for USE_GCC4 (no currently) so it can be tested against
Revision 1.444: download - view: text, markup, annotated - select for diffs
Mon Mar 20 19:18:41 2006 CET (5 years, 10 months ago) by christos
Branches: MAIN
Diff to previous 1.443: preferred, colored
Changes since revision 1.443: +2 -2
lines
Oops, I did not mean to commit that [turning on relative symlinks]
Revision 1.443: download - view: text, markup, annotated - select for diffs
Mon Mar 20 05:03:23 2006 CET (5 years, 10 months ago) by christos
Branches: MAIN
Diff to previous 1.442: preferred, colored
Changes since revision 1.442: +4 -9
lines
Goodbye KerberosIV
Revision 1.442: download - view: text, markup, annotated - select for diffs
Thu Mar 16 19:43:34 2006 CET (5 years, 10 months ago) by jwise
Branches: MAIN
Diff to previous 1.441: preferred, colored
Changes since revision 1.441: +1 -3
lines
Now that we have real build system support for syspkgs, remove someone's
half-implemented idea of building `syspkgs' (really a few giant blobs of the
same granularity of the old sets) using install(1).
Revision 1.441: download - view: text, markup, annotated - select for diffs
Wed Aug 17 09:13:32 2005 (6 years, 5 months ago) by skrll
Branches: MAIN
Diff to previous 1.440: preferred, colored
Changes since revision 1.440: +8 -1
lines
Initial pass at an in-tree ia64 toolchain. From PR 29141 with some fixes
from me.
Revision 1.440: download - view: text, markup, annotated - select for diffs
Sun Jun 12 21:31:25 2005 (6 years, 7 months ago) by dyoung
Branches: MAIN
Diff to previous 1.439: preferred, colored
Changes since revision 1.439: +5 -1
lines
Add definitions for the new "host tools " disklabel and fdisk.
Define TOOL_DISKLABEL and TOOL_FDISK. Also introduce HOST_INSTALL_DIR
and HOST_INSTALL_SYMLINK. These re-usable definitions help me to
install headers for disklabel and fdisk into ${TOOLDIR}/include/nbinclude/.
Revision 1.439: download - view: text, markup, annotated - select for diffs
Mon May 30 17:52:16 2005 (6 years, 8 months ago) by thorpej
Branches: MAIN
Diff to previous 1.438: preferred, colored
Changes since revision 1.438: +2 -1
lines
Add TOOL_GENASSYM. Part of PR toolchain/30350
Revision 1.413.2.2.2.3: download - view: text, markup, annotated - select for diffs
Wed Apr 6 12:36:57 2005 (6 years, 10 months ago) by he
Branches: netbsd-2
CVS tags: netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1
Diff to previous 1.413.2.2.2.2: preferred, colored to branchpoint 1.413.2.2: preferred, colored next main 1.414: preferred, colored
Changes since revision 1.413.2.2.2.2: +3 -0
lines
Pull up revision 1.425 (requested by jmc in ticket #1027):
Convert bebox's remaining host tools over to the cross tools
scheme. Now allows complete bebox builds on non-NetBSD and
non-BSD hosts.
Revision 1.413.2.2.2.2: download - view: text, markup, annotated - select for diffs
Wed Apr 6 12:08:44 2005 (6 years, 10 months ago) by he
Branches: netbsd-2
Diff to previous 1.413.2.2.2.1: preferred, colored to branchpoint 1.413.2.2: preferred, colored
Changes since revision 1.413.2.2.2.1: +3 -0
lines
Pull up revision 1.426 (requested by jmc in ticket #1026):
Convert remaining host tools for amiga to correct cross tools.
Now allows complete amiga builds on non-NetBSD and non-BSD hosts.
Revision 1.413.2.2.2.1: download - view: text, markup, annotated - select for diffs
Sun Apr 3 00:15:58 2005 (6 years, 10 months ago) by he
Branches: netbsd-2
Diff to previous 1.413.2.2: preferred, colored
Changes since revision 1.413.2.2: +1 -0
lines
Pull up revision 1.427 (requested by jmc in ticket #1025):
Convert mkboot into a full cross tool. Last hurdle for hp300 to
building on non NetBSD/bsd hosts.
Revision 1.438: download - view: text, markup, annotated - select for diffs
Mon Feb 28 03:28:09 2005 CET (6 years, 11 months ago) by christos
Branches: MAIN
CVS tags: netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-3
Diff to previous 1.437: preferred, colored
Changes since revision 1.437: +1 -2
lines
Turn on PAM by default. Approved by core.
Revision 1.437: download - view: text, markup, annotated - select for diffs
Thu Feb 24 15:56:55 2005 CET (6 years, 11 months ago) by christos
Branches: MAIN
Diff to previous 1.436: preferred, colored
Changes since revision 1.436: +1 -2
lines
Don't disable PAM when MKPIC=no. PAM should work with static libraries, and
this breaks PAM on programs that decide not to use PIC libraries, such as
the X server.
Revision 1.436: download - view: text, markup, annotated - select for diffs
Tue Feb 22 15:40:01 2005 CET (6 years, 11 months ago) by peter
Branches: MAIN
Diff to previous 1.435: preferred, colored
Changes since revision 1.435: +3 -3
lines
Add MKIPFILTER; if set to no, don't build and install the ipf(4) programs,
headers and LKM.
Add MKPF; if set to no, don't build and install the pf(4) programs,
headers, LKM and spamd.
Both options default to yes, so nothing changed in the default build.
Reviewed by lukem.
Revision 1.435: download - view: text, markup, annotated - select for diffs
Thu Jan 13 01:15:21 2005 CET (7 years ago) by thorpej
Branches: MAIN
Diff to previous 1.434: preferred, colored
Changes since revision 1.434: +2 -10
lines
Back out previous. The intent is for MKPAM to be "yes" and USE_PAM to
be "no". The su(1) Makefile has been fixed to test the correct variable.
Revision 1.434: download - view: text, markup, annotated - select for diffs
Thu Jan 13 01:03:56 2005 CET (7 years ago) by manu
Branches: MAIN
Diff to previous 1.433: preferred, colored
Changes since revision 1.433: +11 -3
lines
Put back PAM to disabled by default and add a notice explaining why it
is disabled and why it should not be re-enabled until it gets stable.
Revision 1.433: download - view: text, markup, annotated - select for diffs
Wed Jan 12 01:39:48 2005 CET (7 years ago) by lukem
Branches: MAIN
Diff to previous 1.432: preferred, colored
Changes since revision 1.432: +9 -2
lines
Rework PAM defaults:
MKPAM=yes # provide infrastructure by default (unless MKPIC=no)
USE_PAM=no # don't compile PAM support in by default
Revision 1.432: download - view: text, markup, annotated - select for diffs
Tue Jan 11 17:20:49 2005 CET (7 years ago) by he
Branches: MAIN
Diff to previous 1.431: preferred, colored
Changes since revision 1.431: +2 -2
lines
Add a default setting of MKPAM to "yes".
Revision 1.431: download - view: text, markup, annotated - select for diffs
Mon Jan 10 22:06:39 2005 CET (7 years, 1 month ago) by manu
Branches: MAIN
Diff to previous 1.430: preferred, colored
Changes since revision 1.430: +3 -3
lines
Disable PAM by default until it gets properly integrated.
Now have MKPAM=yes in /etc/mk.conf if you want to experiment with PAM.
Revision 1.430: download - view: text, markup, annotated - select for diffs
Mon Jan 10 01:20:21 2005 CET (7 years, 1 month ago) by he
Branches: MAIN
Diff to previous 1.429: preferred, colored
Changes since revision 1.429: +2 -1
lines
Don't build libpam and associated bits if the target platform doesn't
support shared libraries (sun2 and evbsh5 at it would seem), or if the
user has specified MKPIC=no. Also introduce a new tag to the set lists
("pam"), so that the non-shlib ports can once again complete a release
build.
Discussed with christos and lukem.
Revision 1.429: download - view: text, markup, annotated - select for diffs
Fri Jan 7 19:56:41 2005 CET (7 years, 1 month ago) by tron
Branches: MAIN
Diff to previous 1.428: preferred, colored
Changes since revision 1.428: +4 -9
lines
EOL of XFree86 3.3.6, approved by core@NetBSD.org
Revision 1.428: download - view: text, markup, annotated - select for diffs
Thu Jan 6 01:42:58 2005 CET (7 years, 1 month ago) by lukem
Branches: MAIN
Diff to previous 1.427: preferred, colored
Changes since revision 1.427: +3 -3
lines
Provide MKPAM and USE_PAM
Revision 1.427.2.2: download - view: text, markup, annotated - select for diffs
Tue Dec 7 12:07:32 2004 CET (7 years, 2 months ago) by rtr
Branches: rtr-xorg-branch
Diff to previous 1.427.2.1: preferred, colored
Changes since revision 1.427.2.1: +779 -0
lines
+ rename X11LOADABLE -> MKX11LOADABLE for consistency
Revision 1.427.2.1
Sun Nov 28 12:14:41 2004 CET (7 years, 2 months ago) by rtr
Branches: rtr-xorg-branch
FILE REMOVED
Changes since revision 1.427: +0 -779
lines
file bsd.own.mk was added on branch rtr-xorg-branch on 2004-12-07 11:07:32 +0000
Revision 1.427: download - view: text, markup, annotated - select for diffs
Sun Nov 28 12:14:41 2004 CET (7 years, 2 months ago) by jmc
Branches: MAIN
Branch point for: rtr-xorg-branch
Diff to previous 1.426: preferred, colored
Changes since revision 1.426: +2 -1
lines
Convert mkboot into a full cross tool. Last hurdle for hp300 to building on
non NetBSD/bsd hosts.
Revision 1.426: download - view: text, markup, annotated - select for diffs
Sun Nov 28 08:00:52 2004 CET (7 years, 2 months ago) by jmc
Branches: MAIN
Diff to previous 1.425: preferred, colored
Changes since revision 1.425: +4 -1
lines
Convert remaining host tools for amiga to correct cross tools. Now allows
complete amiga builds on non netbsd/bsd hosts
Revision 1.425: download - view: text, markup, annotated - select for diffs
Thu Nov 25 09:09:14 2004 CET (7 years, 2 months ago) by jmc
Branches: MAIN
Diff to previous 1.424: preferred, colored
Changes since revision 1.424: +4 -1
lines
Convert bebox's remaining host tools over to cross tools scheme. Builds to sets
w/o error now.
Revision 1.424: download - view: text, markup, annotated - select for diffs
Sat Aug 7 23:42:52 2004 (7 years, 6 months ago) by chs
Branches: MAIN
Diff to previous 1.423: preferred, colored
Changes since revision 1.423: +1 -3
lines
turn on lint and profiling for hppa.
Revision 1.423: download - view: text, markup, annotated - select for diffs
Wed Aug 4 07:32:47 2004 (7 years, 6 months ago) by lukem
Branches: MAIN
Diff to previous 1.422: preferred, colored
Changes since revision 1.422: +1 -41
lines
Revert most of previous, and move the LIB<libname>?= assignments
back to bsd.prog.mk from bsd.own.mk.
pkgsrc uses <bsd.own.mk>, and setting LIB<libname> in it causes
problems with various package builds.
This should fix PR #26542 submitted by Jim Bernard.
(I'll be implementing the DPADD for shared libraries in a different
manner that generally won't depend upon ${LIB<libname>}.)
Revision 1.422: download - view: text, markup, annotated - select for diffs
Fri Jul 30 06:18:48 2004 (7 years, 6 months ago) by lukem
Branches: MAIN
Diff to previous 1.421: preferred, colored
Changes since revision 1.421: +50 -7
lines
Move the LIB<libname>?= assignments from bsd.prog.mk to bsd.own.mk so
that they may be used by non PROGs (e.g., LIBs).
Improve some comments.
Revision 1.413.2.2: download - view: text, markup, annotated - select for diffs
Thu Jun 17 10:09:44 2004 (7 years, 7 months ago) by tron
Branches: netbsd-2-0
CVS tags: netbsd-2-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE
Branch point for: netbsd-2
Diff to previous 1.413.2.1: preferred, colored to branchpoint 1.413: preferred, colored next main 1.414: preferred, colored
Changes since revision 1.413.2.1: +1 -0
lines
Pull up revision 1.420 (requested by abs in ticket #497):
Add TOOL_SPARKCRC. Need to clean up what happens in the non tools case.
Revision 1.413.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 14 20:05:53 2004 (7 years, 7 months ago) by tron
Branches: netbsd-2-0
Diff to previous 1.413: preferred, colored
Changes since revision 1.413: +2 -2
lines
Pull up revision 1.421 (requested by jmc in ticket #472):
Clean up HOST_OSTYPE a bit more and turn any spaces into _'s as well as
stripping paren'd values from HOST_ARCH. Fixes PR#25586 for uname -p output
on linux hosts which return multi-word values
Revision 1.421: download - view: text, markup, annotated - select for diffs
Fri Jun 11 09:14:16 2004 (7 years, 8 months ago) by jmc
Branches: MAIN
Diff to previous 1.420: preferred, colored
Changes since revision 1.420: +2 -2
lines
Clean up HOST_OSTYPE a bit more and turn any spaces into _'s as well as
stripping paren'd values from HOST_ARCH. Fixes PR#25586 for uname -p output
on linux hosts which return multi-word values
Revision 1.420: download - view: text, markup, annotated - select for diffs
Tue Jun 8 23:46:52 2004 (7 years, 8 months ago) by abs
Branches: MAIN
Diff to previous 1.419: preferred, colored
Changes since revision 1.419: +2 -1
lines
Add TOOL_SPARKCRC. Need to clean up what happens in the non tools case.
Revision 1.419: download - view: text, markup, annotated - select for diffs
Sun May 23 03:45:23 2004 (7 years, 8 months ago) by lukem
Branches: MAIN
Diff to previous 1.418: preferred, colored
Changes since revision 1.418: +2 -2
lines
* Add MKPRIVATELIB; if not "no", act as "MKPROFILE=no MKPIC=no MKLINT=no"
and don't install the (.a) library.
This is useful for "build only" helper libraries.
* Add some #{ [...] #} comments around large conditional statements.
Revision 1.418: download - view: text, markup, annotated - select for diffs
Wed May 12 18:56:43 2004 (7 years, 9 months ago) by cl
Branches: MAIN
Diff to previous 1.417: preferred, colored
Changes since revision 1.417: +15 -1
lines
``build.sh -m xen-i386 release'' now builds a release for NetBSD/xen
for i386. The resulting release consists of:
- NetBSD/xen for i386 kernel, loader and docuemntation
- NetBSD/i386 userland sets
Revision 1.417: download - view: text, markup, annotated - select for diffs
Wed May 12 15:49:01 2004 (7 years, 9 months ago) by lukem
Branches: MAIN
Diff to previous 1.416: preferred, colored
Changes since revision 1.416: +3 -1
lines
define X11ETCDIR (as /etc/X11)
Revision 1.416: download - view: text, markup, annotated - select for diffs
Fri Apr 30 10:10:22 2004 (7 years, 9 months ago) by skrll
Branches: MAIN
Diff to previous 1.415: preferred, colored
Changes since revision 1.415: +2 -1
lines
GDB doesn't work on hppa at the moment.
Revision 1.415: download - view: text, markup, annotated - select for diffs
Tue Apr 13 14:37:29 2004 (7 years, 9 months ago) by rtr
Branches: MAIN
Diff to previous 1.414: preferred, colored
Changes since revision 1.414: +2 -1
lines
+ define a proper variable/knob for building XFree86 as loadable or non.
let the breakage begin...
Revision 1.414: download - view: text, markup, annotated - select for diffs
Tue Apr 13 14:25:03 2004 (7 years, 9 months ago) by lukem
Branches: MAIN
Diff to previous 1.413: preferred, colored
Changes since revision 1.413: +24 -1
lines
Add MAKEDIRPREFIX shell macro to <bsd.own.mk>.
Usage: ${MAKEDIRTARGET} dir target [params]
Runs "cd $${dir} && ${MAKE} [params] $${target}",
displaying a "pretty" message whilst doing so.
Use MAKEDIRPREFIX to implement the __recurse .USE macro in <bsd.subdir.mk>
Revision 1.413: download - view: text, markup, annotated - select for diffs
Mon Mar 8 07:30:33 2004 CET (7 years, 11 months ago) by jmc
Branches: MAIN
CVS tags: netbsd-2-0-base
Branch point for: netbsd-2-0
Diff to previous 1.412: preferred, colored
Changes since revision 1.412: +5 -1
lines
Turn off MKKERBEROS4 if MKKERBEROS==no.
Revision 1.412: download - view: text, markup, annotated - select for diffs
Thu Mar 4 14:10:28 2004 CET (7 years, 11 months ago) by rtr
Branches: MAIN
Diff to previous 1.411: preferred, colored
Changes since revision 1.411: +2 -1
lines
+ add switch for DRI components of X11 build.
Revision 1.411: download - view: text, markup, annotated - select for diffs
Sun Feb 22 02:41:39 2004 CET (7 years, 11 months ago) by uwe
Branches: MAIN
Diff to previous 1.410: preferred, colored
Changes since revision 1.410: +2 -4
lines
Flip HAVE_GCC3 switch for sh3 ports.
Revision 1.410: download - view: text, markup, annotated - select for diffs
Fri Feb 13 06:13:37 2004 CET (7 years, 11 months ago) by lukem
Branches: MAIN
Diff to previous 1.409: preferred, colored
Changes since revision 1.409: +2 -2
lines
Change STRIPFLAG from "-s" to ""; we now don't strip binaries with install(1).
The benefits of having the symbol table available by default (easier
debugging of core dumps, etc) outweigh the minor (3%) increase in
the size of the distribution, and end-users can always strip(1) their
systems if they're concerned about that 3% of disk space.
Revision 1.409: download - view: text, markup, annotated - select for diffs
Fri Jan 30 09:48:18 2004 CET (8 years ago) by lukem
Branches: MAIN
Diff to previous 1.408: preferred, colored
Changes since revision 1.408: +2 -2
lines
Add '-h sha1' to INSTPRIV.unpriv, so that SHA-1 hashes for installed files
are calculated and written to the METALOG.
Revision 1.408: download - view: text, markup, annotated - select for diffs
Wed Jan 7 13:06:34 2004 CET (8 years, 1 month ago) by lukem
Branches: MAIN
Diff to previous 1.407: preferred, colored
Changes since revision 1.407: +2 -2
lines
Add MKX11 to control if src/x11 is traversed during the build. (default: no)
Document <bsd.x11.mk>.
Revision 1.407: download - view: text, markup, annotated - select for diffs
Sat Jan 3 02:05:42 2004 CET (8 years, 1 month ago) by lukem
Branches: MAIN
Diff to previous 1.406: preferred, colored
Changes since revision 1.406: +2 -2
lines
sort list
Revision 1.406: download - view: text, markup, annotated - select for diffs
Fri Jan 2 17:12:36 2004 CET (8 years, 1 month ago) by lukem
Branches: MAIN
Diff to previous 1.405: preferred, colored
Changes since revision 1.405: +9 -9
lines
Consistently test all variables that support a "yes"/"no" value with
${VAR} == "no"
or
${VAR} != "no"
(instead of against "yes"). Variables affected:
TOOLCHAIN_MISSING
HAVE_GCC3
USE_TOOLS_TOOLCHAIN
NEED_OWN_INSTALL_TARGET
USE_SHLIBDIR
Improve the documentation.
Revision 1.405: download - view: text, markup, annotated - select for diffs
Thu Dec 11 01:28:08 2003 CET (8 years, 2 months ago) by matt
Branches: MAIN
Diff to previous 1.404: preferred, colored
Changes since revision 1.404: +2 -1
lines
Add TOOL_MACPPCFIXCOFF
Revision 1.404: download - view: text, markup, annotated - select for diffs
Mon Dec 8 00:07:37 2003 CET (8 years, 2 months ago) by simonb
Branches: MAIN
Diff to previous 1.403: preferred, colored
Changes since revision 1.403: +3 -1
lines
Disable native gdb for ns32k (but cross-gdb works).
Revision 1.403: download - view: text, markup, annotated - select for diffs
Sun Dec 7 23:52:56 2003 CET (8 years, 2 months ago) by scw
Branches: MAIN
Diff to previous 1.402: preferred, colored
Changes since revision 1.402: +7 -8
lines
And the monkey flicks the switch ...
Enable the in-tree toolchain on sh5, at least for the time being so I
can evaluate the situation.
There are still numerous problems with gcc3's sh5 support, not least
of which is the fact that a native gcc3 doesn't work at all. As a
cross-compiler, it works reasonably well. Certainly enough to build
userland and kernel code.
Binutils also has problems dealing with shared libraries on sh5, so
we're back to static userland for now.
Revision 1.402: download - view: text, markup, annotated - select for diffs
Sun Dec 7 23:33:16 2003 CET (8 years, 2 months ago) by matt
Branches: MAIN
Diff to previous 1.401: preferred, colored
Changes since revision 1.401: +2 -2
lines
Fix fumble-fingers && && -> &&
Revision 1.401: download - view: text, markup, annotated - select for diffs
Sun Dec 7 23:23:00 2003 CET (8 years, 2 months ago) by matt
Branches: MAIN
Diff to previous 1.400: preferred, colored
Changes since revision 1.400: +6 -2
lines
Turn on NOPIC= if using GCC3 for VAX.
Revision 1.400: download - view: text, markup, annotated - select for diffs
Fri Dec 5 13:14:42 2003 CET (8 years, 2 months ago) by simonb
Branches: MAIN
Diff to previous 1.399: preferred, colored
Changes since revision 1.399: +5 -8
lines
ns32k doesn't have a missing toolchain anymore, does support
gcc3 and always uses static libraries (for now...)
Revision 1.399: download - view: text, markup, annotated - select for diffs
Fri Dec 5 03:35:24 2003 CET (8 years, 2 months ago) by matt
Branches: MAIN
Diff to previous 1.398: preferred, colored
Changes since revision 1.398: +3 -3
lines
Add MKINET6/USE_INET6 support.
Revision 1.398: download - view: text, markup, annotated - select for diffs
Thu Dec 4 10:29:35 2003 CET (8 years, 2 months ago) by mrg
Branches: MAIN
Diff to previous 1.397: preferred, colored
Changes since revision 1.397: +1 -11
lines
build lib{opcodes,bfd,iberty} back in gnu/lib instead of gnu/usr.bin/binutils
as they are needed earlier than when gnu/usr.bin/binutils is built when
"make -j" is used.
Revision 1.397: download - view: text, markup, annotated - select for diffs
Wed Dec 3 11:26:45 2003 CET (8 years, 2 months ago) by mrg
Branches: MAIN
Diff to previous 1.396: preferred, colored
Changes since revision 1.396: +14 -24
lines
switch everyone to binutils 2.14. it's confirmed to work on all the
platforms that actually build at the moment...
Revision 1.396: download - view: text, markup, annotated - select for diffs
Thu Nov 27 14:10:00 2003 CET (8 years, 2 months ago) by mrg
Branches: MAIN
Diff to previous 1.395: preferred, colored
Changes since revision 1.395: +2 -2
lines
oops, really force 2.13
Revision 1.395: download - view: text, markup, annotated - select for diffs
Thu Nov 27 14:09:37 2003 CET (8 years, 2 months ago) by mrg
Branches: MAIN
Diff to previous 1.394: preferred, colored
Changes since revision 1.394: +17 -45
lines
remove the GDB53 section.
change the polarity of the GCC3 section - list missing ports.
add a binutils 2.14 knob, forced to 2.13 for now.
Revision 1.394: download - view: text, markup, annotated - select for diffs
Mon Nov 24 06:44:59 2003 CET (8 years, 2 months ago) by lukem
Branches: MAIN
Diff to previous 1.393: preferred, colored
Changes since revision 1.393: +10 -10
lines
In _MKTARGET_*, use ${.CURDIR:T} instead of ${.OBJDIR:T}, because that's more
useful when using actual 'obj' dirs. Suggested by Alan Barrett, with some
tweaks by me.
Revision 1.393: download - view: text, markup, annotated - select for diffs
Sat Nov 22 22:53:28 2003 CET (8 years, 2 months ago) by lukem
Branches: MAIN
Diff to previous 1.392: preferred, colored
Changes since revision 1.392: +10 -10
lines
In the various _MKTARGET macros, prepend "${.OBJDIR:T}/" to the ${.TARGET},
to provide more context about the operation. Especially useful for crunched
binaries and kernel builds. Idea suggested by David Laight <dsl@>
Revision 1.392: download - view: text, markup, annotated - select for diffs
Sun Nov 9 03:54:50 2003 CET (8 years, 3 months ago) by mrg
Branches: MAIN
Diff to previous 1.391: preferred, colored
Changes since revision 1.391: +4 -5
lines
switch to GDB 5.3 on armeb & m68000.
Revision 1.391: download - view: text, markup, annotated - select for diffs
Fri Nov 7 01:05:24 2003 CET (8 years, 3 months ago) by lukem
Branches: MAIN
Diff to previous 1.390: preferred, colored
Changes since revision 1.390: +4 -1
lines
Support MAKEVERBOSE more effectively.
Revision 1.390: download - view: text, markup, annotated - select for diffs
Wed Nov 5 08:14:31 2003 CET (8 years, 3 months ago) by skrll
Branches: MAIN
Diff to previous 1.389: preferred, colored
Changes since revision 1.389: +2 -2
lines
Switch ARM to gdb 5.3.
XXX 26bit support isn't there at the moment.
Revision 1.389: download - view: text, markup, annotated - select for diffs
Tue Nov 4 08:14:24 2003 CET (8 years, 3 months ago) by mrg
Branches: MAIN
Diff to previous 1.388: preferred, colored
Changes since revision 1.388: +2 -2
lines
switch sun2 to GCC3
Revision 1.388: download - view: text, markup, annotated - select for diffs
Mon Nov 3 01:30:34 2003 CET (8 years, 3 months ago) by sekiya
Branches: MAIN
Diff to previous 1.387: preferred, colored
Changes since revision 1.387: +4 -2
lines
Use XFree86 4.x on sgimips.
Revision 1.387: download - view: text, markup, annotated - select for diffs
Tue Oct 28 08:22:55 2003 CET (8 years, 3 months ago) by mrg
Branches: MAIN
Diff to previous 1.386: preferred, colored
Changes since revision 1.386: +7 -7
lines
GCC3:
- move m68000 into "mostly working" section
GDB53:
- move m68000 & armeb into "in progress" section
- enable sh3eb
Revision 1.386: download - view: text, markup, annotated - select for diffs
Tue Oct 28 08:09:03 2003 CET (8 years, 3 months ago) by simonb
Branches: MAIN
Diff to previous 1.385: preferred, colored
Changes since revision 1.385: +3 -3
lines
Sort MACHINE_ARCH's in the GDB section.
Revision 1.385: download - view: text, markup, annotated - select for diffs
Mon Oct 27 02:45:20 2003 CET (8 years, 3 months ago) by mrg
Branches: MAIN
Diff to previous 1.384: preferred, colored
Changes since revision 1.384: +2 -2
lines
turn on GCC3 for armeb
Revision 1.384: download - view: text, markup, annotated - select for diffs
Mon Oct 27 02:35:12 2003 CET (8 years, 3 months ago) by uwe
Branches: MAIN
Diff to previous 1.383: preferred, colored
Changes since revision 1.383: +3 -3
lines
Mark GCC3 for sh3el as "mostly working". Remaining issues are
toolchain/22452 and toolchain/22489 (gcc's optimization/11937).
Revision 1.383: download - view: text, markup, annotated - select for diffs
Mon Oct 27 02:29:58 2003 CET (8 years, 3 months ago) by uwe
Branches: MAIN
Diff to previous 1.382: preferred, colored
Changes since revision 1.382: +2 -2
lines
Switch sh3el to GDB 5.3.
Revision 1.382: download - view: text, markup, annotated - select for diffs
Sun Oct 26 07:26:26 2003 CET (8 years, 3 months ago) by mycroft
Branches: MAIN
Diff to previous 1.381: preferred, colored
Changes since revision 1.381: +3 -3
lines
I have no idea how this built, given that there seems to be a syntax error...
Revision 1.381: download - view: text, markup, annotated - select for diffs
Sun Oct 26 06:45:05 2003 CET (8 years, 3 months ago) by mycroft
Branches: MAIN
Diff to previous 1.380: preferred, colored
Changes since revision 1.380: +4 -1
lines
Note that armeb needs GCC 3, and hppa and m68000 need GDB 5.3.
Revision 1.380: download - view: text, markup, annotated - select for diffs
Sun Oct 26 03:17:46 2003 CET (8 years, 3 months ago) by lukem
Branches: MAIN
Diff to previous 1.379: preferred, colored
Changes since revision 1.379: +7 -4
lines
Improve how build.sh -N and MAKEVERBOSE interoperate;
rather than adding '-s' to make's command line in the makewrapper,
use the .SILENT target based on MAKEVERBOSE's value.
This means that you can do:
./build.sh -N 1 makewrapper
$TOOLDIR/bin/nbmake-$MACHINE
# runs at MAKEVERBOSE==1, with command lines suppressed
$TOOLDIR/bin/nbmake-$MACHINE MAKEVERBOSE=2
# runs at MAKEVERBOSE==2 for this invocation, with command lines shown
Revision 1.379: download - view: text, markup, annotated - select for diffs
Sun Oct 26 02:29:34 2003 CET (8 years, 3 months ago) by simonb
Branches: MAIN
Diff to previous 1.378: preferred, colored
Changes since revision 1.378: +3 -3
lines
Switch MIPS to GDB 5.3
Revision 1.378: download - view: text, markup, annotated - select for diffs
Sun Oct 26 00:25:55 2003 (8 years, 3 months ago) by mycroft
Branches: MAIN
Diff to previous 1.377: preferred, colored
Changes since revision 1.377: +3 -3
lines
Throw the switch for mipseb and mipsel -- GCC 3 works.
Revision 1.377: download - view: text, markup, annotated - select for diffs
Sat Oct 25 21:02:55 2003 (8 years, 3 months ago) by matt
Branches: MAIN
Diff to previous 1.376: preferred, colored
Changes since revision 1.376: +2 -2
lines
Switch VAX to GDB 5.3
Revision 1.376: download - view: text, markup, annotated - select for diffs
Fri Oct 24 19:44:36 2003 (8 years, 3 months ago) by mycroft
Branches: MAIN
Diff to previous 1.375: preferred, colored
Changes since revision 1.375: +2 -2
lines
68k works with GCC 3 on next68k and amiga. Throw the switch.
Revision 1.375: download - view: text, markup, annotated - select for diffs
Wed Oct 22 09:43:59 2003 (8 years, 3 months ago) by skrll
Branches: MAIN
Diff to previous 1.374: preferred, colored
Changes since revision 1.374: +2 -2
lines
gdb 5.3 for arm is in progress
Revision 1.374: download - view: text, markup, annotated - select for diffs
Tue Oct 21 18:36:58 2003 (8 years, 3 months ago) by lukem
Branches: MAIN
Diff to previous 1.373: preferred, colored
Changes since revision 1.373: +44 -1
lines
Move the MAKEVERBOSE setup from <bsd.sys.mk> to <bsd.own.mk>, and
change all the variable assignments from = to ?=
Revision 1.373: download - view: text, markup, annotated - select for diffs
Sun Oct 19 01:40:36 2003 (8 years, 3 months ago) by matt
Branches: MAIN
Diff to previous 1.372: preferred, colored
Changes since revision 1.372: +16 -4
lines
Default MK{BINUTILS,CVS,GCCCMDS,POSTFIX,SENDMAIL,UUCP} to yes
Revision 1.372: download - view: text, markup, annotated - select for diffs
Tue Oct 14 04:08:02 2003 (8 years, 3 months ago) by fvdl
Branches: MAIN
Diff to previous 1.371: preferred, colored
Changes since revision 1.371: +3 -2
lines
Enable gdb 5.3 for MACHINE_ARCH == x86_64
Revision 1.371: download - view: text, markup, annotated - select for diffs
Mon Oct 6 07:19:32 2003 (8 years, 4 months ago) by matt
Branches: MAIN
Diff to previous 1.370: preferred, colored
Changes since revision 1.370: +3 -3
lines
HPPA toolchain is now in-tree.
Revision 1.370: download - view: text, markup, annotated - select for diffs
Sun Oct 5 04:22:30 2003 (8 years, 4 months ago) by fvdl
Branches: MAIN
Diff to previous 1.369: preferred, colored
Changes since revision 1.369: +4 -4
lines
Enable gcc3 for x86_64.
Revision 1.369: download - view: text, markup, annotated - select for diffs
Sat Sep 27 06:27:32 2003 (8 years, 4 months ago) by mycroft
Branches: MAIN
Diff to previous 1.368: preferred, colored
Changes since revision 1.368: +2 -1
lines
List VAX as non-GCC3.
Revision 1.368: download - view: text, markup, annotated - select for diffs
Fri Sep 26 22:51:55 2003 (8 years, 4 months ago) by christos
Branches: MAIN
Diff to previous 1.367: preferred, colored
Changes since revision 1.367: +1 -2
lines
back out previous, suggested by gimpy.
Revision 1.367: download - view: text, markup, annotated - select for diffs
Fri Sep 26 22:40:29 2003 (8 years, 4 months ago) by christos
Branches: MAIN
Diff to previous 1.366: preferred, colored
Changes since revision 1.366: +2 -1
lines
entry for amd64->x86_64 map in gnu arch.
Revision 1.366: download - view: text, markup, annotated - select for diffs
Wed Sep 24 08:19:12 2003 (8 years, 4 months ago) by matt
Branches: MAIN
Diff to previous 1.365: preferred, colored
Changes since revision 1.365: +3 -3
lines
Switch Alpha to GDB5.3
Revision 1.365: download - view: text, markup, annotated - select for diffs
Wed Sep 24 06:58:33 2003 (8 years, 4 months ago) by matt
Branches: MAIN
Diff to previous 1.364: preferred, colored
Changes since revision 1.364: +3 -3
lines
Switch PowerPC to GCC 3.3.1 and GDB 5.3.
Revision 1.364: download - view: text, markup, annotated - select for diffs
Tue Sep 23 15:45:27 2003 (8 years, 4 months ago) by christos
Branches: MAIN
Diff to previous 1.363: preferred, colored
Changes since revision 1.363: +2 -2
lines
Turn on the switch for gdb53/m68k. Thanks Christian Limpach!
Revision 1.363: download - view: text, markup, annotated - select for diffs
Mon Sep 22 16:50:51 2003 (8 years, 4 months ago) by christos
Branches: MAIN
Diff to previous 1.362: preferred, colored
Changes since revision 1.362: +14 -2
lines
Add more comments for gdb-5.3
Revision 1.362: download - view: text, markup, annotated - select for diffs
Mon Sep 22 03:25:06 2003 (8 years, 4 months ago) by matt
Branches: MAIN
Diff to previous 1.361: preferred, colored
Changes since revision 1.361: +2 -2
lines
Add missing continuator.
Revision 1.361: download - view: text, markup, annotated - select for diffs
Sun Sep 21 22:16:47 2003 (8 years, 4 months ago) by matt
Branches: MAIN
Diff to previous 1.360: preferred, colored
Changes since revision 1.360: +2 -2
lines
Switch MACHINE_ARCH arm to GCC 3.3.1
Revision 1.360: download - view: text, markup, annotated - select for diffs
Fri Sep 19 10:15:46 2003 (8 years, 4 months ago) by mrg
Branches: MAIN
Diff to previous 1.359: preferred, colored
Changes since revision 1.359: +1 -4
lines
switch i386, sparc, sparc64 & alpha to GCC 3.3.1.
Revision 1.359: download - view: text, markup, annotated - select for diffs
Fri Sep 19 01:17:57 2003 (8 years, 4 months ago) by mrg
Branches: MAIN
Diff to previous 1.358: preferred, colored
Changes since revision 1.358: +13 -1
lines
add a HAVE_GDB53 switch. defaults to no one yet.
Revision 1.358: download - view: text, markup, annotated - select for diffs
Sat Sep 13 21:08:28 2003 (8 years, 4 months ago) by lukem
Branches: MAIN
Diff to previous 1.357: preferred, colored
Changes since revision 1.357: +3 -3
lines
implement MKSTATICLIB, which defaults to "yes". if "no" (which NOSTATICLIB
also sets, a la the other variables), prevents build and installation
of the "normal" static *.a libraries.
Revision 1.357: download - view: text, markup, annotated - select for diffs
Fri Sep 12 09:44:10 2003 (8 years, 5 months ago) by lukem
Branches: MAIN
Diff to previous 1.356: preferred, colored
Changes since revision 1.356: +15 -1
lines
add infrastructure to support reach-over builds of xsrc
Revision 1.356: download - view: text, markup, annotated - select for diffs
Mon Sep 1 11:38:42 2003 (8 years, 5 months ago) by uwe
Branches: MAIN
Diff to previous 1.355: preferred, colored
Changes since revision 1.355: +3 -3
lines
Now that HAVE_GCC3 is always defined, adjust the logic that selects if
NOPIC for sh3 should be set to check the value of HAVE_GCC3.
Revision 1.355: download - view: text, markup, annotated - select for diffs
Fri Aug 29 12:51:21 2003 (8 years, 5 months ago) by martin
Branches: MAIN
Diff to previous 1.354: preferred, colored
Changes since revision 1.354: +3 -3
lines
Default sparc64 to XFree 4.
Revision 1.354: download - view: text, markup, annotated - select for diffs
Thu Aug 28 14:28:34 2003 (8 years, 5 months ago) by tron
Branches: MAIN
Diff to previous 1.353: preferred, colored
Changes since revision 1.353: +2 -2
lines
Fix logic error in last change which caused GCC 3.x to be the default for
several platforms unintentionally.
Revision 1.353: download - view: text, markup, annotated - select for diffs
Wed Aug 27 18:03:17 2003 (8 years, 5 months ago) by mrg
Branches: MAIN
Diff to previous 1.352: preferred, colored
Changes since revision 1.352: +18 -8
lines
introduce an additional switch to enable building GCC3 instead of GCC2:
HAVE_GCC3. if this is set, we also set USE_TOOLS_TOOLCHAIN=no. change
the definition of the former to be restricted to whether tools/toolchain
is used or not.
Revision 1.352: download - view: text, markup, annotated - select for diffs
Sat Aug 2 00:51:34 2003 (8 years, 6 months ago) by mrg
Branches: MAIN
Diff to previous 1.351: preferred, colored
Changes since revision 1.351: +10 -8
lines
use -isystem-cxx for now. update the "mostly ready to switch to gcc3" list
Revision 1.351: download - view: text, markup, annotated - select for diffs
Mon Jul 28 10:53:54 2003 (8 years, 6 months ago) by lukem
Branches: MAIN
Diff to previous 1.350: preferred, colored
Changes since revision 1.350: +15 -4
lines
replace MKCXXSUPCXX(!=no) with USE_LIBSTDCXX(==no)
Revision 1.350: download - view: text, markup, annotated - select for diffs
Mon Jul 28 09:03:43 2003 (8 years, 6 months ago) by lukem
Branches: MAIN
Diff to previous 1.349: preferred, colored
Changes since revision 1.349: +4 -4
lines
Change defined(CXX_SUPCXX) to MKCXXSUPCXX != "no".
Clarify that command-line overrides of the MKxxx variables should be
done via the environment rather than make(1) command-line variable
assignment, since the latter doesn't actually work as intended.
Revision 1.349: download - view: text, markup, annotated - select for diffs
Mon Jul 28 07:54:18 2003 (8 years, 6 months ago) by matt
Branches: MAIN
Diff to previous 1.348: preferred, colored
Changes since revision 1.348: +2 -1
lines
Back last commit and just allow USE_TOOLS_TOOLCHAIN be overridden in the
environment.
Revision 1.348: download - view: text, markup, annotated - select for diffs
Mon Jul 28 07:52:29 2003 (8 years, 6 months ago) by matt
Branches: MAIN
Diff to previous 1.347: preferred, colored
Changes since revision 1.347: +1 -2
lines
Let the if define USE_TOOLS_TOOLCHAIN.
Revision 1.347: download - view: text, markup, annotated - select for diffs
Mon Jul 28 04:38:33 2003 (8 years, 6 months ago) by lukem
Branches: MAIN
Diff to previous 1.346: preferred, colored
Changes since revision 1.346: +2 -2
lines
Be consistent how "multiple include protection" is implemented. I.e,
.if !defined(_BSD_foo_MK_)
_BSD_foo_MK_=1
# ...
.endif # !defined(_BSD_foo_MK_)
Revision 1.346: download - view: text, markup, annotated - select for diffs
Sun Jul 27 16:49:22 2003 (8 years, 6 months ago) by mrg
Branches: MAIN
Diff to previous 1.345: preferred, colored
Changes since revision 1.345: +27 -11
lines
introduce a new $CPPFLAG_ISYSTEMXX that is used to reference c++ system
includes. for GCC3, set this to -I instead of -isystem.
XXX this should really be either not required or a -isystem-cxx, but for
now this is required to build libstdc++-v3, which otherwise complains
heavily about STL headers not being C code(!)
Revision 1.345: download - view: text, markup, annotated - select for diffs
Fri Jul 25 18:24:08 2003 (8 years, 6 months ago) by mrg
Branches: MAIN
Diff to previous 1.344: preferred, colored
Changes since revision 1.344: +11 -1
lines
add a new variable USE_TOOLS_TOOLCHAIN that is set to "yes" currently, but
will be set to "no" when GCC3 is used in tree.
Revision 1.344: download - view: text, markup, annotated - select for diffs
Wed Jul 23 10:01:46 2003 (8 years, 6 months ago) by itojun
Branches: MAIN
Diff to previous 1.343: preferred, colored
Changes since revision 1.343: +5 -3
lines
split MKKERBEROS4 from MKKERBEROS. based on work by lha at stacken.kth.se
(build confirmed with both MKKERBEROS4=yes and MKKERBEROS4=no)
Revision 1.343: download - view: text, markup, annotated - select for diffs
Tue Jul 22 13:48:59 2003 (8 years, 6 months ago) by mrg
Branches: MAIN
Diff to previous 1.342: preferred, colored
Changes since revision 1.342: +3 -2
lines
switch sparc port to xfree 4 tree.
Revision 1.342: download - view: text, markup, annotated - select for diffs
Sun Jul 20 16:36:12 2003 (8 years, 6 months ago) by lukem
Branches: MAIN
Diff to previous 1.341: preferred, colored
Changes since revision 1.341: +2 -1
lines
add TOOL_STAT for stat(1)
Revision 1.341: download - view: text, markup, annotated - select for diffs
Fri Jul 18 10:26:09 2003 (8 years, 6 months ago) by lukem
Branches: MAIN
Diff to previous 1.340: preferred, colored
Changes since revision 1.340: +121 -43
lines
Add MKUNPRIVED; if not no has the same semantics as if UNPRIVED was defined.
Replace defined(UNPRIVED) tests with ${MKUNPRIVED} != "no"
Add MKUPDATE; if not no has the same semantics as if UPDATE was defined.
Replace defined(UPDATE) tests with ${MKUPDATE} != "no"
Improve documentation for these and other make flags.
Revision 1.340: download - view: text, markup, annotated - select for diffs
Fri Jul 18 04:52:51 2003 (8 years, 6 months ago) by lukem
Branches: MAIN
Diff to previous 1.339: preferred, colored
Changes since revision 1.339: +13 -11
lines
Add MKMANZ; if not set to "no", compress the manual pages at installation time.
This replaces the previous .if defined (MANZ) behaviour, although the latter
will set MKMANZ=yes for compatibility purposes.
Don't bother with -P-bou in TOOL_ROFF_HTML; it doesn't appear to be
necessary with groff 1.19.
Fix NOHTML implementation to be consistent with other NOxxx / MKxxx
variables, and expose the user-tweakable MKHTML.
Revision 1.339: download - view: text, markup, annotated - select for diffs
Wed Jul 16 15:19:49 2003 (8 years, 6 months ago) by lukem
Branches: MAIN
Diff to previous 1.338: preferred, colored
Changes since revision 1.338: +2 -3
lines
Change the default TOOLDIR from
top-of-obj/tools/tools.OS-VERSION-STRING
to
top-of-obj/tooldir.OS-VERSION-STRING
It's more consistent with the build.sh defaults for DESTDIR and
RELEASEDIR, and it's easier on "mr lazy completion fingers".
Revision 1.338: download - view: text, markup, annotated - select for diffs
Thu Jul 10 12:34:36 2003 (8 years, 7 months ago) by lukem
Branches: MAIN
Diff to previous 1.337: preferred, colored
Changes since revision 1.337: +53 -47
lines
Rename a large chunk of the make(1) variables which refer to a
program/tool from "FOO" to "TOOL_FOO". The new variables are:
TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET
TOOL_CONFIG TOOL_CRUNCHGEN TOOL_CTAGS TOOL_DB TOOL_EQN TOOL_FGEN
TOOL_GENCAT TOOL_GROFF TOOL_HEXDUMP TOOL_INDXBIB TOOL_INSTALLBOOT
TOOL_INSTALL_INFO TOOL_M4 TOOL_MAKEFS TOOL_MAKEINFO TOOL_MAKEWHATIS
TOOL_MDSETIMAGE TOOL_MENUC TOOL_MKCSMAPPER TOOL_MKESDB
TOOL_MKLOCALE TOOL_MKMAGIC TOOL_MKTEMP TOOL_MSGC TOOL_MTREE
TOOL_PAX TOOL_PIC TOOL_PREPMKBOOTIMAGE TOOL_PWD_MKDB TOOL_REFER
TOOL_ROFF_ASCII TOOL_ROFF_DVI TOOL_ROFF_HTML TOOL_ROFF_PS
TOOL_ROFF_RAW TOOL_RPCGEN TOOL_SOELIM TOOL_SUNLABEL TOOL_TBL
TOOL_UUDECODE TOOL_VGRIND TOOL_ZIC
For each, provide default in <bsd.sys.mk> of the form:
TOOL_FOO?= foo
and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override:
TOOL_FOO= ${TOOLDIR}/bin/${_TOOL_PREFIX}foo
Document all of these in bsd.README.
This cleans up a chunk of potential (and actual) namespace collision
within our build infrastructure, as well as improves consistency in
the share/mk documentation and provision of appropriate defaults for
each of these variables.
Revision 1.337: download - view: text, markup, annotated - select for diffs
Wed Jul 2 17:37:21 2003 (8 years, 7 months ago) by marcus
Branches: MAIN
Diff to previous 1.336: preferred, colored
Changes since revision 1.336: +2 -2
lines
With gcc3, PIC code can be created for sh3.
Revision 1.336: download - view: text, markup, annotated - select for diffs
Mon Jun 30 20:48:52 2003 (8 years, 7 months ago) by wiz
Branches: MAIN
Diff to previous 1.335: preferred, colored
Changes since revision 1.335: +2 -1
lines
Add NROFF.
Revision 1.335: download - view: text, markup, annotated - select for diffs
Thu Jun 26 08:30:08 2003 (8 years, 7 months ago) by tshiozak
Branches: MAIN
Diff to previous 1.334: preferred, colored
Changes since revision 1.334: +3 -1
lines
Citrus iconv support(3)
add host tools : mkcsmapper and mkesdb
mkcsmapper - coded character set mapping table compiler
mkesdb - encoding scheme database compiler
Revision 1.334: download - view: text, markup, annotated - select for diffs
Sun May 18 10:09:25 2003 (8 years, 8 months ago) by lukem
Branches: MAIN
Diff to previous 1.333: preferred, colored
Changes since revision 1.333: +2 -1
lines
Add ${TOOL_DB}; db(1) as a (host) tool.
Note: this is the first tool using a "TOOL_" prefix in the make(1) variable;
other similar "non-standard" variable names will be converted in the future.
Revision 1.333: download - view: text, markup, annotated - select for diffs
Thu May 8 22:39:00 2003 (8 years, 9 months ago) by christos
Branches: MAIN
Diff to previous 1.332: preferred, colored
Changes since revision 1.332: +2 -2
lines
Fix _HOST_CYGWIN lossage.
Revision 1.332: download - view: text, markup, annotated - select for diffs
Thu May 8 20:59:06 2003 (8 years, 9 months ago) by salo
Branches: MAIN
Diff to previous 1.331: preferred, colored
Changes since revision 1.331: +2 -2
lines
Whitespace.
Revision 1.331: download - view: text, markup, annotated - select for diffs
Thu May 8 15:02:09 2003 (8 years, 9 months ago) by christos
Branches: MAIN
Diff to previous 1.330: preferred, colored
Changes since revision 1.330: +2 -1
lines
Deal with CYGWIN's sh screwage.
Revision 1.330: download - view: text, markup, annotated - select for diffs
Tue Apr 29 16:59:02 2003 (8 years, 9 months ago) by scw
Branches: MAIN
Diff to previous 1.329: preferred, colored
Changes since revision 1.329: +1 -2
lines
Build shared libraries by default on sh5. They seem stable enough now.
Revision 1.329: download - view: text, markup, annotated - select for diffs
Sun Apr 27 12:15:01 2003 (8 years, 9 months ago) by fvdl
Branches: MAIN
Diff to previous 1.328: preferred, colored
Changes since revision 1.328: +2 -2
lines
Correct previous. MACHINE is amd64. MACHINE_ARCH is x86_64.
Revision 1.328: download - view: text, markup, annotated - select for diffs
Sun Apr 27 12:10:28 2003 (8 years, 9 months ago) by tron
Branches: MAIN
Diff to previous 1.327: preferred, colored
Changes since revision 1.327: +3 -3
lines
x86_64 -> amd64
Revision 1.327: download - view: text, markup, annotated - select for diffs
Sat Apr 12 00:40:31 2003 (8 years, 10 months ago) by thorpej
Branches: MAIN
Diff to previous 1.326: preferred, colored
Changes since revision 1.326: +18 -2
lines
Provide the MKPICLIB value in bsd.own.mk, rather than bsd.lib.mk. It
is sometimes necessary for non-library Makefiles to determine if _pic
libraries are being built.
Problem pointed out by Havard Eidnes.
Revision 1.326: download - view: text, markup, annotated - select for diffs
Wed Mar 26 00:35:48 2003 CET (8 years, 10 months ago) by pooka
Branches: MAIN
Diff to previous 1.325: preferred, colored
Changes since revision 1.325: +2 -1
lines
add file as a host tool
Revision 1.325: download - view: text, markup, annotated - select for diffs
Fri Mar 7 02:21:56 2003 CET (8 years, 11 months ago) by thorpej
Branches: MAIN
Diff to previous 1.324: preferred, colored
Changes since revision 1.324: +2 -1
lines
Add a HEXDUMP host tool.
Revision 1.294.2.9: download - view: text, markup, annotated - select for diffs
Thu Feb 20 11:03:16 2003 CET (8 years, 11 months ago) by tron
Branches: netbsd-1-6
CVS tags: netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001
Diff to previous 1.294.2.8: preferred, colored to branchpoint 1.294: preferred, colored next main 1.295: preferred, colored
Changes since revision 1.294.2.8: +3 -3
lines
Pull up revision 1.305 (requested by jmc in ticket #1178):
Default cats to using X 4.
Also correct macppc entry while here.
Revision 1.294.2.8: download - view: text, markup, annotated - select for diffs
Thu Feb 20 11:02:21 2003 CET (8 years, 11 months ago) by tron
Branches: netbsd-1-6
Diff to previous 1.294.2.7: preferred, colored to branchpoint 1.294: preferred, colored
Changes since revision 1.294.2.7: +3 -2
lines
Pull up revision 1.304 (requested by jmc in ticket #1178):
USE_XF86_4 on macppc.
Revision 1.324: download - view: text, markup, annotated - select for diffs
Mon Dec 23 07:52:50 2002 CET (9 years, 1 month ago) by lukem
Branches: MAIN
CVS tags: fvdl_fs64_base
Diff to previous 1.323: preferred, colored
Changes since revision 1.323: +3 -2
lines
Rework METALOG manipulation:
- add '-D ${DESTDIR}' to INSTPRIV, so install(8) removes the leading
${DESTDIR} from the metalogged path
- provide ${METADB.add} variable (for "${CAT} -l >> ${METALOG}"), to make
it easier to replace manual metalog manipulation in the future.
- with manual metalog additions, don't add the leading ${DESTDIR} in the path
- in maketars, use "mtree -C ..." instead of
"mtree -D ... | sed -e 's,\(.*\) \(\..*\),\2 \1,";
Benefits:
- maketars "Parsing METALOG" step speeds up from 29 seconds to 1.2 seconds
on a P3-600.
(This also benefits "make installworld" at the top level.)
- ${DESTDIR}/METALOG is easier to read without the leading "${DESTDIR}"
on all the pathnames, and it's smaller as well.
Revision 1.323: download - view: text, markup, annotated - select for diffs
Mon Dec 23 03:23:57 2002 CET (9 years, 1 month ago) by lukem
Branches: MAIN
Diff to previous 1.322: preferred, colored
Changes since revision 1.322: +3 -1
lines
Only set INSTPRIV?= if "inside" a NetBSD src tree (i.e, ${_SRC_TOP_} != "").
Fixes a problem found by Andrew Brown where programs outside of the NetBSD
src that use the /usr/share/mk framework (such as pkgsrc/pkgtools/digest)
couldn't be installed if /usr/src/etc wasn't present.
Revision 1.322: download - view: text, markup, annotated - select for diffs
Mon Dec 23 03:01:29 2002 CET (9 years, 1 month ago) by lukem
Branches: MAIN
Diff to previous 1.321: preferred, colored
Changes since revision 1.321: +3 -3
lines
correct a comment
Revision 1.321: download - view: text, markup, annotated - select for diffs
Thu Dec 19 13:44:03 2002 CET (9 years, 1 month ago) by lukem
Branches: MAIN
Diff to previous 1.320: preferred, colored
Changes since revision 1.320: +2 -2
lines
Add "-N ${NETBSDSRCDIR}/etc" to ${INSTPRIV}, so that non-host ${INSTALL_*}
rules use that directory to lookup users & groups as opposed to the
host system's passwd(5) and group(5) databases.
This is a change of behaviour which should make the build system more
robust when new users & groups are added to the NetBSD source.
The only users who may be adversely affected are those (small number,
if any) that renumber the uids & gids away from the "standard" NetBSD
ones; in this case said users should maintain local mods to
${NETBSDSRCDIR}/etc/{master.passwd,group} ...
Revision 1.320: download - view: text, markup, annotated - select for diffs
Sun Dec 8 21:19:56 2002 CET (9 years, 2 months ago) by thorpej
Branches: MAIN
Diff to previous 1.319: preferred, colored
Changes since revision 1.319: +48 -45
lines
Centralize the definition of the tool name prefix (i.e. "nb") into
bsd.own.mk, as the _TOOL_PREFIX variable.
Revision 1.294.2.7: download - view: text, markup, annotated - select for diffs
Sun Dec 1 22:40:39 2002 CET (9 years, 2 months ago) by he
Branches: netbsd-1-6
CVS tags: netbsd-1-6-PATCH001-RC1
Diff to previous 1.294.2.6: preferred, colored to branchpoint 1.294: preferred, colored
Changes since revision 1.294.2.6: +2 -2
lines
Pull up revision 1.312 (requested by itojun in ticket #861):
MDC2 is a patented algorithm, so don't ship it in the
default libcrypto. Defining MKCRYPTO_MDC2 will build a
separate library, libcrypto_mdc2.
Revision 1.294.2.6: download - view: text, markup, annotated - select for diffs
Sun Dec 1 13:31:00 2002 CET (9 years, 2 months ago) by he
Branches: netbsd-1-6
Diff to previous 1.294.2.5: preferred, colored to branchpoint 1.294: preferred, colored
Changes since revision 1.294.2.5: +2 -2
lines
Pull up revision 1.309 (requested by thorpej in ticket #827):
No longer have to invoke lorder with the shell explicitly;
the host tool is patched to use the working shell as the
interpreter.
Revision 1.294.2.5: download - view: text, markup, annotated - select for diffs
Sat Nov 30 16:17:08 2002 CET (9 years, 2 months ago) by he
Branches: netbsd-1-6
Diff to previous 1.294.2.4: preferred, colored to branchpoint 1.294: preferred, colored
Changes since revision 1.294.2.4: +3 -2
lines
Pull up revision 1.308 (requested by thorpej in ticket #809):
o Add MKTEMP as a host tool.
o Pass MKTEMP to lorder, and invoke lorder with sh.
Revision 1.319: download - view: text, markup, annotated - select for diffs
Wed Nov 27 00:15:53 2002 CET (9 years, 2 months ago) by lukem
Branches: MAIN
Diff to previous 1.318: preferred, colored
Changes since revision 1.318: +1 -6
lines
Deprecate SYS_INCLUDE and the optional SYS_INCLUDE=symlinks functionality,
and only support the "copies" default.
Per discussion on tech-userlevel@.
Revision 1.318: download - view: text, markup, annotated - select for diffs
Tue Nov 26 20:51:16 2002 CET (9 years, 2 months ago) by thorpej
Branches: MAIN
Diff to previous 1.317: preferred, colored
Changes since revision 1.317: +22 -3
lines
* If EXTERNAL_TOOLCHAIN is defined, consider it to be the root of
where the GNU tools are found, e.g. ${EXTERNAL_TOOLCHAIN}/bin/...
* Allow MACHINE_GNU_PLATFORM to be set in mk.conf.
Revision 1.317: download - view: text, markup, annotated - select for diffs
Tue Nov 26 20:30:13 2002 CET (9 years, 2 months ago) by thorpej
Branches: MAIN
Diff to previous 1.316: preferred, colored
Changes since revision 1.316: +7 -9
lines
sh64 -> sh5, which matches the names that the NetBSD-targeted GNU
toolchain uses for 32-bit SH5. OK'd by steve.
Revision 1.316: download - view: text, markup, annotated - select for diffs
Tue Oct 22 20:48:29 2002 (9 years, 3 months ago) by perry
Branches: MAIN
Diff to previous 1.315: preferred, colored
Changes since revision 1.315: +3 -1
lines
Pass 1 of SYSPKG changes to automatically add tags=pkgname_pkg to METALOG.
Not quite ready for prime time yet.
Revision 1.315: download - view: text, markup, annotated - select for diffs
Fri Sep 27 23:37:57 2002 (9 years, 4 months ago) by thorpej
Branches: MAIN
Diff to previous 1.314: preferred, colored
Changes since revision 1.314: +6 -16
lines
Only use the MKDYNAMICROOT semantics (i.e. -rpath=/lib,/usr/lib and
-dynamic-linker=/libexec/ld.elf_so) if the BINDIR of the program being
built is /bin or /sbin.
The reason we do this is because now all programs *except* those in
/bin and /sbin (i.e. the "special cases") match the default the compiler
uses, which is what is used for things in e.g. xsrc, pkgsrc, and other
random 3rd party programs.
This is done by decoupling where a shlib is installed from how it
is located. Two new variables, SHLIBINSTALLDIR and SHLINKINSTALLDIR,
contain the former information, and key off MKDYNAMICROOT only. SHLIBDIR
and SHLINKDIR contain the latter, and key off MKDYNAMICROOT and BINDIR.
The SHLIBINSTALLDIR, SHLIBDIR, _LIBSODIR, SHLINKINSTALLDIR, and
SHLINKDIR parameters are moved to a new <bsd.shlib.mk>; see bsd.README
for usage details.
Revision 1.314: download - view: text, markup, annotated - select for diffs
Fri Sep 27 19:03:08 2002 (9 years, 4 months ago) by thorpej
Branches: MAIN
Diff to previous 1.313: preferred, colored
Changes since revision 1.313: +2 -12
lines
Back out previous; it was incomplete.
Revision 1.313: download - view: text, markup, annotated - select for diffs
Fri Sep 27 17:56:40 2002 (9 years, 4 months ago) by thorpej
Branches: MAIN
Diff to previous 1.312: preferred, colored
Changes since revision 1.312: +13 -3
lines
Only use the MKDYNAMICROOT semantics (i.e. -rpath=/lib,/usr/lib and
-dynamic-linker=/libexec/ld.elf_so) if the BINDIR of the program being
built is /bin or /sbin.
The reason we do this is because now all programs *except* those in
/bin and /sbin (i.e. the "special cases") match the default the compiler
uses, which is what is used for things in e.g. xsrc, pkgsrc, and other
random 3rd party programs.
Revision 1.136.4.8: download - view: text, markup, annotated - select for diffs
Fri Sep 27 09:24:43 2002 (9 years, 4 months ago) by itojun
Branches: netbsd-1-5
Diff to previous 1.136.4.7: preferred, colored to branchpoint 1.136: preferred, colored next main 1.137: preferred, colored
Changes since revision 1.136.4.7: +3 -1
lines
MDC2 is a patented algorithm; don't ship it in default libcrypto.
MKCRYPTO_MDC2 will build a separate library, libcrypto_mdc2.
(itojun)
Revision 1.312: download - view: text, markup, annotated - select for diffs
Thu Sep 26 15:05:56 2002 (9 years, 4 months ago) by itojun
Branches: MAIN
Diff to previous 1.311: preferred, colored
Changes since revision 1.311: +2 -2
lines
MDC2 is a patented algorithm; don't ship it in default libcrypto.
MKCRYPTO_MDC2 will build a separate library, libcrypto_mdc2.
Revision 1.311: download - view: text, markup, annotated - select for diffs
Sun Sep 22 17:08:19 2002 (9 years, 4 months ago) by lukem
Branches: MAIN
Diff to previous 1.310: preferred, colored
Changes since revision 1.310: +2 -2
lines
Enable MKDYNAMICROOT=yes by default.
This means that:
+ /bin and /sbin (and the few programs in /usr/* which were statically
linked) are now dynamically linked.
+ The shared libraries that are needed by the /bin and /sbin programs
are now installed into /lib (with compatability symlinks from
/usr/lib). These are:
c crypt edit ipsec kvm m m387 termcap termlib util z
+ The shared linker is now in /libexec/ld.elf_so, and
/usr/libexec/ld.elf_so is a symlink to the former.
If you want the prior behaviour of "some applications statically linked,
the rest dynamically linked", set MKDYNAMICROOT=no in your mk.conf(5).
If you have a philosophical objection to dynamic libraries, continue
to set LDSTATIC=-static in your mk.conf(5), and please don't waste any
more time in trying to convince us why dynamic libraries are 3v1l.
Revision 1.310: download - view: text, markup, annotated - select for diffs
Wed Sep 18 01:18:30 2002 (9 years, 4 months ago) by thorpej
Branches: MAIN
Diff to previous 1.309: preferred, colored
Changes since revision 1.309: +42 -40
lines
* Eliminate the USE_NEW_TOOLCHAIN variable. Instead, split it into
two variables:
TOOLCHAIN_MISSING -- set to "yes" on platforms for which there is
no working in-tree toolchain (hppa, ns32k, sh5, x86_64).
EXTERNAL_TOOLCHAIN -- if defined by the user, points to the root of
an external toolchain (e.g. /usr/local/gnu). This enables the cross-build
framework even for TOOLCHAIN_MISSING platforms.
If TOOLCHAIN_MISSING is set to "yes", MKGDB, MKBFD, and MKGCC are all
unconditionally set to "no", since the bits are not there to build.
If EXTERNAL_TOOLCHAIN is set, MKGCC is unconditionally set to "no",
since the external toolchain's compiler is not in-sync with the
in-tree compiler support components (e.g. libgcc).
* Set MACHINE_CPU much earlier in bsd.own.mk, so that more tests in
that file can use it.
Revision 1.309: download - view: text, markup, annotated - select for diffs
Sun Sep 15 19:07:14 2002 (9 years, 4 months ago) by thorpej
Branches: MAIN
Diff to previous 1.308: preferred, colored
Changes since revision 1.308: +2 -2
lines
No longer have to invoke lorder with the shell explicitly; the host
tool is patched to use the working shell as the interpreter.
Revision 1.308: download - view: text, markup, annotated - select for diffs
Sat Sep 14 07:01:45 2002 (9 years, 4 months ago) by thorpej
Branches: MAIN
Diff to previous 1.307: preferred, colored
Changes since revision 1.307: +3 -2
lines
* Add MKTEMP as a host tool.
* Pass MKTEMP to lorder, and invoke lorder with sh.
Revision 1.307: download - view: text, markup, annotated - select for diffs
Wed Aug 28 11:57:10 2002 (9 years, 5 months ago) by lukem
Branches: MAIN
Diff to previous 1.306: preferred, colored
Changes since revision 1.306: +2 -2
lines
In the MKDYNAMICROOT==yes case, move the shared linker from /lib/ld.elf_so to
/libexec/ld.elf_so. Per discussion with a few other developers.
Revision 1.306: download - view: text, markup, annotated - select for diffs
Tue Aug 27 16:46:14 2002 (9 years, 5 months ago) by lukem
Branches: MAIN
Diff to previous 1.305: preferred, colored
Changes since revision 1.305: +15 -1
lines
Implement MKDYNAMICROOT, which currently defaults to "no", but will
be changed in the future to "yes".
If MKDYNAMICROOT == "no", there is no change from existing behaviour
of a static /bin and /sbin (and a few programs in elsewhere).
If MKDYNAMICROOT == "yes", the following changes occur:
in <bsd.own.mk>:
SHLIBDIR?= /lib
SHLINKDIR?= /lib
in various Makefiles, the following entry is DISABLED.
LDSTATIC?=-static
This results in all programs (except those "standalone" programs built
in sys/arch/*/stand) are linked dynamically, the shared linker is moved
from /usr/libexec to /lib (with a compat symlink), and the shared
libraries used by /bin and /sbin programs are moved from /usr/lib to
/lib (with compat symlinks).
Revision 1.305: download - view: text, markup, annotated - select for diffs
Sun Aug 4 00:10:07 2002 (9 years, 6 months ago) by chris
Branches: MAIN
Diff to previous 1.304: preferred, colored
Changes since revision 1.304: +3 -3
lines
Default cats to using X 4.
Also correct macppc entry while here.
Revision 1.294.2.4: download - view: text, markup, annotated - select for diffs
Thu Jul 18 06:41:58 2002 (9 years, 6 months ago) by lukem
Branches: netbsd-1-6
CVS tags: netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1
Diff to previous 1.294.2.3: preferred, colored to branchpoint 1.294: preferred, colored
Changes since revision 1.294.2.3: +1 -2
lines
Pull up revision 1.303 (requested by fredette in ticket #516):
Now build profiled libraries on m68000.
Revision 1.304: download - view: text, markup, annotated - select for diffs
Wed Jul 17 22:02:15 2002 (9 years, 6 months ago) by mycroft
Branches: MAIN
Diff to previous 1.303: preferred, colored
Changes since revision 1.303: +3 -2
lines
USE_XF86_4 on macppc.
Revision 1.303: download - view: text, markup, annotated - select for diffs
Wed Jul 17 20:46:14 2002 (9 years, 6 months ago) by fredette
Branches: MAIN
Diff to previous 1.302: preferred, colored
Changes since revision 1.302: +1 -2
lines
Now build profiled libraries on m68000.
Revision 1.302: download - view: text, markup, annotated - select for diffs
Thu Jul 11 17:30:03 2002 (9 years, 7 months ago) by scw
Branches: MAIN
Diff to previous 1.301: preferred, colored
Changes since revision 1.301: +2 -1
lines
Add MKBFD=no for SH5.
Revision 1.301: download - view: text, markup, annotated - select for diffs
Thu Jul 11 17:00:57 2002 (9 years, 7 months ago) by scw
Branches: MAIN
Diff to previous 1.300: preferred, colored
Changes since revision 1.300: +18 -3
lines
SH5 Makefile Magic.
Revision 1.294.2.3: download - view: text, markup, annotated - select for diffs
Wed Jul 3 14:05:21 2002 (9 years, 7 months ago) by lukem
Branches: netbsd-1-6
Diff to previous 1.294.2.2: preferred, colored to branchpoint 1.294: preferred, colored
Changes since revision 1.294.2.2: +6 -1
lines
Pull up revision 1.300 (requested by tron in ticket #427):
Use XFree86 4.x by default on i386 and x86_64.
This change was approved by Frank van der Linden.
Revision 1.300: download - view: text, markup, annotated - select for diffs
Wed Jul 3 13:51:34 2002 (9 years, 7 months ago) by tron
Branches: MAIN
Diff to previous 1.299: preferred, colored
Changes since revision 1.299: +6 -1
lines
Use XFree86 4.x by default on i386 and x86_64.
This change was approved by Frank van der Linden.
Revision 1.299: download - view: text, markup, annotated - select for diffs
Mon Jul 1 21:31:12 2002 (9 years, 7 months ago) by fredette
Branches: MAIN
Diff to previous 1.298: preferred, colored
Changes since revision 1.298: +1 -3
lines
Enabled building PIC on hppa. Also don't use a --netbsdelf GNU target name.
Revision 1.294.2.2: download - view: text, markup, annotated - select for diffs
Thu Jun 13 04:41:48 2002 (9 years, 8 months ago) by lukem
Branches: netbsd-1-6
Diff to previous 1.294.2.1: preferred, colored to branchpoint 1.294: preferred, colored
Changes since revision 1.294.2.1: +2 -1
lines
Pull up revision 1.295 (requested by eeh in ticket #257):
Add fgen as a host tool, used for sys/arch/sparc/bootblk.
Revision 1.294.2.1: download - view: text, markup, annotated - select for diffs
Tue Jun 11 17:58:32 2002 (9 years, 8 months ago) by lukem
Branches: netbsd-1-6
Diff to previous 1.294: preferred, colored
Changes since revision 1.294: +2 -1
lines
Pull up revision 1.298 (requested by mason in ticket #247):
Add cat(1) as a host tool.
Revision 1.298: download - view: text, markup, annotated - select for diffs
Mon Jun 10 20:40:58 2002 (9 years, 8 months ago) by mason
Branches: MAIN
Diff to previous 1.297: preferred, colored
Changes since revision 1.297: +2 -1
lines
Add cat(1) as a host tool.
Revision 1.297: download - view: text, markup, annotated - select for diffs
Mon Jun 10 16:14:47 2002 (9 years, 8 months ago) by fredette
Branches: MAIN
Diff to previous 1.296: preferred, colored
Changes since revision 1.296: +11 -1
lines
Add cases for hppa.
Revision 1.296: download - view: text, markup, annotated - select for diffs
Wed Jun 5 04:42:09 2002 (9 years, 8 months ago) by thorpej
Branches: MAIN
Diff to previous 1.295: preferred, colored
Changes since revision 1.295: +22 -7
lines
Some changes to facilitate fixing the toolchain issue on ns32k:
* Don't make OBJECT_FMT dependent on USE_NEW_TOOLCHAIN. All ports
except ns32k are ELF, so set it appropriately. Allow it to be
overridden in the ns32k case.
* If ns32k && USE_NEW_TOOLCHAIN, don't build shared libraries, because
external toolchains don't support them for our a.out.
* If ns32k && OBJECT_FMT == ELF, the GNU platform is "netbsdelf".
* If ns32k && USE_NEW_TOOLCHAIN, don't attempt to build the in-tree
binutils 2.11.2, gdb 5.0, or gcc 2.95.3.
This allows us to do USE_NEW_TOOLCHAIN cross-builds to ns32k using
an external toolchain.
Revision 1.295: download - view: text, markup, annotated - select for diffs
Tue May 28 23:56:06 2002 (9 years, 8 months ago) by bjh21
Branches: MAIN
Diff to previous 1.294: preferred, colored
Changes since revision 1.294: +2 -1
lines
Add fgen as a host tool, used for sys/arch/sparc/bootblk.
Revision 1.294: download - view: text, markup, annotated - select for diffs
Mon May 20 16:34:07 2002 (9 years, 8 months ago) by thorpej
Branches: MAIN
CVS tags: netbsd-1-6-base
Branch point for: netbsd-1-6
Diff to previous 1.293: p