]> Lady’s Gitweb - Shushe/blobdiff - GNUmakefile
Mark GNUmakefile as precious
[Shushe] / GNUmakefile
index d54df18083999ba74d71e316be4c10b21013cd28..46fb27dc62c8e2ac2e7ab72914749b6c460974a0 100644 (file)
@@ -538,6 +538,9 @@ FORCE : ;
 # Don’t use any implicit rules.
 .SUFFIXES : ;
 
+# Don’t delete these files even if Make is stopped in the process of rebuilding them.
+.PRECIOUS : GNUmakefile ;
+
 # Phony rules; always consider these out·of·date.
 .PHONY : FORCE all default clean gone info install list listout uninstall $(call built,$(recursivefiles)) ;
 
This page took 0.02 seconds and 4 git commands to generate.