freebsd-src/usr.bin/make
Enji Cooper dfab98f3b6 MFC r266074,r266104,r266147:
r266074:

  Move old fmake tests into bmake and hook them to the build.

  This first step is mostly to prevent the code from rotting even further
  and to ensure these do not get wiped when fmake's code is removed from
  the tree.

  These tests are currently being skipped because they detect the underlying
  make is not fmake and thus disable themselves -- and the reason is that
  some of the tests fail, possibly due to legitimate bugs.  Enabling them to
  run against bmake will come separately.

  Lastly, it would be ideal if these tests were fed upstream but they are
  not ready for that yet.  In the interim, just put them under usr.bin/bmake/
  while we sort things out.  The existence of a different unit-tests directory
  within here makes me feel less guilty about this.

  Change confirmed working with a clean amd64 build.

r266104:

  Undo changes to the generated Makefile. Move tests directory to proper
  location, including updating the test to work in the more-fragile
  fmake -> bmake bootstrap environment.

r266147:

  Makefile.inc is also included by the tests subdirectory, which results
  in SUBDIRS having tests added to it, which fails. Work around this by
  checking to make sure tests exists before adding it to subdirs and
  work to get the generated file fixed so we can rename Makefile.inc to
  something else so it isn't automatically included by subdirs...
2014-12-30 02:32:48 +00:00
..
arch.c Spelling fixes for usr.bin/ 2011-12-30 11:02:40 +00:00
arch.h
buf.c Spelling fixes for usr.bin/ 2011-12-30 11:02:40 +00:00
buf.h
cond.c
cond.h
config.h
dir.c Add ability to search up the directory hierarchy for the system directory. 2010-01-04 18:57:22 +00:00
dir.h Add ability to search up the directory hierarchy for the system directory. 2010-01-04 18:57:22 +00:00
for.c Spelling fixes for usr.bin/ 2011-12-30 11:02:40 +00:00
for.h
globals.h Add missing static keywords to make(1) 2011-11-06 08:16:06 +00:00
GNode.h Spelling fixes for usr.bin/ 2011-12-30 11:02:40 +00:00
hash_tables.c
hash_tables.h
hash.c
hash.h
job.c Remove unnecessary cast to pid_t. 2013-07-04 03:24:58 +00:00
job.h
lst.c Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
lst.h Remove unnecessary includes. 2009-12-11 23:20:02 +00:00
main.c Remove fictitious support for 80386-class CPUs from bsd.cpu.mk and make(1). 2012-12-03 19:27:31 +00:00
make.1 Update date for r236338 & r236346. 2012-05-31 20:13:44 +00:00
make.c - Partially revert r200417. config.h brings several definitions, 2009-12-17 12:42:45 +00:00
make.h
Makefile MFC r266074,r266104,r266147: 2014-12-30 02:32:48 +00:00
Makefile.dist
parse.c Report lines that ought to contain a ':' operator but start with a '.' 2010-01-04 00:49:04 +00:00
parse.h
pathnames.h
proc.c Add a missing space to the error message when execvp() failed. 2009-12-05 13:12:04 +00:00
proc.h
shell.c
shell.h
str.c Spelling fixes for usr.bin/ 2011-12-30 11:02:40 +00:00
str.h
suff.c
suff.h
targ.c Remove unnecessary includes. 2009-12-11 23:20:02 +00:00
targ.h
util.c
util.h
var.c make: report :M or :N pattern in debug mode 2012-10-06 19:19:32 +00:00
var.h