Project

General

Profile

« Previous | Next » 

Revision 12967

lib/sh/make.sh: self_make(): renamed to with_rm() for clarity, since this is used only to progagate $rm, and does not also invoke a command with the same name as the current function, as the name might suggest

View differences:

util.run
118 118

  
119 119
#### `make` compatibility
120 120

  
121
main() { begin_target; self_make all; } # support conventional `all` target
121
main() { begin_target; with_rm all; } # support conventional `all` target
122 122

  
123 123
fi

Also available in: Unified diff