]> git.ipfire.org Git - thirdparty/make.git/commit
Rename VMS macro to MK_OS_VMS
authorPaul Smith <psmith@gnu.org>
Sun, 15 Jan 2023 23:04:36 +0000 (18:04 -0500)
committerPaul Smith <psmith@gnu.org>
Sun, 15 Jan 2023 23:04:36 +0000 (18:04 -0500)
commitceb52b5d1b10ce0f5a1ab090e1911cdde6f7d98a
tree393f7ba17b97fd53cc0933fd3d0203583553adcf
parentd4692df20de2db10c186d981ee04ce20487a79c3
Rename VMS macro to MK_OS_VMS

* src/makeint.h: Set MK_OS_VMS to 1 if we're on VMS.
* src/*: Convert all #if references to VMS, to use MK_OS_VMS.
* gl/lib/*: Ditto.
25 files changed:
gl/lib/glob.c
gl/lib/glob.in.h
src/ar.c
src/arscan.c
src/commands.c
src/config.h-vms
src/default.c
src/dep.h
src/dir.c
src/file.c
src/function.c
src/getopt.c
src/implicit.c
src/job.c
src/job.h
src/main.c
src/makeint.h
src/misc.c
src/os.h
src/read.c
src/remake.c
src/rule.c
src/variable.c
src/vmsify.c
src/vpath.c