Opened 4 years ago

Closed 3 years ago

#1728 closed enhancement (wontfix)

Add a "rebuild-makefile" script to blfs tools

Reported by: Pierre Labastie Owned by: alfs-log@…
Priority: normal Milestone: 3.0
Component: jhalfs Version: SVN
Severity: normal Keywords:
Cc:

Description

When the script directory gets modified in the course of a build (changing the ordering or removing files), there is no simple way to regenerate the Makefile. the gen-makefile.sh script removes all the information contained in the work directory, so it is desirable to have a script with less side-effects.

Change History (1)

comment:1 by Pierre Labastie, 3 years ago

Resolution: wontfix
Status: newclosed

Solution:

From blfs_root, run:

mkdir work1
cd work1
../gen-makefile.sh
cp Makefile ../work

So no need for a script...

Note: See TracTickets for help on using tickets.