Go to file
jmc 0aba719980 A few things to make r/o source trees work that might have timestamps on the
dist .y and .c files reversed.

1. Move the .y.c and other assorted implicit rule overrides out of Makefile.inc
   and into local Makefile's. The system Makefile (bsd.sys.mk) sets up .l.c and
   .y.c rules so unless these come after all inclusions they just get ignored.

2. Add @true as the command for any of the rule overrides. Otherwise make
   still bails complaining about not knowing how to build the requisite .c or
   .h file.

This obviously wasn't tested before as it couldn't have worked as-is.
2001-11-26 18:19:47 +00:00
bin a bit more cosmetic changes. 2001-11-26 00:56:33 +00:00
crypto Drop .Os argument, and sort sections. 2001-11-23 08:20:48 +00:00
dist "than" instead of "then". 2001-11-21 19:14:19 +00:00
distrib Add netwinder distrib lists. 2001-11-26 03:45:46 +00:00
etc fix mfs examples 2001-11-26 16:34:56 +00:00
games Presence looks better with a 'c' instead of an 's'. 2001-11-21 19:01:31 +00:00
gnu A few things to make r/o source trees work that might have timestamps on the 2001-11-26 18:19:47 +00:00
include Be smarter about finding rpcgen's absolute path; only do it if ${RPCGEN} 2001-11-01 15:03:07 +00:00
lib Add PPC assembler routines for ffs(3), bzero(3) and memset(3). 2001-11-25 01:09:58 +00:00
libexec Fix bug found by Izumi Tsutsui -- if _rtld_find_symdef returned NULL, the 2001-11-24 18:07:04 +00:00
regress ${MAKE} print-objdir -> ${PRINTOBJDIR} 2001-11-14 00:41:52 +00:00
sbin Add word "WARNING" when complaining about swap being world-read/writeable 2001-11-26 15:23:38 +00:00
share Uncomment a bunch of seemingly unused rules. It seems several people 2001-11-26 15:24:20 +00:00
sys Added support for running 68010 SunOS executables. 2001-11-26 18:15:16 +00:00
tools Oops. typo which can break things for non-new toolchain builds if MKTOOLS isn't 2001-11-22 19:09:42 +00:00
usr.bin - Separate hashstat namelist into separate hashnl[], and don't barf if 2001-11-26 14:06:31 +00:00
usr.sbin Drop an unnecessary .Pp, fix a typo, use standard headers, sort sections, 2001-11-25 23:30:46 +00:00
BUILDING Document the -d option to build.sh 2001-11-25 18:40:34 +00:00
BUILDING.mdoc Document the -d option to build.sh 2001-11-25 18:40:34 +00:00
Makefile Add a wrapper for the "distribution" target, similar to the wrapper 2001-11-25 18:31:12 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00
UPDATING note wcstod.c needs new lint. 2001-10-30 06:05:28 +00:00
build.sh If using objdirs make sure the objdir root is made before starting the build. 2001-11-26 05:57:33 +00:00