[m-rev.] for post-commit review: fix "mmake tags"
Zoltan Somogyi
zs at csse.unimelb.edu.au
Tue Sep 22 16:11:29 AEST 2009
On 22-Sep-2009, Paul Bone <pbone at csse.unimelb.edu.au> wrote:
> > @if test ! -f tags; then echo making tags; \
> > - $(MTAGS) $($(BROWSER_LIB_NAME).ms) ../mdbcomp/*.m ../library/*.m ; fi
> > + $(MTAGS) $($(BROWSER_LIB_NAME).ms) ../mdbcomp/*.m ../library/*.m; \
> > + touch .browser_tags; \
> > + fi
>
> Is it possible to have indenting here (and places like it) or is it simply not
> shown in the diff?
Any indent would make the line too long.
Zoltan.
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to: mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions: mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the reviews
mailing list