bug-make
[Top][All Lists]
Advanced

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

[bug #58836] build.sh is not populated in objects directory when running


From: Paul D. Smith
Subject: [bug #58836] build.sh is not populated in objects directory when running configure
Date: Mon, 27 Jul 2020 08:19:20 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36

Follow-up Comment #1, bug #58836 (project make):

I can't remember how it used to work but the way it works now is that the
build.sh lives in the source directory.  configure generates a build control
file that is put into the build directory but the script is not changed.

Using this should work:


cd obj
../../src/make-4.3/configure --prefix=$PREFIX && ../../src/make-4.3/build.sh
&& ./make install


I'll leave this open as an enhancement, to copy the script into the build
directory for ease-of-use.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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