Compatability symlinks can be confusing...turn them off for this build.
This commit is contained in:
parent
1b0bcec8ac
commit
8e451596a2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14703
1 changed files with 3 additions and 1 deletions
|
@ -55,7 +55,9 @@ INSTALL_COMPRESSED?= zip gz
|
|||
#
|
||||
# Turn on RLE encoding and indexing.
|
||||
#
|
||||
MISCOPTIONS+= NO_JPMAN=yes RLE=yes GEN_INDEX=1
|
||||
# Don't make the compatability symlinks.
|
||||
#
|
||||
MISCOPTIONS+= NO_JPMAN=yes RLE=yes GEN_INDEX=1 IGNORE_COMPAT_SYMLINK=YES
|
||||
|
||||
DOCOBJDIR= ${DOCROOTDIR}/obj
|
||||
DOCBUILDFILE= ${DOCOBJDIR}/build.txt
|
||||
|
|
Loading…
Reference in a new issue