Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libpam/modules



Module Name:    src
Committed By:   lukem
Date:           Wed Dec 29 15:04:06 UTC 2004

Modified Files:
        src/lib/libpam/modules: Makefile mod.mk
        src/lib/libpam/modules/pam_krb5: Makefile
        src/lib/libpam/modules/pam_ksu: Makefile
        src/lib/libpam/modules/pam_lastlog: Makefile
        src/lib/libpam/modules/pam_nologin: Makefile
        src/lib/libpam/modules/pam_radius: Makefile
        src/lib/libpam/modules/pam_ssh: Makefile
        src/lib/libpam/modules/pam_unix: Makefile

Log Message:
Use LIBDPLIBS to provide the list of libraries for the modules to depend
upon, because:
 * it's MUCH quicker; no need to calculate the OBJDIRS of every library
   we might require in every subdir.
   (make obj drops from 21s to 3s on my system.)
 * it's more robust when building to a fresh DESTDIR.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/lib/libpam/modules/Makefile
cvs rdiff -r1.3 -r1.4 src/lib/libpam/modules/mod.mk
cvs rdiff -r1.3 -r1.4 src/lib/libpam/modules/pam_krb5/Makefile
cvs rdiff -r1.3 -r1.4 src/lib/libpam/modules/pam_ksu/Makefile
cvs rdiff -r1.3 -r1.4 src/lib/libpam/modules/pam_lastlog/Makefile
cvs rdiff -r1.3 -r1.4 src/lib/libpam/modules/pam_nologin/Makefile
cvs rdiff -r1.3 -r1.4 src/lib/libpam/modules/pam_radius/Makefile
cvs rdiff -r1.3 -r1.4 src/lib/libpam/modules/pam_ssh/Makefile
cvs rdiff -r1.3 -r1.4 src/lib/libpam/modules/pam_unix/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index