Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/make



Module Name:    src
Committed By:   rillig
Date:           Tue Apr 27 16:23:21 UTC 2021

Modified Files:
        src/usr.bin/make: job.c
        src/usr.bin/make/unit-tests: opt-debug-errors-jobs.exp

Log Message:
make: remove stray space in -de output in jobs mode

In compat mode, having a space in this place makes sense to align the
target name with the command.  In jobs mode, since each command is
listed in a separate line, there is no need for the double space.


To generate a diff of this commit:
cvs rdiff -u -r1.430 -r1.431 src/usr.bin/make/job.c
cvs rdiff -u -r1.1 -r1.2 \
    src/usr.bin/make/unit-tests/opt-debug-errors-jobs.exp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index