]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC 228157:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 23 Oct 2012 12:37:02 +0000 (12:37 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 23 Oct 2012 12:37:02 +0000 (12:37 +0000)
commit301d899b957389d88fd10cfaecef3b6a6f168cd1
tree341e81a805cb75d190613b52be9f1826d7d05e68
parenta8425e1beaf138bb23e3505bb506db544d07202f
MFC 228157:
- Fix segmentation fault when running "+command" when run with -jX -n due
  to Compat_RunCommand() being called with `cmd' that is not on the
  node->commands list
- Make ellipsis ("..." command) handling consistent: check for "..." command
  in job make after variables expansion to match compat make behavior
- Fix empty command handling (after variables expansion and @+- modifiers
  are processed): now empty commands are ignored in compat make and are not
  printed in job make case

git-svn-id: svn://svn.freebsd.org/base/stable/9@241928 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.bin/make/Makefile
usr.bin/make/job.c