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

2020-12-06 Thread Paul D. Smith
Update of bug #58836 (project make):

  Status:None => Fixed  
 Assigned to:None => psmith 
 Open/Closed:Open => Closed 
   Fixed Release:None => SCM
   Triage Status:None => Small Effort   

___

Follow-up Comment #2:

I added something to configure.ac to populate the build.sh script in the build
directory, for ease-of-use.

___

Reply to this item at:

  

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




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

2020-07-27 Thread Paul D. Smith
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:

  

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




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

2020-07-27 Thread anonymous
URL:
  

 Summary: build.sh is not populated in objects directory when
running configure
 Project: make
Submitted by: None
Submitted on: Mon 27 Jul 2020 09:40:21 AM UTC
Severity: 3 - Normal
  Item Group: Build/Install
  Status: None
 Privacy: Public
 Assigned to: None
 Open/Closed: Open
 Discussion Lock: Any
   Component Version: 4.3
Operating System: None
   Fixed Release: None
   Triage Status: None

___

Details:

Not sure if this is a known issue, but this seems to be a regression from
make-4.2

When attempting to configure and build from an empty objects directory,
build.sh script is not populated by the configure script, hence the following
command fails:

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




___

Reply to this item at:

  

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