bug-groff
[Top][All Lists]
Advanced

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

[bug #63302] Makefile, output from "make" contains "...sh: @echo:...not


From: Bjarni Ingi Gislason
Subject: [bug #63302] Makefile, output from "make" contains "...sh: @echo:...not found"
Date: Tue, 1 Nov 2022 15:23:03 -0400 (EDT)

URL:
  <https://savannah.gnu.org/bugs/?63302>

                 Summary:  Makefile, output from "make" contains "...sh:
@echo:...not found"
                 Project: GNU troff
               Submitter: bjarniig
               Submitted: Tue 01 Nov 2022 07:23:01 PM UTC
                Category: Driver - others/general
                Severity: 3 - Normal
              Item Group: Build/Installation
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Tue 01 Nov 2022 07:23:01 PM UTC By: Bjarni Ingi Gislason <bjarniig>
Subject: Makefile, output from "make" contains "...sh: @echo:...not found"

File: src/devices/xditview/xditview.am

  From the output of "make" (4.3.92, same as 4.4(?)):

...
  CC       src/devices/xditview/gxditview-page.o
  CC       src/devices/xditview/gxditview-parse.o
/usr/bin/sh: 2: @echo: not found
  CC       src/devices/xditview/gxditview-xditview.o
  CC       src/libs/libxutil/libxutil_a-DviChar.o
...

  The output of "make -n" shows "@echo" only once (near "xditview").


  This is caused by:

GXDITVIEW_GROFF_VERSION_H=src/devices/xditview/groff_version.h

$(GXDITVIEW_GROFF_VERSION_H): $(top_srcdir)/.version
        $(AM_V_at)$(MKDIR_P) `dirname $@` \
        && $(AM_V_GEN)printf \
            'const char *Version_string = "%s";\n' '@VERSION@' > $@









    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63302>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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