Search notes:

GNU make: function $(subst …)

$(subst what, with, text) substituts $(what) in $(text) with $(with).
text = Hello foo
what = foo
with = world

#
# Change text, replace foo with world:
#
substituted = $(subst $(what), $(with), $(text))

dummy:
	@echo $(substituted)
Github repository about-Makefile, path: /functions/subst/Makefile

See also

Make functions

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1759414226, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/make/functions/subst(51): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78