]> arthur.barton.de Git - ansible-collection-boilerplate.git/commit
Makefile.boilerplate: Don't touch pip when updating it, only on create
authorAlexander Barton <alex@barton.de>
Sat, 29 Jul 2023 17:20:32 +0000 (19:20 +0200)
committerAlexander Barton <alex@barton.de>
Sat, 29 Jul 2023 17:20:32 +0000 (19:20 +0200)
commit0a90281155cb9bafffc0f0f463d66c612f9d023b
tree202a1bcd1b5eece0baca405cd32f6c5774d4a0e3
parentd56b65f156bb19a9e76f2a5b3de9e6a97e65db65
Makefile.boilerplate: Don't touch pip when updating it, only on create

The upgrade set is potentially executed lather than other targets
depending on pip, so fiddling with its timestamps results in those
targets being rebuild over and over again.

And let touch(1) never create files!
Makefile.boilerplate