octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch for silencing make warning


From: Jordi Gutiérrez Hermoso
Subject: Patch for silencing make warning
Date: Fri, 23 Sep 2011 12:26:13 -0500

Is the following safe to apply? It seems to otherwise produce a
warning about there being two check: targets in the Makefile, which
slightly clutters my output when I'm looking for compilation problems.

    --- a/Makefile.am
    +++ b/Makefile.am
    @@ -104,9 +104,6 @@
            @echo "   make install    - to install (PREFIX=$(prefix))"
            @echo ""

    -check: all
    -       $(MAKE) -C test check
    -
     run-octave: run-octave.in Makefile
            @$(do_subst_script_vals)
            chmod a+rx "$@"

- Jordi G. H.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]