follow-up to Makefile out-of-date checking
linux.370 and macOS.370 pass the name of the hints file and the list of included files, that they use, to Makefile.check. The name of the hints file is in variable HINTSFILE, the definition of which is now inserted by setup.sh The list of hints include files is in variable HINTSINCLFILES.
This commit is contained in:
@@ -17,6 +17,8 @@ echo "# Your changes will be lost. See sys/unix/NewInstall.unx." >> $3
|
||||
echo "# Identify this file:" >> $3
|
||||
echo "MAKEFILE_$2=1" >> $3
|
||||
echo "" >> $3
|
||||
echo "HINTSFILE=$5" >> $3
|
||||
echo "" >> $3
|
||||
|
||||
echo "###" >> $3
|
||||
echo "### Start $5 PRE" >> $3
|
||||
|
||||
Reference in New Issue
Block a user