Oops, sorry, an accident.
Dossy wrote:
On 2004.06.29, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
! dirs = nsthread nsd nssock nsssl nscgi nscp nslog nsperm nsdb nsext nspd nscache nssha1 nspostgres
Please don't add non-core modules (i.e., nscache, nssha1, nspostgres) to the core Makefile as build targets.
all: @for i in $(dirs); do \ ! ( cd $$i && $(MAKE) all NSBUILD=1) || exit 1; \ done
Also, don't pass NSBUILD. Modules should use include/Makefile.build (which defines NSBUILD=1 before including include/Makefile.module).
-- Dossy
-- Dossy Shiobara mail: [EMAIL PROTECTED] Panoptic Computer Network web: http://www.panoptic.com/ "He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on." (p. 70)
-- AOLserver - http://www.aolserver.com/
To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
-- AOLserver - http://www.aolserver.com/
To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
