5942 integrate dmake
commit10d63b7db37a83b39c7f511cf9426c9d03ea0760
authorRichard Lowe <richlowe@richlowe.net>
Mon, 13 Jul 2015 17:00:43 +0000 (13 13:00 -0400)
committerRichard Lowe <richlowe@richlowe.net>
Mon, 13 Jul 2015 17:00:43 +0000 (13 13:00 -0400)
treec74baaac5105bf1a497a3306d01c39d184dfd1cc
parent77eb9dd4fa1a2a4b00af3d1973a84b60fbf40cdf
5942 integrate dmake
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Gordon Ross <gwr@nexenta.com>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Approved by: Dan McDonald <danmcd@omniti.com>
109 files changed:
usr/src/Makefile.master
usr/src/Targetdirs
usr/src/cmd/Makefile
usr/src/cmd/Makefile.cmd
usr/src/cmd/make/Makefile [new file with mode: 0644]
usr/src/cmd/make/Makefile.com [new file with mode: 0644]
usr/src/cmd/make/bin/Makefile [new file with mode: 0644]
usr/src/cmd/make/bin/ar.cc [new file with mode: 0644]
usr/src/cmd/make/bin/depvar.cc [new file with mode: 0644]
usr/src/cmd/make/bin/doname.cc [new file with mode: 0644]
usr/src/cmd/make/bin/dosys.cc [new file with mode: 0644]
usr/src/cmd/make/bin/files.cc [new file with mode: 0644]
usr/src/cmd/make/bin/globals.cc [new file with mode: 0644]
usr/src/cmd/make/bin/implicit.cc [new file with mode: 0644]
usr/src/cmd/make/bin/macro.cc [new file with mode: 0644]
usr/src/cmd/make/bin/main.cc [new file with mode: 0644]
usr/src/cmd/make/bin/make.rules.file [new file with mode: 0644]
usr/src/cmd/make/bin/misc.cc [new file with mode: 0644]
usr/src/cmd/make/bin/nse_printdep.cc [new file with mode: 0644]
usr/src/cmd/make/bin/parallel.cc [new file with mode: 0644]
usr/src/cmd/make/bin/pmake.cc [new file with mode: 0644]
usr/src/cmd/make/bin/read.cc [new file with mode: 0644]
usr/src/cmd/make/bin/read2.cc [new file with mode: 0644]
usr/src/cmd/make/bin/rep.cc [new file with mode: 0644]
usr/src/cmd/make/bin/state.cc [new file with mode: 0644]
usr/src/cmd/make/bin/svr4.make.rules.file [new file with mode: 0644]
usr/src/cmd/make/include/bsd/bsd.h [new file with mode: 0644]
usr/src/cmd/make/include/mk/defs.h [new file with mode: 0644]
usr/src/cmd/make/include/mksh/defs.h [new file with mode: 0644]
usr/src/cmd/make/include/mksh/dosys.h [new file with mode: 0644]
usr/src/cmd/make/include/mksh/globals.h [new file with mode: 0644]
usr/src/cmd/make/include/mksh/i18n.h [new file with mode: 0644]
usr/src/cmd/make/include/mksh/libmksh_init.h [new file with mode: 0644]
usr/src/cmd/make/include/mksh/macro.h [new file with mode: 0644]
usr/src/cmd/make/include/mksh/misc.h [new file with mode: 0644]
usr/src/cmd/make/include/mksh/mksh.h [new file with mode: 0644]
usr/src/cmd/make/include/mksh/read.h [new file with mode: 0644]
usr/src/cmd/make/include/vroot/args.h [new file with mode: 0644]
usr/src/cmd/make/include/vroot/report.h [new file with mode: 0644]
usr/src/cmd/make/include/vroot/vroot.h [new file with mode: 0644]
usr/src/cmd/make/lib/Makefile [new file with mode: 0644]
usr/src/cmd/make/lib/bsd/Makefile [new file with mode: 0644]
usr/src/cmd/make/lib/bsd/bsd.cc [new file with mode: 0644]
usr/src/cmd/make/lib/makestate/Makefile [new file with mode: 0644]
usr/src/cmd/make/lib/makestate/Makefile.com [new file with mode: 0644]
usr/src/cmd/make/lib/makestate/amd64/Makefile [new file with mode: 0644]
usr/src/cmd/make/lib/makestate/i386/Makefile [new file with mode: 0644]
usr/src/cmd/make/lib/makestate/ld_file.c [new file with mode: 0644]
usr/src/cmd/make/lib/makestate/lock.c [new file with mode: 0644]
usr/src/cmd/make/lib/makestate/mapfile-vers [new file with mode: 0644]
usr/src/cmd/make/lib/makestate/sparc/Makefile [new file with mode: 0644]
usr/src/cmd/make/lib/makestate/sparcv9/Makefile [new file with mode: 0644]
usr/src/cmd/make/lib/mksh/Makefile [new file with mode: 0644]
usr/src/cmd/make/lib/mksh/dosys.cc [new file with mode: 0644]
usr/src/cmd/make/lib/mksh/globals.cc [new file with mode: 0644]
usr/src/cmd/make/lib/mksh/i18n.cc [new file with mode: 0644]
usr/src/cmd/make/lib/mksh/macro.cc [new file with mode: 0644]
usr/src/cmd/make/lib/mksh/misc.cc [new file with mode: 0644]
usr/src/cmd/make/lib/mksh/mksh.cc [new file with mode: 0644]
usr/src/cmd/make/lib/mksh/read.cc [new file with mode: 0644]
usr/src/cmd/make/lib/vroot/Makefile [new file with mode: 0644]
usr/src/cmd/make/lib/vroot/access.cc [new file with mode: 0644]
usr/src/cmd/make/lib/vroot/args.cc [new file with mode: 0644]
usr/src/cmd/make/lib/vroot/chdir.cc [new file with mode: 0644]
usr/src/cmd/make/lib/vroot/chmod.cc [new file with mode: 0644]
usr/src/cmd/make/lib/vroot/chown.cc [new file with mode: 0644]
usr/src/cmd/make/lib/vroot/chroot.cc [new file with mode: 0644]
usr/src/cmd/make/lib/vroot/creat.cc [new file with mode: 0644]
usr/src/cmd/make/lib/vroot/execve.cc [new file with mode: 0644]
usr/src/cmd/make/lib/vroot/lock.cc [new file with mode: 0644]
usr/src/cmd/make/lib/vroot/lstat.cc [new file with mode: 0644]
usr/src/cmd/make/lib/vroot/mkdir.cc [new file with mode: 0644]
usr/src/cmd/make/lib/vroot/mount.cc [new file with mode: 0644]
usr/src/cmd/make/lib/vroot/open.cc [new file with mode: 0644]
usr/src/cmd/make/lib/vroot/readlink.cc [new file with mode: 0644]
usr/src/cmd/make/lib/vroot/report.cc [new file with mode: 0644]
usr/src/cmd/make/lib/vroot/rmdir.cc [new file with mode: 0644]
usr/src/cmd/make/lib/vroot/setenv.cc [new file with mode: 0644]
usr/src/cmd/make/lib/vroot/stat.cc [new file with mode: 0644]
usr/src/cmd/make/lib/vroot/truncate.cc [new file with mode: 0644]
usr/src/cmd/make/lib/vroot/unlink.cc [new file with mode: 0644]
usr/src/cmd/make/lib/vroot/utimes.cc [new file with mode: 0644]
usr/src/cmd/make/lib/vroot/vroot.cc [new file with mode: 0644]
usr/src/man/Makefile
usr/src/man/man1/Makefile
usr/src/man/man1/make.1 [new file with mode: 0644]
usr/src/man/man1/sysV-make.1 [new file with mode: 0644]
usr/src/man/man1s/Makefile [new file with mode: 0644]
usr/src/pkg/manifests/developer-build-make.mf [new file with mode: 0644]
usr/src/pkg/manifests/developer-build-onbld.mf
usr/src/tools/Makefile
usr/src/tools/Makefile.tools
usr/src/tools/env/developer.sh
usr/src/tools/env/gatekeeper.sh
usr/src/tools/env/illumos.sh
usr/src/tools/make/Makefile [new file with mode: 0644]
usr/src/tools/make/Makefile.com [new file with mode: 0644]
usr/src/tools/make/bin/Makefile [new file with mode: 0644]
usr/src/tools/make/lib/Makefile [new file with mode: 0644]
usr/src/tools/make/lib/bsd/Makefile [new file with mode: 0644]
usr/src/tools/make/lib/makestate/Makefile [new file with mode: 0644]
usr/src/tools/make/lib/makestate/Makefile.com [new file with mode: 0644]
usr/src/tools/make/lib/makestate/amd64/Makefile [new file with mode: 0644]
usr/src/tools/make/lib/makestate/i386/Makefile [new file with mode: 0644]
usr/src/tools/make/lib/makestate/sparc/Makefile [new file with mode: 0644]
usr/src/tools/make/lib/makestate/sparcv9/Makefile [new file with mode: 0644]
usr/src/tools/make/lib/mksh/Makefile [new file with mode: 0644]
usr/src/tools/make/lib/vroot/Makefile [new file with mode: 0644]
usr/src/tools/scripts/nightly.sh