Date: Wed, 1 Nov 1995 04:18:34 -0800 From: Adam David <adam> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/make var.c Message-ID: <199511011218.EAA12836@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
adam 95/11/01 04:18:33 Modified: usr.bin/make var.c Log: Fix the :S modifier to substitute in each word of the variable, according to the description in the manpage. g flag means "replace every occurence in each word", and its absence means "replace first occurence in each word". Previously, absence of the g flag was implemented to mean "replace first occurence found in all words, and then stop replacing", which was incorrect.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511011218.EAA12836>