mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-25 01:49:09 +02:00
Accept list of file as parameters of the script
git-svn-id: trunk@23955 -
This commit is contained in:
parent
98e9423978
commit
e89c275746
@ -3,7 +3,11 @@
|
|||||||
# List of files which should be considered imprtant
|
# List of files which should be considered imprtant
|
||||||
# for the behavior of fpcmake binary
|
# for the behavior of fpcmake binary
|
||||||
# fpcmake.inc and Makefile should be excluded from that list
|
# fpcmake.inc and Makefile should be excluded from that list
|
||||||
|
if [ "$#" -ge 1 ] ; then
|
||||||
|
important_files="$*"
|
||||||
|
else
|
||||||
important_sources=`ls -1 fpcm*.pp fpcmake.ini Makefile.fpc`
|
important_sources=`ls -1 fpcm*.pp fpcmake.ini Makefile.fpc`
|
||||||
|
fi
|
||||||
|
|
||||||
LANG=C
|
LANG=C
|
||||||
export LANG
|
export LANG
|
||||||
|
Loading…
Reference in New Issue
Block a user