--- - branch: MAIN date: Fri Jan 29 22:52:29 UTC 2021 files: - new: '1.399' old: '1.398' path: src/usr.bin/make/job.c pathrev: src/usr.bin/make/job.c@1.399 type: modified id: 20210129T225229Z.bc7d54c41d49c3885d5eebc80e518d8b800b5d1f log: | make(1): do not create empty shell files in jobs mode In a chain of dependencies such as "all: build; build: do-build", the intermediate targets do not have any commands. In jobs mode, nevertheless, an empty file was created and fed to the shell. This was unnecessary. See jobs-empty-commands.mk. The case of the special command line "...", which was suggested on current-users, is not optimized since it doesn't occur in practice. Suggested by Mateusz Guzik on current-users: https://mail-index.netbsd.org/current-users/2021/01/26/msg040215.html module: src subject: 'CVS commit: src/usr.bin/make' unixtime: '1611960749' user: rillig