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:           Mon Dec 27 17:18:57 UTC 2021

Modified Files:
        src/usr.bin/make: compat.c job.c main.c nonints.h

Log Message:
make: rename eunlink to unlink_file

The name eunlink suggested a relation with the similarly named functions
emalloc or esnprintf, but that was misleading.  Instead, unlink_file
works like unlink, except that it refuses to remove an empty directory.

No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.233 -r1.234 src/usr.bin/make/compat.c
cvs rdiff -u -r1.443 -r1.444 src/usr.bin/make/job.c
cvs rdiff -u -r1.547 -r1.548 src/usr.bin/make/main.c
cvs rdiff -u -r1.221 -r1.222 src/usr.bin/make/nonints.h

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