mirror of
https://github.com/opnsense/core.git
synced 2026-06-08 16:34:24 -04:00
make: split log in mlog/slog with additional file arguments
This commit is contained in:
parent
3769fb59c7
commit
562b2df77b
1 changed files with 6 additions and 3 deletions
|
|
@ -23,7 +23,7 @@
|
|||
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
# SUCH DAMAGE.
|
||||
|
||||
ARGS= diff feed mfc
|
||||
ARGS= diff feed mlog slog mfc
|
||||
|
||||
# handle argument expansion for required targets
|
||||
.for TARGET in ${.TARGETS}
|
||||
|
|
@ -93,8 +93,11 @@ reset:
|
|||
@git reset --hard HEAD~1
|
||||
@git checkout ${CORE_MAIN}
|
||||
|
||||
log: ensure-stable
|
||||
@git log --stat -p ${CORE_STABLE}
|
||||
mlog:
|
||||
@git log --stat -p ${CORE_MAIN} ${mlog_ARGS}
|
||||
|
||||
slog: ensure-stable
|
||||
@git log --stat -p ${CORE_STABLE} ${slog_ARGS}
|
||||
|
||||
pull:
|
||||
@git checkout ${CORE_STABLE}
|
||||
|
|
|
|||
Loading…
Reference in a new issue