MFC r265464:
Sort .ALLSRC before concatenating files together. This makes sure that the file are always built the same. (Note that Header and Localstuff must appear first and in that order, the sorting does not affect as a coincident effect). Submitted by: sjg
This commit is contained in:
parent
0dcd2e5d83
commit
628e16b68d
@ -32,7 +32,7 @@ MAGFILES= ${CONTRDIR}/Header\
|
||||
${CONTRDIR}/Magdir/[a-z]*
|
||||
|
||||
magic: ${MAGFILES}
|
||||
cat ${.ALLSRC} > ${.TARGET}
|
||||
cat ${.ALLSRC:O} > ${.TARGET}
|
||||
|
||||
magic.mgc: mkmagic magic
|
||||
./mkmagic magic
|
||||
|
Loading…
x
Reference in New Issue
Block a user