summaryrefslogtreecommitdiff
path: root/mk/defs.AIX.mk
AgeCommit message (Collapse)AuthorFilesLines
2004-04-27Do the same USE_USERADD/USE_GROUPADD fix as done for Interix: use thetv1-4/+4
construct "DEPENDS+=${USE_USERADD:D${_USER_DEPENDS}}" to ensure that the conditional is not expanded until after USE_*ADD is actually defined.
2004-04-19Add the 'maximum command line check' to all defs.*.mk files for consistencyjmmv1-1/+8
across all of them, but let it commented out until each responsible person for each system modifies it to work correctly. Requested by agc@.
2004-04-07Convert "${ECHO} -n" to "${ECHO_N}", and introduce that into the defs.*tv1-1/+2
files. On most platforms this resolves back to "${ECHO} -n".
2004-03-11Get rid of all occurrences of cpp-like tests for ${OPSYS} inagc1-1/+2
bsd.pkg.mk, and use the abstracted means of determining generic shared lib type per operating system.
2004-01-27Replace all occurrences of the "MAIL" definition with MAIL_CMD, sinceagc1-2/+2
some shells can set MAIL to be the mailbox of the user, and environment variables will override assignments in make when using conditional assignments.
2003-12-16Introduce command MAIL. It will be used to send messages like this:heinz1-1/+2
echo "message" | ${MAIL} -s"subject" add@ress.example
2003-12-16Allow _PATCH_BACKUP_ARG to be overridden in /etc/mk.conf (in order to use ↵heinz1-2/+2
different patch programs). Ok by agc
2003-12-03Add initial support for AIX to pkgsrc. Tested with AIX 4.3erh1-0/+180