summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2002-02-12Make sure TOOLDIR/bin exists before copying into it. Use 2 explicit mkdir'sjmc
2002-02-11First of two parts to replace toolchain2netbsd and make it more cross-happy:tv
2002-02-11Revert part of previous; we need the install targets.pk
2002-02-10Use .ORDER targets to express the dependencies on subdir runs. This makespk
2002-02-08Make sure to not go off installing in a directory before it's fully made.pk
2002-02-06remove btodb() hack now that makefs doesn't need it anymore.lukem
2002-02-01Fix up the .for recursion -- it wasn't quite right before.tv
2002-02-01Cross-hosting notes for foreign OS's. (Currently Linux, Solaris, and oldertv
2002-01-31Roll in fixes to permit cross-compiling from non-NetBSD hosts. Thistv
2002-01-31Include config.h unconditionally; clean up.tv
2002-01-31Define NOID to eliminate the rcsid.tv
2002-01-31Provide a default string so host tools that forget to call setprogname()tv
2002-01-31Make sure there are no weak references in libnbcompat (avoids linkertv
2002-01-31Make sure MAKEINFO is defined, as it appears that toolchain/texinfo is nottv
2002-01-31Remove g= override.tv
2002-01-31Make sure LEX and YACC are properly defined (mainly for groff); also usetv
2002-01-29Make almost all tools compile and run properly on non-NetBSD hosts. (Intv
2002-01-28Ensure a space after # or #line so we don't pick up stray #pragmas andtv
2002-01-25Make util.c replacement functions use autoconf conditionals to probetv
2002-01-25Abort on C compiler error. Add @DEFS@ to compile line.tv
2002-01-25build pax as a host tool, for -N and to work around borken vendor paxeslukem
2002-01-24- Replace pwcache(3) if necessary (pwcache_userdb(3) is checked for).lukem
2002-01-23removelukem
2002-01-22Split compat definitions into a separate file so that autoconfthorpej
2002-01-21reachover to ../../lib/libutil for fparseln.clukem
2002-01-21Somewhere along the line, the _DIAGASSERT was lost. Re-add it (as a macrotv
2002-01-21Missed in last commit: make some tools build properly on non-NetBSD hosts.tv
2002-01-21Make many host tools compile on non-NetBSD hosts. Not complete, buttv
2002-01-15Break out make(1) bootstrap config into an autoconf-based mechanism thattv
2002-01-13rcsidlukem
2002-01-10Move host-mkdep to its own directory. Create and install it beforetv
2002-01-10build sunlabel as a host tool (not enabled in tools/Makefile yet)mrg
2002-01-10- act more like lib/libc/gen/setprogname.c, and store the basename oflukem
2002-01-10revert previous, and reenable tools/makefs now that it works onlukem
2002-01-10Symlink ./ufs to ${.CURDIR}/../../sys/ufs, and add -I. to HOST_CPPFLAGS.lukem
2002-01-10regen from configure.ac 1.3 for <inttypes.h> changelukem
2002-01-10look for <inttypes.h> and #include if found (for uint*_t)lukem
2002-01-09Disable makefs in src/tools for the moment; it's very dependent on -currenttv
2002-01-05build zic as a host tool.mrg
2002-01-05build makefs, and, sparc-installboot if sparc||sparc64mrg
2002-01-05build this as a host tool.mrg
2002-01-04Add replacement fgetln(3) (from lukemftp/libukem), as fparseln(3) uses itlukem
2002-01-04remove lukemftp comment; this is just as close to the libutil versionlukem
2002-01-04need <errno.h> and <stdarg.h>lukem
2002-01-04Work around some braindamage in our "yacc": its generated #line directivestv
2002-01-03Add more tolerant script-based implementation of mkdep for host tooltv
2002-01-03Remove stray diagnostic "echo".tv
2002-01-03* Honor BUILD on "make install" (will do "make all" first).tv
2002-01-03* Now that src/share/tmac no longer uses absolute paths, nuke the sedtv
2002-01-02build a sparc/sparc64 useful installboot. called nbsparc-installbootmrg