Change xxx-Makefile to Makefile, remove psmisc hack.
This commit is contained in:
parent
d43a271fa8
commit
a6b81cd9f6
6 changed files with 6 additions and 9 deletions
|
@ -29,5 +29,5 @@ TEST=0
|
|||
|
||||
#--- Default stylesheet
|
||||
XSL=blfs.xsl
|
||||
MKFILE=$JHALFSDIR/blfs-Makefile
|
||||
MKFILE=$JHALFSDIR/Makefile
|
||||
|
||||
|
|
|
@ -64,7 +64,7 @@ XSL=clfs.xsl
|
|||
|
||||
#--- Book version
|
||||
LFSVRS=development
|
||||
MKFILE=$JHALFSDIR/clfs-Makefile
|
||||
MKFILE=$JHALFSDIR/Makefile
|
||||
|
||||
#--- FTP/HTTP mirror used as fallback (full path)
|
||||
SERVER=ftp://anduin.linuxfromscratch.org/LFS/conglomeration
|
||||
|
|
|
@ -541,9 +541,6 @@ bm_final_system_Makefiles() { #
|
|||
case $this_script in
|
||||
*stripping*) [[ "$STRIP" = "0" ]] && continue
|
||||
;;
|
||||
*psmisc*) # Build fails on creation of this link. <pidof> installed in sysvinit
|
||||
sed -e 's/^ln -s/#ln -s/' -i $file
|
||||
;;
|
||||
esac
|
||||
|
||||
# First append each name of the script files to a list (this will become
|
||||
|
|
|
@ -35,7 +35,7 @@ XSL=hlfs.xsl
|
|||
|
||||
#--- Book version
|
||||
LFSVRS=development
|
||||
MKFILE=$JHALFSDIR/hlfs-Makefile
|
||||
MKFILE=$JHALFSDIR/Makefile
|
||||
|
||||
#--- FTP/HTTP mirror used as fallback (full path)
|
||||
SERVER=ftp://anduin.linuxfromscratch.org/HLFS/conglomeration
|
||||
|
|
|
@ -30,7 +30,7 @@ XSL=lfs.xsl
|
|||
LFSVRS=development
|
||||
|
||||
#--- Name of the makefile
|
||||
MKFILE=$JHALFSDIR/lfs-Makefile
|
||||
MKFILE=$JHALFSDIR/Makefile
|
||||
|
||||
#--- FTP/HTTP mirror used as fallback (full path)
|
||||
SERVER=ftp://anduin.linuxfromscratch.org/LFS/conglomeration
|
||||
|
|
|
@ -143,7 +143,7 @@ while test $# -gt 0 ; do
|
|||
BUILDDIR=$1
|
||||
JHALFSDIR=$BUILDDIR/jhalfs
|
||||
LOGDIR=$JHALFSDIR/logs
|
||||
MKFILE=$JHALFSDIR/${PROGNAME}-Makefile
|
||||
MKFILE=$JHALFSDIR/Makefile
|
||||
;;
|
||||
|
||||
|
||||
|
|
Reference in a new issue