Artifact 9fdaa3ab0d15ad76a757b88abe711ddc4f8cefd38880d8656495eac40daa9112:
- File config/fish/functions/bmake.fish — part of check-in [714fa0f964] at 2020-01-21 21:32:32 on branch trunk — fish: Better colors (user: js, size: 172) [annotate] [blame] [check-ins using]
# pkgsrc does not like MAKEFLAGS being set function bmake if string match -q -r '/pkgsrc$|/pkgsrc/' $PWD env MAKEFLAGS= bmake $argv else command bmake $argv end end