Make both arguments to str_concat() const char *'s and remove STR_DOFREE
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 13 Nov 2004 07:25:17 +0000 (07:25 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 13 Nov 2004 07:25:17 +0000 (07:25 +0000)
commit2eae1d852bf7cac2f3e928bcd7a57520e9299365
tree854ed22fe9b5f53a44fd35c002ce5827718d2ca4
parentdbbc569cb2f4fed23f71c79b6e84f708c5e26072
Make both arguments to str_concat() const char *'s and remove STR_DOFREE
support.  Manually free the strings in the one routine in dir.c that used
that option, plus some other minor cleanups.

Reported-by: Max Okumoto <okumoto@home>
usr.bin/make/Makefile
usr.bin/make/dir.c
usr.bin/make/main.c
usr.bin/make/make.h
usr.bin/make/nonints.h
usr.bin/make/str.c
usr.bin/make/util.c