mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-09 01:43:12 +02:00
- Give more clear error to users who use make custommodule'' without MODULEFILE. (#3935)
This commit is contained in:
@@ -2036,3 +2036,5 @@
|
||||
incompatible. If the self-compiled curl version is (too) outdated, then we
|
||||
now suggest to rename it and have the installer re-download and compile
|
||||
it automatically. This avoids some potential crashes.
|
||||
- Give more clear error to users who use ``make custommodule'' without
|
||||
MODULEFILE. (#3935)
|
||||
|
||||
@@ -135,6 +135,7 @@ MAKEARGS = 'CFLAGS=${CFLAGS}' 'CC=${CC}' 'IRCDLIBS=${IRCDLIBS}' \
|
||||
'URL=${URL}'
|
||||
|
||||
custommodule:
|
||||
@if test -z "${MODULEFILE}"; then echo "Please set MODULEFILE when calling \`\`make custommodule''. For example, \`\`make custommodule MODULEFILE=callerid''." >&2; exit 1; fi
|
||||
cd src; ${MAKE} ${MAKEARGS} MODULEFILE=${MODULEFILE} 'EXLIBS=${EXLIBS}' custommodule
|
||||
|
||||
server:
|
||||
|
||||
Reference in New Issue
Block a user