Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def make_conf():
- with open(PATH) as f:
- # Making changes here does not trigger a rebuild
- f.write(CONTENTS)
- python do_make_conf_special () {
- make_conf()
- }
- addtask ...
- do_make_conf_special[vardeps] += " PATH CONTENTS"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement